[Mono-bugs] [Bug 33671][Maj] Changed - mono sometimes aborts with message about wapi_...

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 15 May 2003 10:57:07 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=33671

--- shadow/33671	Thu May 15 05:26:57 2003
+++ shadow/33671.tmp.13400	Thu May 15 10:57:06 2003
@@ -156,6 +156,27 @@
 
 I'm 
 having a similar problem under RH9
 
 ------- Additional Comments From gonzalo@ximian.com  2003-05-15 05:26 -------
 cd && rm -rf .wapi
+
+------- Additional Comments From dick@ximian.com  2003-05-15 10:57 -------
+Can people still seeing this problem do the following:
+
+1) Make sure the mono binary still has the debugging symbols.  CVS
+builds should have them, not sure about release rpms.  To check, do
+"file mono" and make sure it says "not stripped". (This assumes it was
+built with the -g switch, which it is by default.)
+
+2) Make sure you can write core files.  Modern dists turn this off by
+default.  "ulimit -c" to check, if it says "0" then run "ulimit -c
+unlimited" in the shell you run mono from.
+
+3) When the bug appears, you should have a file called "core" in the
+directory you ran mono from (or "core.<some process id>").   When that
+happens, email me and I'll take it from there.
+
+Don't just send me the core file! It's too big, and not useful on its
+own anyway.
+
+