You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program received signal SIGSEGV, Segmentation fault.
rtree_metadata_read (rtree=, key=93824994342512, rtree_ctx=0x7ffff7fe38e8, tsdn=0x7ffff7fe3738) at include/jemalloc/internal/rtree.h:446
446 return rtree_leaf_elm_read(tsdn, rtree, elm,
(gdb) bt
#0 rtree_metadata_read (rtree=, key=93824994342512, rtree_ctx=0x7ffff7fe38e8, tsdn=0x7ffff7fe3738) at include/jemalloc/internal/rtree.h:446 #1 emap_alloc_ctx_lookup (alloc_ctx=, ptr=0x555555757670, emap=, tsdn=) at include/jemalloc/internal/emap.h:238 #2 ifree (slow_path=false, tcache=, ptr=0x555555757670, tsd=0x7ffff7fe3738) at src/jemalloc.c:2877 #3 je_free_default (ptr=0x555555757670) at src/jemalloc.c:3014 #4 0x00007ffff7bc3cbe in hi_free (ptr=0x555555757670) at /root/hiredis-cluster/build/_deps/hiredis/alloc.h:79 #5 0x00007ffff7bc58de in redisFree (c=0x7ffff6a08000) at /root/hiredis-cluster/build/_deps/hiredis/hiredis.c:740 #6 0x0000555555555029 in print_redis_operation (threadarg=0x7ffffff9c970) at rc_step_je.c:87 #7 0x00005555555553a0 in main (argc=1, argv=0x7fffffffe518) at rc_step_je.c:137
The text was updated successfully, but these errors were encountered:
throwbear
changed the title
Segmentation fault when hiredisSetAllocators by
Segmentation fault when hiredisSetAllocators by jemalloc
May 9, 2024
hiredis:1.2.0
I set memory allocator with jemalloc by hiredis.hiredisAllocFuncs. the code is as follow:
compile and run it. core dumped
gdb bt
The text was updated successfully, but these errors were encountered: