[Mono-bugs] [Bug 688030] Using a System.Threading.Timer in a Cocoa app (MonoMac or Monobjc) crashes on shutdown

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 18 18:19:03 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=688030

https://bugzilla.novell.com/show_bug.cgi?id=688030#c5


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gnorton at novell.com

--- Comment #5 from Geoff Norton <gnorton at novell.com> 2011-04-18 22:19:00 UTC ---
Here's the real trace:


0x9847e156 in __kill ()
(gdb) bt
#0  0x9847e156 in __kill ()
#1  0x9847e148 in kill$UNIX2003 ()
#2  0x98510899 in raise ()
#3  0x985269b8 in abort ()
#4  0x00296b81 in monoeg_g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR,
format=0x333f10 "* Assertion at %s:%d, condition `%s' not met\n",
args=0xbfffe534 "\a?4") at goutput.c:134
#5  0x00296be3 in monoeg_assertion_message (format=0x333f10 "* Assertion at
%s:%d, condition `%s' not met\n") at goutput.c:154
#6  0x00262141 in _wapi_handle_unref (handle=0x108) at handles.c:1139
#7  0x0025ff7b in handle_cleanup () at handles.c:213
#8  0x9843c1aa in __cxa_finalize ()

#9  0x9843c0b4 in exit ()
#10 0x906e248a in -[NSApplication terminate:] ()
#11 0x904e7c46 in -[NSApplication sendAction:to:from:] ()
#12 0x904e7af9 in -[NSMenuItem _corePerformAction] ()
#13 0x904e77eb in -[NSCarbonMenuImpl
performActionWithHighlightingForItemAtIndex:] ()
#14 0x905e3403 in -[NSMenu _performActionWithHighlightingForItemAtIndex:] ()
#15 0x905e2baf in -[NSMenu performKeyEquivalent:] ()
#16 0x905e1353 in -[NSApplication _handleKeyEquivalent:] ()
#17 0x904d71f2 in -[NSApplication sendEvent:] ()
#18 0x9046b2a7 in -[NSApplication run] ()
#19 0x904632d9 in NSApplicationMain ()
#20 0x017f9cca in ?? ()
#21 0x017f9c10 in ?? ()
#22 0x004e8da2 in ?? ()
#23 0x004e8e35 in ?? ()
#24 0x0000f970 in mono_jit_runtime_invoke (method=0x80041c, obj=0x0,
params=0xbffff068, exc=0x0) at mini.c:5753
#25 0x001fc97f in mono_runtime_invoke (method=0x80041c, obj=0x0,
params=0xbffff068, exc=0x0) at object.c:2770
#26 0x001ff344 in mono_runtime_exec_main (method=0x80041c, args=0x4d1e00,
exc=0x0) at object.c:3953
#27 0x001fe636 in mono_runtime_run_main (method=0x80041c, argc=0,
argv=0x502bf8, exc=0x0) at object.c:3575
#28 0x000a83cf in mono_jit_exec (domain=0x4cae00, assembly=0x1303970, argc=1,
argv=0x502bf4) at driver.c:944
#29 0x000a8606 in main_thread_handler (user_data=0xbffff1b0) at driver.c:1003
#30 0x000aa70b in mono_main (argc=2, argv=0x502bf0) at driver.c:1876
#31 0x0000220a in mono_main_with_options (argc=2, argv=0x502bf0) at main.c:66
#32 0x00002269 in main (argc=1, argv=0xbffff308) at main.c:97
(gdb)

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list