Discussion:
Nano-X terminating
David Siebert
2007-08-16 19:11:15 UTC
Permalink
Nano-x is terminating when my application generates an error.
If I write to a device that has been removed "Yes I know that is a bad
thing" Nano-X terminates
Any suggestions on how to prevent Nano-X from exiting?
David Siebert
2007-08-17 14:42:46 UTC
Permalink
: If I write to a device that has been removed "Yes I know that is a bad
: thing" Nano-X terminates
: Any suggestions on how to prevent Nano-X from exiting?
Debug the server to see exactly where it is dying. There may
be an error statement that is terminating, or it may come
through the select(). There could also be issues on catching
signals in the drivers/vtswitch.c code.
Regards,
Greg
Where is the select located? The drivers vtswitch I think is a likely
candidate. Guess it is time to dig into the code. I am using the
version of microwindows that ADS supplies through apt-get.
Greg Haerr
2007-08-16 21:42:16 UTC
Permalink
: If I write to a device that has been removed "Yes I know that is a bad
: thing" Nano-X terminates
: Any suggestions on how to prevent Nano-X from exiting?

Debug the server to see exactly where it is dying. There may
be an error statement that is terminating, or it may come
through the select(). There could also be issues on catching
signals in the drivers/vtswitch.c code.

Regards,

Greg

Loading...