-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spyder not working #685
Comments
duplicate -> #216 |
I wouldn't say this is a duplicate - this question is about spyder in specific, and its not immediately obvious to users that spyder's filesystem watcher is not supported... |
@fcicq @alexanderwhatley - It's likely that Spyder is using inotify for its filesystem watcher. Would it be possible to launch Spyder under strace to see what system call is falling over? |
It seems to be related to inotify. I don't see the actual inotify system call in this trace, it might be happening from another thread though. It looks like this strace is just of the main thread (no follow forks option). QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Invalid argument |
@benhillis I reran it with "strace -f"; hopefully this is more informative: https://gist.github.com/alexanderwhatley/99501a1a407ea7e4d1a48169f9957c0d |
the first error message comes from qfilesystemwatcher_inotify.cpp from qt. snippet:
|
Inotify has been available in the Insider builds for a few months now, and will be available in the Creators Update. Closing this issue. |
Please use the following bug reporting template to help produce actionable and reproducible issues:
Spyder installed through Anaconda Python distribution
Window opening successfully after opening XMing
Window opening, but then freezing and getting error message:
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Invalid argument
QFileSystemWatcher: failed to add paths: /home/alex
OMP: Error Remote screen (via ssh) crashes BashOnWindows #100: Fatal system error detected.
OMP: System error Error: 0x800c0008 when trying to install #22: Invalid argument
14388
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: