Hexagon / node-telldus

Node bindings for telldus-core
Other
34 stars 10 forks source link

Testing rawDeviceEventListener causes a segfault #6

Closed kmpm closed 10 years ago

kmpm commented 10 years ago
support events
  ◦ using rawDeviceEventListener: 

Waiting 5 seconds for some raw events. Please trigger a remote. Segmentation fault (core dumped)

Hexagon commented 10 years ago

Interesting, will look into that!

kmpm commented 10 years ago

running telldusd in --nodaemon mode spits out Received SIGPIPE signal. At the time of the segfault

Hexagon commented 10 years ago

Even more interestingly - I'm not having any of those issues on Raspberry Pi / Raspbian with v0.10.22 from source. :)

I see a potential problem in addRawDeviceEventListener but it is wierd that it doesn't segfault for me too.

Hexagon commented 10 years ago

Commit @4be846363c95ad85f5a8990e49022943b8c36152 could potentially solve this, give it a go.