Skip to content
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

Crash when querying remote device #194

Open
LangleJ opened this issue Apr 9, 2020 · 0 comments
Open

Crash when querying remote device #194

LangleJ opened this issue Apr 9, 2020 · 0 comments

Comments

@LangleJ
Copy link

LangleJ commented Apr 9, 2020

I'm running PothosFlow v0.61 from the PPA on Ubuntu 18.04. I have a remote device running PothosUtil 0.7.0, built from source on a pi CM3. Both devices are on the same local LAN. When I add it to PothosFlow as remote device, it seems to connect and reports a Last Access time. If I double click to show System Info for the device, PothosFlow brings up a message box with "Exception: std::exception", then exits.

I attached the debugger to PothosFlow (without source) to the debugger and the call stack was:
1 kill
2 Poco:ProcessImpl::requestTerminationImpl(int)
3 ??
4 Poco::Net::TCPServerDispatcher::run()
5 Poco::pooledThread::run()
6 Poco::ThreadImpl::runnableEntry(void*)
7 start_thread
8 clone

If I launch it from the console, I see the following output after I exit the dialog:
2020-04-09 15:15:04 default: Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt.
You must not let any exception whatsoever propagate through Qt code.
If that is not possible, in Qt 5 you must at least reimplement
QCoreApplication::notify() and catch all exceptions there.

I've tried various URIs (named, IPv4, etc), but all fail identically

All works fine from an adjacent Windows 10 box.

Sorry, its not much to go on.

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

No branches or pull requests

1 participant