[Mono-bugs] [Bug 75232][Min] New - GameComm.exe causes a SIGSEGV

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jun 11 13:19:47 EDT 2005


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 tom at dbservice.com.

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

--- shadow/75232	2005-06-11 13:19:47.000000000 -0400
+++ shadow/75232.tmp.13151	2005-06-11 13:19:47.000000000 -0400
@@ -0,0 +1,69 @@
+Bug#: 75232
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: tom at dbservice.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: GameComm.exe causes a SIGSEGV
+
+GameComm is a voice communication software written in .NET (www.gamecomm.com).
+They don't support linux, but I tried it anyway.
+
+I'm using mono 1.1.7, but the System.Windows.Forms.dll is one I've found on
+a webpage. Without the new dll, it wouldn't even start (something that it
+couldn't find the class System.Windows.Form.Screen. With the new dll, I get
+a SIGSEGV.
+
+I can't test the newest svn version, because it gives me strange errors
+about (libtool) script versions being different (when running ./configure)
+
+(gdb) r ./GameComm/GameComm.exe
+Starting program: /usr/bin/mono ./GameComm/GameComm.exe
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...(no debugging symbols found)...
+(no debugging symbols found)...[Thread debugging using libthread_db enabled]
+[New Thread -1210459488 (LWP 7614)]
+[New Thread -1219261520 (LWP 7617)]
+[New Thread -1219368016 (LWP 7618)]
+
+Program received signal SIGPWR, Power fail/restart.
+[Switching to Thread -1219368016 (LWP 7618)]
+0xffffe410 in ?? ()
+(gdb) c
+Continuing.
+
+Program received signal SIGXCPU, CPU time limit exceeded.
+0xffffe410 in ?? ()
+(gdb) c
+Continuing.
+
+Program received signal SIGPWR, Power fail/restart.
+0xffffe410 in ?? ()
+(gdb) c
+Continuing.
+
+Program received signal SIGXCPU, CPU time limit exceeded.
+0xffffe410 in ?? ()
+(gdb) c
+Continuing.
+
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread -1210459488 (LWP 7614)]
+0x080deb0c in mono_param_get_objects ()
+(gdb) bt
+#0  0x080deb0c in mono_param_get_objects ()
+#1  0x080deca8 in mono_custom_attrs_construct ()
+#2  0x080dece8 in mono_reflection_get_custom_attrs ()
+#3  0xb6df4983 in ?? ()
+#4  0x0823afa0 in ?? ()
+(gdb)


More information about the mono-bugs mailing list