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

-- 
-----------------------------------------------------------------
[email protected]                                     debian/rules
[email protected]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to