-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault when using it multiple times #111
Comments
Is your version of |
@addaleax I think I'm having the same problem. I had installed the default |
Actually, now I'm getting "Bus error (core dumped)" 2 out of 4 times instead of the segfault. |
@CodeLenny Is there any chance you could try with the latest versions as published by Node (https://nodejs.org/)? This looks like it might have the same cause as nodejs/node#8074, which has likely been fixed by nodejs/node#11947 (released in v7.9.0, v6.10.3 and v4.8.3). I don’t know why this would interfere with anything graceful-fs does, though. |
Doing some cleanup, since this ticket is inactive and nobody else has reported this issue I'm going to close this. If you experience again with latest graceful-fs let us know. |
PID 10265 received SIGSEGV for address: 0x30
/home/alex/github/node-codedoc/node_modules/segfault-handler/build/Release/segfault-handler.node(+0x1b98)[0x7f22239edb98]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7f2232a96390]
node(SSL_read+0x0)[0x7caf30]
node(_ZN4node7TLSWrap8ClearOutEv+0x85)[0x1158975]
node(_ZN4node7TLSWrap10OnReadImplElPK8uv_buf_t14uv_handle_typePv+0xd0)[0x11591a0]
node(_ZN4node10StreamWrap6OnReadEP11uv_stream_slPK8uv_buf_t+0x98)[0x111f7c8]
node[0x137ba68]
node[0x137c0d8]
node[0x1381e98]
node(uv_run+0x15a)[0x1371cba]
node(_ZN4node5StartEiPPc+0x570)[0x10dd9e0]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f22326dc830]
node(_start+0x29)[0x79ec39]
If i replace it with normal fs everything works fine.
The text was updated successfully, but these errors were encountered: