[Mono-dev] Searching the GAC w/ the embedded API

Robert Jordan robertj at gmx.net
Mon Apr 21 16:07:37 EDT 2008


Casey Marshall wrote:
>>> Also, is it possible to disable the crash dump in mono? I'm using
>>> abort() in a test suite, and it would be nice to not have a screenful of
>>> gdb info when a test fails.
>> Use assert(3) or glib's g_assert() instead.
>>
> 
> Oh, oops, I mean I'm using assert. Sorry. This is raising SIGABRT on
> failed assertions, and I get the debug dump when using that. So do you
> mean "use g_assert" instead?

Sorry, g_assert won't work either. My crash dump was manually commented 
out due an issue I was debugging recently.

Robert



More information about the Mono-devel-list mailing list