Advertisement
Guest User

Otter javascript backtrace

a guest
Dec 20th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.73 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00007fff5d9b38fc in _GLOBAL__sub_I_qprinterinfo.cpp () from /usr/lib64/qt4/libQtGui.so.4
  3. (gdb) bt
  4. #0  0x00007fff5d9b38fc in _GLOBAL__sub_I_qprinterinfo.cpp () from /usr/lib64/qt4/libQtGui.so.4
  5. #1  0x00007ffff7deab6e in call_init.part () from /lib64/ld-linux-x86-64.so.2
  6. #2  0x00007ffff7deac4b in _dl_init_internal () from /lib64/ld-linux-x86-64.so.2
  7. #3  0x00007ffff7deedd1 in dl_open_worker () from /lib64/ld-linux-x86-64.so.2
  8. #4  0x00007ffff7deaa00 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
  9. #5  0x00007ffff7dee5a9 in _dl_open () from /lib64/ld-linux-x86-64.so.2
  10. #6  0x00007fffef88c1e6 in dlopen_doit () from /lib64/libdl.so.2
  11. #7  0x00007ffff7deaa00 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
  12. #8  0x00007fffef88c78c in _dlerror_run () from /lib64/libdl.so.2
  13. #9  0x00007fffef88c281 in dlopen () from /lib64/libdl.so.2
  14. #10 0x00007ffff3838722 in QLibraryPrivate::load_sys() () from /usr/lib64/libQt5Core.so.5
  15. #11 0x00007ffff3832883 in QLibrary::load() () from /usr/lib64/libQt5Core.so.5
  16. #12 0x00007ffff4ff5a14 in WebCore::PluginPackage::fetchInfo() () from /usr/lib64/libQt5WebKit.so.5
  17. #13 0x00007ffff4f24596 in WebCore::PluginPackage::createPackage(WTF::String const&, long const&) () from /usr/lib64/libQt5WebKit.so.5
  18. #14 0x00007ffff4f22a88 in WebCore::PluginDatabase::refresh() () from /usr/lib64/libQt5WebKit.so.5
  19. #15 0x00007ffff4f232bd in WebCore::PluginDatabase::installedPlugins(bool) () from /usr/lib64/libQt5WebKit.so.5
  20. #16 0x00007ffff4af4f0c in PlatformStrategiesQt::getPluginInfo(WebCore::Page const*, WTF::Vector<WebCore::PluginInfo, 0ul, WTF::CrashOnOverflow>&) () from /usr/lib64/libQt5WebKit.so.5
  21. #17 0x00007ffff4e7a97e in WebCore::PluginData::PluginData(WebCore::Page const*) () from /usr/lib64/libQt5WebKit.so.5
  22. #18 0x00007ffff4e60250 in WebCore::Page::pluginData() const () from /usr/lib64/libQt5WebKit.so.5
  23. #19 0x00007ffff4e7ad59 in WebCore::DOMPluginArray::length() const () from /usr/lib64/libQt5WebKit.so.5
  24. #20 0x00007ffff547310d in WebCore::jsDOMPluginArrayLength(JSC::ExecState*, JSC::JSValue, JSC::PropertyName) () from /usr/lib64/libQt5WebKit.so.5
  25. #21 0x00007ffff5014ed4 in JSC::PropertySlot::getValue(JSC::ExecState*, JSC::PropertyName) const () from /usr/lib64/libQt5WebKit.so.5
  26. #22 0x00007ffff5b85094 in JSC::JSValue::get(JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&) const () from /usr/lib64/libQt5WebKit.so.5
  27. #23 0x00007ffff5e585f2 in JSC::LLInt::getByVal(JSC::ExecState*, JSC::JSValue, JSC::JSValue) () from /usr/lib64/libQt5WebKit.so.5
  28. #24 0x00007ffff5e51930 in llint_slow_path_get_by_val () from /usr/lib64/libQt5WebKit.so.5
  29. #25 0x00007ffff5e5b049 in llint_op_get_by_val () from /usr/lib64/libQt5WebKit.so.5
  30. #26 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement