Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created February 6, 2021 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dogbert17/12744f868b274b2d17fa8d9f1d2eff0d to your computer and use it in GitHub Desktop.
Save dogbert17/12744f868b274b2d17fa8d9f1d2eff0d to your computer and use it in GitHub Desktop.
Occasional memory leak
Indirect leak of 32 byte(s) in 4 object(s) allocated from:
#0 0x7f48a0033bc8 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8)
#1 0x7f489eed49e1 in MVM_malloc src/core/alloc.h:2
#2 0x7f489eed49e1 in deserialize_repr_data src/6model/reprs/P6opaque.c:1159
#3 0x7f489ef88064 in deserialize_stable src/6model/serialization.c:2827
#4 0x7f489ef8ba75 in work_loop src/6model/serialization.c:2906
#5 0x7f489ef8f9aa in MVM_serialization_demand_object src/6model/serialization.c:2962
#6 0x7f489ef7a20a in MVM_sc_get_object src/6model/sc.c:227
#7 0x7f489ed760fe in MVM_sc_get_sc_object src/6model/sc.h:34
#8 0x7f489ed760fe in MVM_interp_run src/core/interp.c:3235
#9 0x55d1349d48e8 in main (/home/dogbert/.rakudobrew/versions/moar-master/install/bin/perl6+0x18e8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment