[Mono-bugs] [Bug 81556][Cos] Changed - -args is ignored

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed May 9 09:28:59 EDT 2007


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 martin at ximian.com.

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

--- shadow/81556	2007-05-08 17:22:53.000000000 -0400
+++ shadow/81556.tmp.28524	2007-05-09 09:28:59.000000000 -0400
@@ -71,6 +71,29 @@
    -script                  
    -usage                   
    -version                  Display version and licensing information
 (short -V)
    -working-directory:DIR    Sets the working directory (short -cd)
 
+
+------- Additional Comments From martin at ximian.com  2007-05-09 09:28 -------
+Sorry, I was confused last night.
+
+The argument is indeed called -args and the debugger now aborts when
+it encounters unknown arguments.
+
+You must fix beagled:
+
+=====
+if [ $monogrind -eq 1 ]; then
+    export GC_DONT_GC=1
+    CMDLINE="monogrind $TARGET_EXE $MONO_EXTRA_ARGS $BEAGLED_ARGS
+$FGBG_ARG"
+elif [ $mdb -eq 1 ]; then
+    CMDLINE="mdb -args $TARGET_EXE $BEAGLED_ARGS $FGBG_ARG"
+else
+    CMDLINE="$BEAGLE_MONO_RUNTIME $MONO_EXTRA_ARGS $TARGET_EXE
+$BEAGLED_ARGS $FGBG_ARG"
+fi
+=====
+
+-args comes before $TARGET_EXE.


More information about the mono-bugs mailing list