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
And curiously, the created Oasis Node binary also appears to have symbols from the statically-linked libjemalloc included:
[tadej@toronto go ((71d231e4f...))]$ nm oasis-node/oasis-node | grep "je_malloc"
0000000001892400 T _cgo_db11c91d1e7d_Cfunc_je_malloc_stats_print
000000000192b450 T je_malloc
0000000002efb3c0 V je_malloc_conf
0000000001970f50 t je_malloc_cprintf
000000000192a690 t je_malloc_default
0000000001928410 t je_malloc_initialized
0000000003102e08 B je_malloc_message
0000000001971550 t je_malloc_mutex_boot
0000000001971390 t je_malloc_mutex_init
0000000001971080 t je_malloc_mutex_lock_slow
00000000019714a0 t je_malloc_mutex_postfork_child
000000000040d73e t je_malloc_mutex_postfork_child.cold
0000000001971490 t je_malloc_mutex_postfork_parent
0000000001971440 t je_malloc_mutex_prefork
0000000001971350 t je_malloc_mutex_prof_data_reset
0000000001970fe0 t je_malloc_printf
0000000002d7cbc8 d je_malloc_slow
0000000001970e70 t je_malloc_snprintf
0000000001932dd0 T je_malloc_stats_print
000000000196eb10 t je_malloc_strtoumax
0000000001995820 t je_malloc_tsd_boot0
00000000019958a0 t je_malloc_tsd_boot1
0000000001995810 t je_malloc_tsd_cleanup_register
0000000001995800 t je_malloc_tsd_dalloc
00000000019957f0 t je_malloc_tsd_malloc
0000000001932e30 T je_malloc_usable_size
0000000001970f00 t je_malloc_vcprintf
000000000196ed80 t je_malloc_vsnprintf
000000000040d73e t je_malloc_vsnprintf.cold
000000000196ea80 t je_malloc_write
000000000192ed20 T je_mallocx
Also, on Ubuntu, the changes in PR #4040 didn't result in newly added dynamically-linked libraries for Oasis Node.
The text was updated successfully, but these errors were encountered:
SUMMARY
The addition of jemalloc in #4040 results in lots of dynamically linked libraries in Oasis Node when built on Fedora.
ISSUE TYPE
OS / ENVIRONMENT
STEPS TO REPRODUCE
ACTUAL RESULTS
Checkout 71d231e.
EXPECTED RESULTS
Checkout 42301db.
ADDITIONAL INFORMATION
The newly added dynamically-linked libraries appear to all come from dgraph-io/ristretto/z/calloc_jemalloc.go#L10:
And curiously, the created Oasis Node binary also appears to have symbols from the statically-linked libjemalloc included:
Also, on Ubuntu, the changes in PR #4040 didn't result in newly added dynamically-linked libraries for Oasis Node.
The text was updated successfully, but these errors were encountered: