[Mono-bugs] [Bug 51096][Nor] New - hello world in Mercury produces no ouput

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Nov 2003 03:18:57 -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 peter@emailross.com.

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

--- shadow/51096	2003-11-18 03:18:56.000000000 -0500
+++ shadow/51096.tmp.16697	2003-11-18 03:18:56.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 51096
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: peter@emailross.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: hello world in Mercury produces no ouput
+
+Description of Problem:
+
+Running hello.exe (hello world written in Mercury) produces no output,
+but it appears to run correctly.
+The hello.exe was created using .NET SDK 1.1 tools and there it
+produces the expected output.
+
+Steps to reproduce the problem:
+1. wget http://shiva.miscrit.be/~petdr/files/hello_world.tgz
+2. tar xzf hello_world.tgz
+3. cd hello_world
+4. PATH=~/mono/install/bin:$PATH hello.exe
+
+Actual Results:
+<nothing>
+
+
+Expected Results:
+Hello, world.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+This is with the latest CVS version of mono.