[Mono-bugs] [Bug 80805][Wis] Changed - System.ArgumentOutOfRangeException: Argument is out of range.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Mar 18 13:51:44 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 miguel at ximian.com.

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

--- shadow/80805	2007-02-13 07:16:12.000000000 -0500
+++ shadow/80805.tmp.26529	2007-03-18 12:51:44.000000000 -0500
@@ -300,6 +300,18 @@
 ------- Additional Comments From liedekef at telenet.be  2007-02-13 07:16 -------
 Well, a trace from the start of the program took forever, and also a
 trace starting from the window itself being built (the window where
 the print-button is) was already 3GB before I aborted it (was not even
 finished then).
 So maybe there are options to the trace I can use?
+
+------- Additional Comments From miguel at ximian.com  2007-03-18 12:51 -------
+Yes, use trace like this:
+
+mono --trace=disabled app.exe > log
+
+Then just before you open the offending dialog box, from a separate
+terminal do:
+
+kill -USR2 pid_of_process
+
+Miguel


More information about the mono-bugs mailing list