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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
