[Mono-bugs] [Bug 28726][Nor] New - unsafe context not always tracked

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Aug 2002 13:51:33 -0000


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 lupus@ximian.com.

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

--- shadow/28726	Thu Aug  8 09:51:33 2002
+++ shadow/28726.tmp.28181	Thu Aug  8 09:51:33 2002
@@ -0,0 +1,30 @@
+Bug#: 28726
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: unsafe context not always tracked
+
+While compiling the I18N assemblies in pnetlib mcs gives the following error:
+CJK/CP932.cs(726) error CS0214: Pointers may only be used in an unsafe context
+The class where the function is included is correctly marked with the
+unsafe keyword. I could not repoduce the bug with a smallish sample, though.
+I'll attach the makefile I used to compile the assemblies with mcs.
+You can get pnetlib using:
+cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/dotgnu-pnet login
+[enter]
+cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/dotgnu-pnet co pnetlib
+
+then drop the makefile in the pnetlib/I18N dir and issue the command:
+make -f makefile.mcs