Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Native nsfw crash on Mac #561

Open
smashwilson opened this issue Feb 23, 2017 · 4 comments
Open

Native nsfw crash on Mac #561

smashwilson opened this issue Feb 23, 2017 · 4 comments

Comments

@smashwilson
Copy link
Contributor

Thread 14 Crashed:
0   com.apple.CoreFoundation      	0x00007fffbb3a95df CFRunLoopStop + 63
1   nsfw.node                     	0x0000000115fe54c7 RunLoop::~RunLoop() + 71
2   nsfw.node                     	0x0000000115fe5623 FSEventsService::~FSEventsService() + 31
3   nsfw.node                     	0x0000000115fe4fec NativeInterface::~NativeInterface() + 30
4   nsfw.node                     	0x0000000115fe3fcf NSFW::StopWorker::Execute() + 99
5   libnode.dylib                 	0x0000000114eb1b9e 0x114d5e000 + 1391518
6   libnode.dylib                 	0x0000000114eb1d9b 0x114d5e000 + 1392027
7   libnode.dylib                 	0x0000000114ebd3b9 0x114d5e000 + 1438649
8   libsystem_pthread.dylib       	0x00007fffd0ae2aab _pthread_body + 180
9   libsystem_pthread.dylib       	0x00007fffd0ae29f7 _pthread_start + 286
10  libsystem_pthread.dylib       	0x00007fffd0ae21fd thread_start + 13
@kuychaco
Copy link
Contributor

Here's a similar crash

Thread 10 Crashed:
0   com.apple.CoreFoundation      	0x00007fff8439a84f CFRunLoopStop + 63
1   nsfw.node                     	0x000000011577248f RunLoop::~RunLoop() + 71 (RunLoop.cpp:44)
2   nsfw.node                     	0x00000001157725eb FSEventsService::~FSEventsService() + 31 (FSEventsService.cpp:17)
3   nsfw.node                     	0x0000000115771fb4 NativeInterface::~NativeInterface() + 30 (NativeInterface.cpp:19)
4   nsfw.node                     	0x000000011577104b NSFW::StopWorker::Execute() + 99 (NSFW.cpp:304)
5   libnode.dylib                 	0x000000010d68432e 0x10d532000 + 1385262
6   libnode.dylib                 	0x000000010d68452b 0x10d532000 + 1385771
7   libnode.dylib                 	0x000000010d68fb49 0x10d532000 + 1432393
8   libsystem_pthread.dylib       	0x00007fff8a02d99d _pthread_body + 131
9   libsystem_pthread.dylib       	0x00007fff8a02d91a _pthread_start + 168
10  libsystem_pthread.dylib       	0x00007fff8a02b351 thread_start + 13

@smashwilson
Copy link
Contributor Author

Hmm, but yours has line numbers!

@implausible
Copy link

Any leads on what was occurring to the file system leading up to these crashes? Has this crash occurred since?

@BinaryMuse
Copy link
Contributor

Same issue reported by @rohkeaID at atom/atom#14806 (comment)
Crash dump: https://github.com/atom/atom/files/1081213/Atom.Helper_2017-06-16.crash.txt

And by @lillian-a at atom/atom#14806 (comment)
Crash dump: https://github.com/atom/atom/files/1083720/Atom.Helper_2017-06-16.crash.txt
The screenshots / high CPU usage are also quite interesting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants