On Wednesday, June 12, 2013 3:25:46 PM UTC+2, Jean-Michel Hiver wrote:

> Hello List,
>
> I am using a modified version of the "shorty" library 
> https://github.com/mtd/shorty
>
> Looks like it has issues with 0.10 though:
>
> node client.js 
>
> node.js:762
>           throw errnoException(process._errno, 'uv_signal_start');
>                 ^
> Error: uv_signal_start EINVAL
>     at errnoException (node.js:540:13)
>     at process.on.process.addListener (node.js:762:17)
>     at Object.<anonymous> (/mnt/Bushido/client.js:145:9)
>     at Module._compile (module.js:456:26)
>     at Object.Module._extensions..js (module.js:474:10)
>     at Module.load (module.js:356:32)
>     at Function.Module._load (module.js:312:12)
>     at Function.Module.runMain (module.js:497:10)
>     at startup (node.js:119:16)
>     at node.js:901:3
>
> On 0.8 it works fine.
>
> How do I go about debugging this issue? I'm fairly new to node.js (I come 
> from a Perl background but Net::SMPP didn't work for me so I used this 
> library instead) so I don't quite know how to debug this.
>
> Thanks in advance for your insights.
>
> Cheers
> JM
>
 
 At  /mnt/Bushido/client.js:145 you are installing a signal watcher. Can 
you share that line and possibly some context?

-- 
-- 
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