You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Control-C is detected and goesdump appears to close some threads, but it never completely terminates and returns control back to the shell.
Note that sometimes monodevelop exhibits the same behavior when closing. For both it is necessary to put the process into the background via Control-Z and then kill the process.
Mar 18 12:46:18 XRIT Hit Ctrl + C! Closing...
Mar 18 12:46:18 XRIT Closing program...
Mar 18 12:46:18 XRIT Requested to close Channel Data Thread!
Mar 18 12:46:18 XRIT Exception thrown when closing socket: System.ObjectDisposedException: Cannot access a disposed object.#012Object name: 'System.Net.Sockets.Socket'.#12 at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () <0x41263d30 + 0x0004b> in :0 #12 at System.Net.Sockets.Socket.Shutdown (SocketShutdown how) <0x412f0350 + 0x0001f> in :0 #12 at OpenSatelliteProject.Connector.channelDataLoop () <0x4129af90 + 0x00787> in :0 Ignoring.
Mar 18 12:46:18 XRIT Channel Data Thread closed.
Mar 18 12:46:18 XRIT Exception thrown when closing socket: System.ObjectDisposedException: Cannot access a disposed object.#012Object name: 'System.Net.Sockets.Socket'.#12 at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () <0x41263d30 + 0x0004b> in :0 #12 at System.Net.Sockets.Socket.Shutdown (SocketShutdown how) <0x412f0350 + 0x0001f> in :0 #12 at OpenSatelliteProject.Connector.statisticsLoop () <0x4129c8c0 + 0x0085b> in :0 Ignoring.
Mar 18 12:46:18 XRIT Statistics Thread closed
Mar 18 12:46:18 XRIT Constellation Thread closed.
The text was updated successfully, but these errors were encountered:
Control-C is detected and goesdump appears to close some threads, but it never completely terminates and returns control back to the shell.
Note that sometimes monodevelop exhibits the same behavior when closing. For both it is necessary to put the process into the background via Control-Z and then kill the process.
Mar 18 12:46:18 XRIT Hit Ctrl + C! Closing...
Mar 18 12:46:18 XRIT Closing program...
Mar 18 12:46:18 XRIT Requested to close Channel Data Thread!
Mar 18 12:46:18 XRIT Exception thrown when closing socket: System.ObjectDisposedException: Cannot access a disposed object.#012Object name: 'System.Net.Sockets.Socket'.#12 at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () <0x41263d30 + 0x0004b> in :0 #12 at System.Net.Sockets.Socket.Shutdown (SocketShutdown how) <0x412f0350 + 0x0001f> in :0 #12 at OpenSatelliteProject.Connector.channelDataLoop () <0x4129af90 + 0x00787> in :0 Ignoring.
Mar 18 12:46:18 XRIT Channel Data Thread closed.
Mar 18 12:46:18 XRIT Exception thrown when closing socket: System.ObjectDisposedException: Cannot access a disposed object.#012Object name: 'System.Net.Sockets.Socket'.#12 at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () <0x41263d30 + 0x0004b> in :0 #12 at System.Net.Sockets.Socket.Shutdown (SocketShutdown how) <0x412f0350 + 0x0001f> in :0 #12 at OpenSatelliteProject.Connector.statisticsLoop () <0x4129c8c0 + 0x0085b> in :0 Ignoring.
Mar 18 12:46:18 XRIT Statistics Thread closed
Mar 18 12:46:18 XRIT Constellation Thread closed.
The text was updated successfully, but these errors were encountered: