[Mono-dev] Process background problem

Carlos Ruiz Diaz carlos.ruizdiaz at gmail.com
Fri Jan 16 09:29:50 EST 2009


I think I found a bug using the runtime 2.0.1 compiled for openSUSE 10.3.

I made a multithreading program that connects to a DB2 database (for AS400)
using ODBC through unixODBC and perform some jobs using stored procedures
mostly. It also connects to remote hosts using TCP sockets and displays
debugging information to stdout (a lot).

When I run the following command:

mono program.exe

everything behave as expected but running:

mono program.exe&

the program goes to background but almost immediately stops  so I use fg
command to foreground the process and them seems to resume its execution but
sometimes when I do this and try to finish it using ^C (or SIGTERM) it dies
displaying a long stack trace apparently originated from a non-managed code.

I hope someone can help me.

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090116/7c9ae0f7/attachment.html 


More information about the Mono-devel-list mailing list