[Mono-bugs] [Bug 72254][Min] Changed - System.NullReferenceException is thrown in "mono --profile"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Feb 2005 10:28:33 -0500 (EST)


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 mei@work.email.ne.jp.

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

--- shadow/72254	2005-02-09 12:10:06.000000000 -0500
+++ shadow/72254.tmp.14349	2005-02-10 10:28:33.000000000 -0500
@@ -107,6 +107,28 @@
 
 
 ------- Additional Comments From lupus@ximian.com  2005-02-09 12:10 -------
 Both cases work fine for me with current svn.
 Could you try updating? If you still get the SEGV, run
 mono in gdb and report more details (stacktrace etc.).
+
+------- Additional Comments From mei@work.email.ne.jp  2005-02-10 10:28 -------
+co from SVN but error still occurs.
+
+(gdb) run --profile n1.exe
+Starting program: /usr/local/bin/mono --profile n1.exe
+Reading symbols for shared libraries +++. done
+0
+
+Program received signal EXC_BAD_ACCESS, Could not access memory.
+[Switching to process 7423 thread 0x1103]
+0x000ae9c0 in finalize_domain_objects (req=0x1156770) at gc.c:604
+604                     g_ptr_array_free (objs, TRUE);
+(gdb) info stack
+#0  0x000ae9c0 in finalize_domain_objects (req=0x1156770) at gc.c:604
+#1  0x000aeaac in finalizer_thread (unused=0x1156770) at gc.c:636
+#2  0x00064c44 in start_wrapper (data=0x111fa70) at threads.c:288
+#3  0x000d3f68 in timed_thread_start_routine (args=0x111de70) at timed-
+thread.c:135
+#4  0x900246e8 in _pthread_body ()
+
+My Environment's problem ?