[Mono-bugs] [Bug 59584][Min] Changed - (falha de segmentação) segmentation fault

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 10:59:57 -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 jasinski@planit.se.

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

--- shadow/59584	2004-06-07 08:10:28.000000000 -0400
+++ shadow/59584.tmp.30442	2004-06-09 10:59:57.000000000 -0400
@@ -368,6 +368,82 @@
 brk(0)                                  = 0x9d03000
 brk(0x9d13000)                          = 0x9d13000
 getpid()                                = 2647
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
 +++ killed by SIGSEGV +++
 [root@terra root]#
+
+------- Additional Comments From jasinski@planit.se  2004-06-09 10:59 -------
+Hi I experienced the same problem, that is, the same sypmtoms for
+doing the same things, and strace giving a similar output:
+...
+...
+mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40ca8000
+close(3)                                = 0
+sched_getscheduler(0x3a7b)              = 0
+sched_getparam(0x3a7b, 0xbfffdd70)      = 0
+sched_get_priority_min(0)               = 0
+sched_get_priority_max(0)               = 0
+sched_get_priority_max(0)               = 0
+rt_sigaction(SIGPWR, {0x40a4c540, ~[INT QUIT ABRT BUS SEGV TERM],
+SA_RESTORER|SA_RESTART, 0x40aebcf8}, NULL, 8) = 0
+rt_sigaction(SIGXCPU, {0x40a4c540, ~[INT QUIT ABRT BUS SEGV TERM],
+SA_RESTORER|SA_RESTART, 0x40aebcf8}, NULL, 8) = 0
+open("/proc/stat", O_RDONLY)            = 3
+read(3, "cpu  13922532 171674 543231 5706"..., 4096) = 321
+close(3)                                = 0
+brk(0)                                  = 0x81c8000
+brk(0)                                  = 0x81c8000
+brk(0x81d8000)                          = 0x81d8000
+brk(0)                                  = 0x81d8000
+brk(0)                                  = 0x81d8000
+brk(0x81e8000)                          = 0x81e8000
+brk(0)                                  = 0x81e8000
+brk(0)                                  = 0x81e8000
+brk(0x81f8000)                          = 0x81f8000
+getpid()                                = 14971
+--- SIGSEGV (Segmentation fault) @ 0 (0) ---
++++ killed by SIGSEGV +++
+
+
+My stack trace:
+
+(gdb) r /usr/lib/mono/1.0/mcs.exe
+Starting program: /usr/bin/mono /usr/lib/mono/1.0/mcs.exe
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...[New Thread 16384 (LWP 9311)]
+(no debugging symbols found)...
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread 16384 (LWP 9311)]
+0x0810e91e in mono_get_lmf_addr ()
+(gdb) bt
+#0  0x0810e91e in mono_get_lmf_addr ()
+#1  0x0811228e in mini_init ()
+#2  0x08066d32 in mono_main ()
+#3  0x08065772 in main ()
+#4  0x40ada62d in __libc_start_main () from /lib/libc.so.6
+
+
+I run on:
+
+[wj@pr3 wj]$ uname -a
+Linux pr3 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386
+GNU/Linux
+
+
+I built my with RedCarpet. (whinning about gtksourceview, so I had to
+"rpm -Uvh gtksourceview-0.8.0-0.ximian.6.1.i386.rpm", but I guess
+that's another bug.)
+
+[wj@pr3 wj]$ red-carpet --version
+Red Carpet Client 2.2.3
+Copyright (C) 2002-2003 Ximian Inc.
+
+
+I hope this is of any help.
+