ducc icon indicating copy to clipboard operation
ducc copied to clipboard

Invalid memory reference

Open wyozi opened this issue 3 years ago • 0 comments

This is a repro in test form for SIGSEGV: invalid memory reference I mentioned in the other PR. When running this test I get a process didn't exit successfully: [..] (signal: 11, SIGSEGV: invalid memory reference).

@SkylerLipthay would you be able to confirm if this happens for you as well? I'm not sure if it's due to Duktape or Ducc.

It only happens when Drop trait impl for Ducc calls duk_destroy_heap, so not that critical by any means.

wyozi avatar Jul 31 '20 12:07 wyozi