[Mono-bugs] [Bug 52102][Nor] New - Use of a file-based ResourceManager leads to a crash (SIGSEGV)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 09:33:20 -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 bruno@clisp.org.

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

--- shadow/52102	2003-12-12 09:33:20.000000000 -0500
+++ shadow/52102.tmp.29385	2003-12-12 09:33:20.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 52102
+Product: Mono/Runtime
+Version: unspecified
+OS: SUSE 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bruno@clisp.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Use of a file-based ResourceManager leads to a crash (SIGSEGV)
+
+Description of Problem: 
+Use of a file-based ResourceManager leads to a crash (SIGSEGV), probably 
+through endless recursion. 
+ 
+ 
+Steps to reproduce the problem: 
+Install mono-0.28. 
+Get into a de_DE.UTF-8 locale. 
+Create hello.cs and hello1.resx. 
+$ monoresgen hello1.resx hello.resources 
+$ mcs -resource:hello.resources hello.cs -o hello.mono.exe 
+$ mint hello.mono.exe 
+$ mono hello.mono.exe 
+ 
+Actual Results: 
+$ mint hello.mono.exe 
+Speicherzugriffsfehler 
+$ mono hello.mono.exe 
+Speicherzugriffsfehler 
+ 
+ 
+Expected Results: 
+$ mint hello.mono.exe 
+Hello World! 
+$ mono hello.mono.exe 
+Hello World! 
+ 
+ 
+How often does this happen?  
+Reproducible. 
+ 
+Additional Information: 
+mint and mono also crash when executing the exe produced by pnet-0.56 for 
+the same program.