https://bugzilla.novell.com/show_bug.cgi?id=431539
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=431539#c3 --- Comment #3 from Paolo Molaro <[EMAIL PROTECTED]> 2008-10-08 07:19:07 MDT --- Yurj, could you compile mono with debug flags? If you have the tree already built it's enough to go into mono/mini and type: make clean followed by make CFLAGS=-g After that rerun your test case with the just built mono inside gdb ad try to get the complete stack info that leads to the crash in memcpy (including the values passed to memcpy and it's calling function). -- 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
