[Mono-bugs] [Bug 71615][Nor] New - NX Stack protection prevents mono from working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Jan 2005 16:51: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 gjury@inode.at.

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

--- shadow/71615	2005-01-22 16:51:33.000000000 -0500
+++ shadow/71615.tmp.20155	2005-01-22 16:51:33.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 71615
+Product: Mono: Runtime
+Version: 1.0
+OS: 
+OS Details: 2.6.10-gentoo-r4 on AMD64 in 32 bit mode
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JIT
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gjury@inode.at               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NX Stack protection prevents mono from working
+
+I have installed and run mono 1.0.5 without problems.  
+Then I switched on NX (no stack execution bit in the PAE MMU x86_64)   
+in the linux kernel.   
+From there mono stopped working.  
+I googled around and found a single entry on the mono-list mailing list   
+with a patch for the file mono/mini/tramp-x86.c (for mono-0.96)  
+The mailing-list entry can be found here   
+  
+http://lists.ximian.com/archives/public/mono-list/2004-June/021592.html   
+   
+I applied the patch by hand and it made mono run again.  
+Only mint is not working but that is not a problem.  
+  
+Please consider the patch for inclusion in 1.0.6 and 1.1.x.  
+  
+   
+Steps to reproduce the problem:   
+1. Install mono 1.0.5   
+2. Switch on NX Stack protection of x86_64 in 32 bit mode   
+3. run any mono program.   
+   
+Actual Results:   
+   
+   
+Expected Results:   
+   
+   
+How often does this happen?    
+Always   
+   
+Additional Information: