Skip to content

Instantly share code, notes, and snippets.

@mulander
Created December 1, 2015 20:13
Show Gist options
  • Save mulander/aa37d748c08cfb9d372d to your computer and use it in GitHub Desktop.
Save mulander/aa37d748c08cfb9d372d to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00000a25a5fe3a83 in std::_Rb_tree_increment (__x=0xa2600b0ef40) at /usr/obj/ports/gcc-4.9.3/gcc-4.9.3/libstdc++-v3/src/c++98/tree.cc:65
#1 0x00000a2352ff3a67 in LibMimeApps::Index::removeUnused () from /usr/local/bin/otter-browser
#2 0x00000a2352ff7926 in LibMimeApps::Index::Index () from /usr/local/bin/otter-browser
#3 0x00000a2352fe9dc3 in Otter::FreeDesktopOrgPlatformIntegration::getApplicationsForMimeType () from /usr/local/bin/otter-browser
#4 0x00000a25e64e8a40 in ?? ()
#5 0x00000a25d320c000 in ?? ()
#6 0x00000a25cec0246f in _dl_find_symbol (name=0xa264e08f570 "\030J\025\n", this=0xa264e08f5b0, flags=1309210000, ref_sym=0xa263cd18ba8,
req_obj=0xa2352fe9dc3, pobj=0xa264e08f6e0) at /usr/src/libexec/ld.so/resolve.c:691
#7 0x00000a25cec04c23 in _dl_bind (object=0xa25d320c000, index=Variable "index" is not available.
) at /usr/src/libexec/ld.so/amd64/rtld_machine.c:363
#8 0x00000a25cec00b21 in _dl_bind_start () at /usr/src/libexec/ld.so/amd64/ldasm.S:151
#9 0x00000a25a5996f39 in _ZL24mimeTypeForNameUncheckedRK7QString () from /usr/local/lib/qt5/libQt5Core.so.1.0
#10 0x00000a2500000000 in ?? ()
#11 0x00000a260779c740 in ?? ()
#12 0x00000a25e93d6e00 in ?? ()
#13 0x00000a25f8f17ac0 in ?? ()
#14 0x0000000000000197 in ?? ()
#15 0x00000a2600afec00 in ?? ()
#16 0x00000a2600afec50 in ?? ()
#17 0x00000a2600afec80 in ?? ()
#18 0x00000a25f2154a18 in ?? ()
#19 0x00000a264e08f6c0 in ?? ()
#20 0xfb587793ae4367da in ?? ()
#21 0x00000a25741e9440 in ?? ()
#22 0x00000a263cd18b80 in ?? ()
#23 0x00000a2352fe9b20 in Otter::FreeDesktopOrgPlatformIntegration::createApplicationsCache () from /usr/local/bin/otter-browser
---Type <return> to continue, or q <return> to quit---
#24 0x00000a264e08f6c0 in ?? ()
#25 0x00000a264e08f6e0 in ?? ()
#26 0x00000a264e08f6f0 in ?? ()
#27 0x00000a264e08f6d0 in ?? ()
#28 0x00000a2352fe97dc in Otter::FreeDesktopOrgPlatformIntegration::createApplicationsCache () from /usr/local/bin/otter-browser
#29 0x00000a2352dc4f65 in QtConcurrent::RunFunctionTask<void>::run () from /usr/local/bin/otter-browser
#30 0x00000a264b8fa440 in ?? ()
#31 0xfb587793ae4367da in ?? ()
#32 0x00000a260a51f480 in ?? ()
#33 0x00000a25f669a310 in ?? ()
#34 0x0000000000000001 in ?? ()
#35 0x00000a25a5772b4e in QThreadPoolThread::run () from /usr/local/lib/qt5/libQt5Core.so.1.0
#36 0x00000a25a5774c33 in QThreadPrivate::start () from /usr/local/lib/qt5/libQt5Core.so.1.0
#37 0x00000a263ae9b77e in _rthread_start (v=Variable "v" is not available.
) at /usr/src/lib/librthread/rthread.c:145
#38 0x00000a25e19004fb in __tfork_thread () at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:75
#39 0x0000000000000000 in ?? ()
Current language: auto; currently c++
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment