-
Notifications
You must be signed in to change notification settings - Fork 1
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
the fosphorSupport module does not let the GUI start #8
Comments
I wonder if the fosphor code is doing something like gui/window initialization that conflicts with how Qt is used in PothosGUI. I also wonder if it has something to do with Qt4 being used for fosphor (I think) and Qt5 for PothosGui. Just a guess: Curious if this works from the command line: It also might be interesting to: |
OK here it goes: $ gdb PothosGui |
PothosGui crashes with the following message
Exception: Assertion violation: _readfd != -1 in file "/build/poco-HOje2L/poco-1.7.8.2/Foundation/src/PipeImpl_POSIX.cpp", line 66
the presence of
/usr/local/lib/Pothos/modules0.5/gnuradio/libfosphorSupport.so
seems to be at the source of it, since removing it permits the GUI to start
PS: under Debian stretch with MyriadRF and pothosware-support/framework PPA's enabled for zesty
The text was updated successfully, but these errors were encountered: