-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Segfault in Readline #1881
Comments
Can you try it with a debug build of the current master?
|
Doesn't happen with neither the debug build of 0.5.9 or current git-head. |
Thanks. Not sure what's causing it. Do you have a test case I can try? |
Sure! I uploaded it here: http://meshcraft.net/issue1881.tar.gz it contains two files "meshmashine.js" and "cmdhistory.txt". The current state of cmdhistory is essential for the crash to appear. It only crashes with non-debug of 0.5.9 for me. And only sometimes on first keystroke after starting up (1 in 5-10 times) |
Hmm, doesn't seem to crash for me (x86_64 linux). Just so we're on the same page: you observe this crash with the release build of 0.5.9 but not with the debug build? What about release/debug builds of master? We upgraded V8 yesterday so that probably makes a difference. |
Works on GIT, got x86_64 too, its some race condition since it happens only sometimes. Lets just close it and if it happens again, I'm back :-) |
With node 0.5.9 I get this segfaults, happens 1 out of 5 times shortly after startup. Works flawlessy with 0.5.6. Can provide more info if you want to.
The text was updated successfully, but these errors were encountered: