[Mono-list] Mono programs fail to exit with NVIDIA OpenCL

Paolo Molaro lupus at ximian.com
Tue Sep 21 06:07:56 EDT 2010


On 09/20/10 ccoish wrote:
> I'm wondering if someone could help me figure out if my problem comes from
> teh NVIDIA driver or Mono.
> 
> When I use Mono on Linux in combination with OpenCL, my programs run fine
> but fail to exit. I have to kill the process manually or call a exit with a
> DllImport from libc to force it to terminate.

It is possible both mono and the library use the same signal for some of
the operations, so a signal handler is overwritten and the last
subsystem that sets it wins. We'd need you to run the program with:
	strace -f mono yourprog.exe 2> strace.log
to confirm this supposition (post the log).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better


More information about the Mono-list mailing list