c4milo / fusejs

Low level fuse bindings for nodejs
http://c4milo.github.io/fusejs
112 stars 72 forks source link

Armv7 - Segmentation Fault #21

Closed EricTheMagician closed 9 years ago

EricTheMagician commented 9 years ago

The MPSC queue is not thread safe on armv7 which either leads to a segmentation fault or a corrupted ring buffer.

EricTheMagician commented 9 years ago

fixed in 1.2.1 (https://github.com/c4milo/fusejs/commit/65502871d472d835117750785638fe40fea13028)