chad3814 / node-hashtable

Native hashtable interface for when V8 objects can't take the heat
MIT License
106 stars 41 forks source link

Crash in 0.4.2 #10

Closed a70ma closed 9 years ago

a70ma commented 10 years ago

I have some crashes with this version:

TypeError: undefined is not a function
*** glibc detected *** node: double free or corruption (out): 0x0000000004edf180 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7eb96)[0x7f69c10e1b96]
node(_ZN4node6Buffer7ReplaceEPcmPFvS1_PvES2_+0xcf)[0x81cd8f]
node(_ZN4node6BufferD1Ev+0x21)[0x81ce31]
node(_ZN4node6BufferD0Ev+0x11)[0x81ceb1]
node(_ZN4node10ObjectWrap12WeakCallbackEN2v810PersistentINS1_5ValueEEEPv+0x5c)[0x81e21c]
node(_ZN2v88internal13GlobalHandles31PostGarbageCollectionProcessingENS0_16GarbageCollectorE+0x27f)[0x61557f]
node(_ZN2v88internal4Heap24PerformGarbageCollectionENS0_16GarbageCollectorEPNS0_8GCTracerE+0x17e)[0x62a86e]
node(_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageCollectorEPKcS5_+0xe3)[0x62c0c3]
node(_ZN2v88internal7Runtime9PerformGCEPNS0_6ObjectE+0xc7)[0x74e667]
[0x2f1ac5a063da]

Btw previous version won't compile now, did you changed on npm?

chad3814 commented 9 years ago

sorry, for some reason I didn't get emails about the new issues back in september. I'm going to close this issue, if you are still having a problem with 0.5.2, please open a new issue.

a70ma commented 9 years ago

I've been using 0.4.2 since then, but no other crashes. All good!