atom / github

:octocat: Git and GitHub integration for Atom
https://github.atom.io
MIT License
1.12k stars 393 forks source link

Native nsfw crash on Mac #561

Open smashwilson opened 7 years ago

smashwilson commented 7 years ago
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 commented 7 years ago

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 commented 7 years ago

Hmm, but yours has line numbers!

implausible commented 7 years ago

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

BinaryMuse commented 7 years ago

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

And by @lillian-a at https://github.com/atom/atom/issues/14806#issuecomment-309330828 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