-
-
Notifications
You must be signed in to change notification settings - Fork 633
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 on Start UDP Server #992
Comments
I'm guessing this is a settings issue. Try looking for the Qt settings file on your machine and changing the value for UDP::Protocol to "JSON". It would still be nice to have it catch this, I will look into a fix. |
I did not have any luck finding a Qt settings file. But, I looked at lines 99-102 in Is that what you're referring to? It looks like Thanks for looking at this! |
Same crash here, just my luck that I wanted to try out for the first time the UDP stream functionality today. My crash report looks to have some extra info, this is version 3.9.2 installed from the AUR for reference.
|
@zdavkeos : I found the settings file, and added an entry to set UDP protocol to "JSON." No change. I've attached a patch here that appears to fix the immediate issue. I can turn this into a PR if it looks appropriate. |
Problem description
Let me say, I'm sure this is a local problem of some sort; others seem to use UDP Server without trouble. But for me:
Launch PlotJuggler; select UDP Server in Streaming drop-down; click Start. PlotJuggler terminates with:
(full backtrace below)
Answer these questions (or I will ignore your issue)
See above; built with:
Behavior is the same with or without
-t
. But maybe I need to do something with the sample data before Starting?No data source here; just
Start
ing the UDP Server.Here is the backtrace output from PlotJuggler:
Here is a screenshot of Eclipse debug session that has additional info. Executing line 117 in
udp_server.cpp
:Thanks for listening!
The text was updated successfully, but these errors were encountered: