-
Notifications
You must be signed in to change notification settings - Fork 7.3k
segfault in v0.6.7 on osx lion (possibly in a node_crypto.cc thread pool call?) #2498
Comments
|
I am going to completely blow away Xcode and reinstall.. |
@derekcollison: If the crash keeps happening, can you send me your node binary and a core file from the crash? |
Sure, it seems to be npm that is causing it. Vagrind didn't offer much insight.. I blew away all of Xcode and reinstalled, same thing happens.. On Jan 10, 2012, at 8:49 AM, Ben Noordhuisreply@reply.github.com wrote:
|
Ben, Still fairly certain it is my messed up machine, however I uploaded the core from http://dl.dropbox.com/u/7891/NodeIssue/node |
I'm seeing the same behaviour. Node v0.6.8 compiled with the --debug flag davidbanham@David-Banhams-MacBook-Pro:~/repos/hnymn$ davidbanham@David-Banhams-MacBook-Pro:~/repos/hnymn$ gdb --args ~/opt/node/bin/node app.js (gdb) run Program received signal EXC_BAD_ACCESS, Could not access memory. |
(gdb) backtrace full |
davidbanham@David-Banhams-MacBook-Pro: |
@derekcollison, @davidbanham: Sorry for the delay. Does it still happen with recent releases? |
I will check and get back to you.. On Feb 17, 2012, at 6:33 PM, Ben Noordhuisreply@reply.github.com wrote:
|
I just installed 0.6.11 and it still happens.. I then install 0.7.4, and that works, no segfault. I will try to remove Xcode again and go with the newly released command On Fri, Feb 17, 2012 at 6:33 PM, Ben Noordhuis <
|
Still happens on the 0.6.11 series when using the new command line tools..
|
@derekcollison: Thanks. Can you post the output of |
~/.nvm/v0.6.11/bin> file node |
@derekcollison: Are you running |
I changed directories.. On Feb 21, 2012, at 7:17 AM, Ben Noordhuisreply@reply.github.com wrote:
|
Yes, but the path in your prompt doesn't appear to change. |
I removed full path, but it's two different binaries.. On Feb 21, 2012, at 7:35 AM, Ben Noordhuisreply@reply.github.com wrote:
|
I am getting a segault as well, when trying to run npm that shipped with the downloaded version of node 0.6.11
Here is what I get from gdb
|
Sorry for the delay in responding, still seeing the issue in v0.6.12
|
@davidbanham I ran into similar issues, and then it turned out somewhere in a |
I'm still seeing this issue in 0.6.14 (checked out from git and compiled manually):
This is blocking me from using node :( |
I applied ry's patch from here: #2061 (comment) and it's working now... |
curl https://raw.github.com/gist/b48ca38bbc52f7c6a563/ece01867c8ab0d86ca5432e43fae9f4a2e7080e6/64-bit-ino-t.diff On Wed, Mar 28, 2012 at 6:45 AM, Saimon Moore <
|
This worked for me as well.. |
This reverts commit c86c1ee. original commit message: This patch 1. moves the basic validation of arguments to `truncate` family of functions to the JavaScript layer from the C++ layer. 2. makes sure that the File Descriptors are validated strictly. PR-URL: nodejs#2498 Reviewed-By: Trevor Norris <trev.norris@gmail.com> PR-URL: nodejs/node#7950 Reviewed-By: Julien Gilli <jgilli@nodejs.org> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
reported by @derekcollison
The text was updated successfully, but these errors were encountered: