[Mono-bugs] [Bug 69379][Blo] New - mono fails to execute and exits with anomalous error message

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Nov 2004 16:07:36 -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 csali@tiscali.it.

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

--- shadow/69379	2004-11-11 16:07:36.000000000 -0500
+++ shadow/69379.tmp.27455	2004-11-11 16:07:36.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 69379
+Product: Mono: Runtime
+Version: 1.0
+OS: 
+OS Details: ubuntu Linux 2.6.8.1-3-k7
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: csali@tiscali.it               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono fails to execute and exits with anomalous error message
+
+Description of Problem:
+
+Trying to execute the (attached) file pinax.cs, mono exits saying:
+
+** ERROR **: implement me
+aborting...
+
+No line number is given.
+
+Steps to reproduce the problem:
+1. install vanilla mono 1.0.2
+2. compile with: mcs -pkg:gtk-sharp,gnome-sharp pinax.cs 
+3. run: mono pinax.exe
+
+Actual Results:
+
+** ERROR **: implement me
+aborting...
+
+Expected Results:
+
+I wanted a basic gnome app, but then started
+fiddling with Interop.Marshal and... there you are
+
+
+How often does this happen? 
+
+Always reproducible.
+
+
+Additional Information:
+
+I have no clue. I'm a mono rookie.