marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

GUI error box: error writing "stdout": I/O error #243

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When you close the terminal that starts core-gui, the GUI is unable to write to 
stdout and produces this exception.

error writing "stdout": I/O error
    while executing
"puts "Connection to $plugin ($ip:$port) closed.""
    (procedure "pluginChannelClosed" line 11)
    invoked from within
"pluginChannelClosed $channel"
    (procedure "resetChannel" line 5)
    invoked from within
"resetChannel channel 1"
    (procedure "receiveMessage" line 31)
    invoked from within
"receiveMessage sock7"

Original issue reported on code.google.com by ahrenh...@gmail.com on 18 Apr 2014 at 5:36

GoogleCodeExporter commented 9 years ago
tried to reproduce bug, but closing terminal also closes the core-gui window 
under Ubuntu 12.04; tried running 'core-gui &' in background, same behavior

Original comment by ahrenh...@gmail.com on 29 Jul 2014 at 2:05