https://bugzilla.novell.com/show_bug.cgi?id=431539
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=431539#c6 --- Comment #6 from Paolo Molaro <[EMAIL PROTECTED]> 2008-11-06 07:20:21 MST --- It looks like it was indeed a broken system, since with the update the error went away. Unfortunately it seems on your system sigaction() doesn't work quite well. The good news is that the assert there is during shutdown and it doesn't really matter, so you can safely remove it (I'll remove it from our ode, too). Please just take away the g_assert() in remove_signal_handler() in mini/mini.c and then run make again and report what happens. Now, I have no idea what could cause the EL2NSYNC error: please run with: strace -f mcs ... etc 2>strace.out and attach the strace.out file. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
