Hi Ben,

On Saturday, June 8, 2013 11:18:13 PM UTC+1, Ben Noordhuis wrote:
>
>
> I've back-ported the fix to the v0.8 branch in [1].  v0.8 releases are 
> infrequent (it's in maintenance mode) so you may want to consider 
> building from v0.8 HEAD. 
>
> [1] https://github.com/joyent/node/commit/8a3d0c8 
>

I tried building HEAD and using that, but npm blows up when my app tries to 
install a binary that requires node source to be downloaded, so I decided 
just to patch my copy of 0.8.24 with your commit instead, however it still 
doesn't work even after that:

[CRIT] [-] [core] TypeError: Cannot read property 'getsockname' of undefined
[CRIT] [-] [core]     at net.js:943:23
[CRIT] [-] [core]     at Object.cluster._getServer [as 51:1] 
(cluster.js:555:5)
[CRIT] [-] [core]     at handleResponse (cluster.js:149:41)
[CRIT] [-] [core]     at respond (cluster.js:170:5)
[CRIT] [-] [core]     at handleMessage (cluster.js:180:5)
[CRIT] [-] [core]     at process.EventEmitter.emit (events.js:126:20)
[CRIT] [-] [core]     at handleMessage (child_process.js:270:12)
[CRIT] [-] [core]     at Pipe.channel.onread (child_process.js:301:11)

The code being run is 
here: https://github.com/baudehlo/Haraka/blob/master/server.js#L103

I tried the testcase supplied with #5330 on this machine and it works 
correctly.

Any ideas?

Kind regards,
Steve.

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to