Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x0000000000860454 in ?? ()
  3. (gdb) bt
  4. #0 0x0000000000860454 in ?? ()
  5. #1 0x000000000085668b in ?? ()
  6. #2 0x0000000000855cba in ?? ()
  7. #3 0x0000000000855fc0 in ?? ()
  8. #4 0x0000000000856096 in ?? ()
  9. #5 0x00000000008564fd in ?? ()
  10. #6 0x000000000085691e in ?? ()
  11. #7 0x0000000000856e47 in ?? ()
  12. #8 0x0000000000856fd0 in ?? ()
  13. #9 0x0000000000849152 in ?? ()
  14. #10 0x00000000007fc60f in ?? ()
  15. #11 0x00000000007f9647 in ?? ()
  16. #12 0x0000000000498cd8 in ?? ()
  17. #13 0x000000000063ca3c in ?? ()
  18. #14 0x000000000063e1cc in ?? ()
  19. #15 0x0000000000641473 in ?? ()
  20. #16 0x00007ffff2a1ea4c in JSC::Bindings::QtRuntimeMethod::call(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) () at wtf/ThreadSpecific.h:241
  21. #17 0x00007ffff44ade97 in JSC::JSCallbackFunction::call(JSC::ExecState*) ()
  22. at API/JSCallbackFunction.cpp:82
  23. #18 0x00007ffff472b1b4 in JSC::LLInt::setUpCall(JSC::ExecState*, JSC::Instruction*, JSC::CodeSpecializationKind, JSC::JSValue, JSC::LLIntCallLinkInfo*) ()
  24. ---Type <return> to continue, or q <return> to quit---
  25. at runtime/JSCJSValueInlines.h:63
  26. #19 0x00007ffff4723257 in llint_slow_path_call (exec=0x7fff9c317108,
  27. pc=0x2f87d40) at llint/LLIntSlowPaths.cpp:1434
  28. #20 0x00007ffff472fea3 in llint_op_call () from /usr/lib64/libQt5WebKit.so.5
  29. #21 0x0000000001473b40 in ?? ()
  30. #22 0x00007fff9067c970 in ?? ()
  31. #23 0x00007fff9025b9b0 in ?? ()
  32. #24 0x000000000000000b in ?? ()
  33. #25 0x00007fff9fe2f4c1 in ?? ()
  34. #26 0x00007fff94409bf8 in ?? ()
  35. #27 0x00007fff9c316040 in ?? ()
  36. #28 0x00007fff9c316060 in ?? ()
  37. #29 0x0000000001473b40 in ?? ()
  38. #30 0x00007fff9ff7e540 in ?? ()
  39. #31 0x0000000001473b40 in ?? ()
  40. #32 0x00007fff9c317068 in ?? ()
  41. #33 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement