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

Strange error with one source to meany Message Printers #122

Open
ashley-b opened this issue May 19, 2017 · 1 comment
Open

Strange error with one source to meany Message Printers #122

ashley-b opened this issue May 19, 2017 · 1 comment

Comments

@ashley-b
Copy link
Contributor

ashley-b commented May 19, 2017

If i set up a message source or noise source -> stream to packet -> two or more Message Printers, the topology runs and then stops randomly. It only does this when running in the GUI and when both Message Printers are set std::cout or std::cerr (works if loging to poco). This does not seam to happen from PothosUtil commandline.
I get the following error
[03:23:05.704846] PothosGui.TopologyEval: Failed to commit: I/O error: RemoteProxyEnvironment::transact(): connection inactive
[03:23:05.705632] PothosGui.EnvironmentEval: zone[]: I/O error: RemoteProxyEnvironment::transact(): connection inactive - Remote environment crashed
[03:23:05.786087] Pothos.Topology: Topology destructor threw: I/O error: RemoteProxyEnvironment::transact(): connection inactive
This is using current master 894b5cb
Guessing some sort of race with redirection of std io into the GUI

@guruofquality
Copy link
Contributor

Just to comment. I have seen this happen, the process producing the logging message has died. Probably due to overloading some logging buffer. The difference with the GUI is that there is some syslog forwarding setup between the executing process and the GUI, which is done through poco. I cant say yet if its a bug in poco syslog forwarding or something else.

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

2 participants