On 18.08.2011 18:29, Yves Goergen wrote: > >>> Run your apps from a terminal and try to collect the full backtrace. >>> If you can't run from a terminal, then redirect STDERR to a file. > > With backtrace you mean strace? That creates a 268 KiB file. Would it be > useful for you?
No, I mean the backtrace generated by the abort. If you didn't get one, try gdb: http://www.mono-project.com/Debugging#Debugging_with_GDB In short: $ gdb mono handle SIGXCPU SIG33 SIG35 SIGPWR nostop noprint run --debug yourapp.exe Then wait for the abort and execute these commands: t a a bt Then post the backtrace, or file a bug at http://bugzilla.xamarin.com. > >> Try with mono --debug and --verbose before your exe > > That creates a 748 KiB file. Would that be useful, too? No, it isn't. > Somehow I don't feel like I wish to disclose the application or its > source code to the public. I'm currently using it for myself but I don't I can assure you: no one wants to see your code. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
