Skip to content

Instantly share code, notes, and snippets.

@agos
Created January 11, 2011 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agos/773812 to your computer and use it in GitHub Desktop.
Save agos/773812 to your computer and use it in GitHub Desktop.
Crash report
#0 0x00007fff8011b11c in objc_msgSend ()
#1 0x000000010001ddf0 in -[KBrowserWindowController updateToolbarWithContents:shouldRestoreState:] (self=0x102e481b0, _cmd=0x1003b38c0, contents=0x0, shouldRestore=0 '\0') at KBrowserWindowController.mm:346
#2 0x000000010076c00b in -[CTBrowserWindowController tabClosingWithContents:atIndex:] (self=0x102e481b0, _cmd=0x10078a988, contents=0x143df7280, index=44) at CTBrowserWindowController.mm:983
#3 0x000000010076b066 in CTTabStripModelObserverBridge::TabClosingAt (this=0x102e42fc0, contents=0x143df7280, index=44) at CTTabStripModelObserverBridge.mm:49
#4 0x0000000100752ef3 in CTTabStripModel::InternalCloseTab (this=0x141468ab0, contents=0x143df7280, index=44, create_historical_tabs=true) at CTTabStripModel.mm:984
#5 0x00000001007544c4 in CTTabStripModel::InternalCloseTabs (this=0x141468ab0, indices=@0x7fff5fbfeb18, close_types=2) at CTTabStripModel.mm:975
#6 0x0000000100755b98 in CTTabStripModel::CloseAllTabs (this=0x141468ab0) at CTTabStripModel.mm:372
#7 0x00000001007721b9 in -[CTBrowser windowDidBeginToClose] (self=0x1414ae0b0, _cmd=0x10078b984) at CTBrowser.mm:147
#8 0x000000010076c8d7 in -[CTBrowserWindowController windowShouldClose:] (self=0x102e481b0, _cmd=0x7fff81563c6a, sender=0x102d4a5b0) at CTBrowserWindowController.mm:771
#9 0x00007fff8108ace5 in -[NSWindow _document:shouldClose:contextInfo:] ()
#10 0x00000001000130bc in -[KDocument canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:] (self=0x143df7280, _cmd=0x7fff815515dc, delegate=0x102d4a5b0, shouldCloseSelector=0x7fff8157b26e, contextInfo=0x0) at KDocument.mm:857
#11 0x00007fff8108ab44 in -[NSWindow _close:] ()
#12 0x00007fff80fa2e9a in -[NSApplication sendAction:to:from:] ()
#13 0x00007fff80fa2df9 in -[NSControl sendAction:to:] ()
#14 0x00007fff81081c78 in -[NSButtonCell performClick:] ()
#15 0x00007fff80fa2e9a in -[NSApplication sendAction:to:from:] ()
#16 0x00007fff80fc741e in -[NSMenuItem _corePerformAction] ()
#17 0x00007fff80fc7188 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] ()
#18 0x00007fff80face09 in -[NSMenu performKeyEquivalent:] ()
#19 0x00007fff80fabbb1 in -[NSApplication _handleKeyEquivalent:] ()
#20 0x00007fff80e7c645 in -[NSApplication sendEvent:] ()
#21 0x00007fff80e134da in -[NSApplication run] ()
#22 0x00007fff80e0c1a8 in NSApplicationMain ()
#23 0x0000000100008800 in main (argc=1, argv=0x7fff5fbff3f0) at main.m:5
I saw this document 162.626 seconds ago
closeDocument: 1120384480 file://localhost/Users/ago/Sviluppo/kod/src/KMetaRulerView.h
2011-01-11 02:03:36.710 Kod[88165:a0f] D [src/CTBrowser.mm:405] [ChromiumTabs] TODO createHistoricalTab <KDocument@0x142c7b5e0 'KMetaRulerView.h'>
activateDocument: 350441520 file://localhost/Users/ago/Sviluppo/kod/src/basictypes.h
I saw this document 213.613 seconds ago
closeDocument: 350441520 file://localhost/Users/ago/Sviluppo/kod/src/basictypes.h
2011-01-11 02:03:36.715 Kod[88165:a0f] D [src/CTBrowser.mm:405] [ChromiumTabs] TODO createHistoricalTab <KDocument@0x114e35030 'basictypes.h'>
2011-01-11 02:03:36.720 Kod[88165:a0f] D [src/CTBrowserWindowController.mm:157] [ChromiumTabs] dealloc window controller
2011-01-11 02:03:36.721 Kod[88165:a0f] D [src/CTBrowser.mm:44] [ChromiumTabs] deallocing browser <KBrowser: 0x101f54410>
Program received signal: “EXC_BAD_ACCESS”.
sharedlibrary apply-load-rules all
kill
Current language: auto; currently objective-c++
quit
(gdb) backtrace full
#0 0x00007fff8011b11c in objc_msgSend ()
No symbol table info available.
#1 0x000000010076c00b in -[CTBrowserWindowController tabClosingWithContents:atIndex:] (self=0x102d48e70, _cmd=0x10078a988, contents=0x13ff9da00, index=0) at CTBrowserWindowController.mm:983
No locals.
#2 0x000000010076b066 in CTTabStripModelObserverBridge::TabClosingAt (this=0x102d6d910, contents=0x13ff9da00, index=0) at CTTabStripModelObserverBridge.mm:49
No locals.
#3 0x0000000100752ef3 in CTTabStripModel::InternalCloseTab (this=0x102d90350, contents=0x13ff9da00, index=0, create_historical_tabs=true) at CTTabStripModel.mm:984
it = {
list_ = @0x102d90388,
index_ = 2,
max_index_ = 18446744073709551615
}
obs = (CTTabStripModelObserver *) 0x102d6d910
#4 0x00000001007544c4 in CTTabStripModel::InternalCloseTabs (this=0x102d90350, indices=@0x7fff5fbfef38, close_types=2) at CTTabStripModel.mm:975
detached_contents = (CTTabContents *) 0x13ff9da00
i = 1
retval = true
#5 0x0000000100755b98 in CTTabStripModel::CloseAllTabs (this=0x102d90350) at CTTabStripModel.mm:372
closing_tabs = {
<std::_Vector_base<int,std::allocator<int> >> = {
_M_impl = {
<std::allocator<int>> = {
<__gnu_cxx::new_allocator<int>> = {<No data fields>}, <No data fields>},
members of std::_Vector_base<int,std::allocator<int> >::_Vector_impl:
_M_start = 0x14003b030,
_M_finish = 0x14003b038,
_M_end_of_storage = 0x14003b038
}
}, <No data fields>}
#6 0x00000001007721b9 in -[CTBrowser windowDidBeginToClose] (self=0x102d00440, _cmd=0x10078b984) at CTBrowser.mm:147
No locals.
#7 0x000000010076c8d7 in -[CTBrowserWindowController windowShouldClose:] (self=0x102d48e70, _cmd=0x7fff81563c6a, sender=0x13ff66340) at CTBrowserWindowController.mm:771
disabler = {<No data fields>}
#8 0x00007fff8108ace5 in -[NSWindow _document:shouldClose:contextInfo:] ()
No symbol table info available.
#9 0x0000000100012edc in -[KDocument canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:] (self=0x13ff9da00, _cmd=0x7fff815515dc, delegate=0x13ff66340, shouldCloseSelector=0x7fff8157b26e, contextInfo=0x0) at KDocument.mm:857
objc_super = {
self = 0x13ff9da00,
cls = 0x1007a3200
}
#10 0x00007fff8108ab44 in -[NSWindow _close:] ()
No symbol table info available.
#11 0x00007fff80fa2e9a in -[NSApplication sendAction:to:from:] ()
No symbol table info available.
#12 0x00007fff80fa2df9 in -[NSControl sendAction:to:] ()
No symbol table info available.
#13 0x00007fff81081c78 in -[NSButtonCell performClick:] ()
No symbol table info available.
#14 0x00007fff80fa2e9a in -[NSApplication sendAction:to:from:] ()
No symbol table info available.
#15 0x00007fff80fc741e in -[NSMenuItem _corePerformAction] ()
No symbol table info available.
#16 0x00007fff80fc7188 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] ()
No symbol table info available.
#17 0x00007fff80face09 in -[NSMenu performKeyEquivalent:] ()
No symbol table info available.
#18 0x00007fff80fabbb1 in -[NSApplication _handleKeyEquivalent:] ()
No symbol table info available.
#19 0x00007fff80e7c645 in -[NSApplication sendEvent:] ()
No symbol table info available.
#20 0x00007fff80e134da in -[NSApplication run] ()
No symbol table info available.
#21 0x00007fff80e0c1a8 in NSApplicationMain ()
No symbol table info available.
#22 0x0000000100008620 in main (argc=1, argv=0x7fff5fbff810) at main.m:5
No locals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment