Advertisement
Bellaz89

Untitled

Jun 16th, 2020
2,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.62 KB | None | 0 0
  1. Thread 1 "main" received signal SIGSEGV, Segmentation fault.
  2. 0x000055555576a400 in JS::Value::toObject (this=0x2ea6c5981548)
  3. --Type <RET> for more, q to quit, c to continue without paging--
  4.     at /home/bellaz/.local/include/mozjs-68/js/Value.h:750
  5. 750     MOZ_ASSERT(isObject());
  6. (gdb) backtrace
  7. #0  0x000055555576a400 in JS::Value::toObject (this=0x2ea6c5981548)
  8.     at /home/bellaz/.local/include/mozjs-68/js/Value.h:750
  9. #1  0x0000555555db7fd7 in JSI_GUI::GUIProxy::delete_ (
  10.     this=0x5555562b24b0 <JSI_GUI::GUIProxy::singleton>, cx=0x5555562ff100, proxy=..., id=...,
  11.     result=...) at ../../../source/gui/Scripting/JSInterface_IGUIObject.cpp:341
  12. #2  0x00007ffff72af37d in js::Proxy::delete_ (cx=0x5555562ff100, proxy=..., id=..., result=...)
  13.     at /home/bellaz/Projects/firefox-68.9.0/js/src/proxy/Proxy.cpp:139
  14. #3  0x00007ffff72b37f8 in proxy_DeleteProperty (cx=0x5555562ff100, obj=..., id=..., result=...)
  15.     at /home/bellaz/Projects/firefox-68.9.0/js/src/proxy/Proxy.cpp:664
  16. #4  0x00007ffff6c55d20 in js::DeleteProperty (cx=0x5555562ff100, obj=..., id=..., result=...)
  17.     at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/ObjectOperations-inl.h:344
  18. #5  Interpret (cx=0x5555562ff100, state=...)
  19.     at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:2640
  20. #6  0x00007ffff6c4d927 in js::RunScript (cx=0x5555562ff100, state=...)
  21.     at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:423
  22. #7  0x00007ffff6c67141 in js::InternalCallOrConstruct (cx=0x5555562ff100, args=...,
  23.     construct=js::NO_CONSTRUCT) at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:563
  24. #8  0x00007ffff6c685fd in js::Call (cx=0x7ffff5a554b0 <_IO_stdfile_2_lock>, fval=..., thisv=...,
  25.     args=..., rval=...) at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:606
  26. #9  0x00007ffff72500b4 in JS_CallFunction (cx=0x5555562ff100, obj=..., fun=..., args=..., rval=...)
  27.     at /home/bellaz/Projects/firefox-68.9.0/js/src/jsapi.cpp:2629
  28. #10 0x0000555555d7a822 in IGUIObject::ScriptEventWithReturn (this=0x555557859220, eventName=...,
  29.     paramData=...) at ../../../source/gui/ObjectBases/IGUIObject.cpp:461
  30. #11 0x0000555555d7a3c2 in IGUIObject::ScriptEventWithReturn (this=0x555557859220, eventName=...)
  31.     at ../../../source/gui/ObjectBases/IGUIObject.cpp:429
  32. #12 0x0000555555d7a228 in IGUIObject::ScriptEvent (this=0x555557859220, eventName=...)
  33.     at ../../../source/gui/ObjectBases/IGUIObject.cpp:419
  34. #13 0x0000555555d564a9 in IGUIObject::RecurseObject<CStr8 const&> (this=0x555557859220,
  35.     isRestricted=NULL, callbackFunction=
  36.    (void (IGUIObject::*)(IGUIObject * const, const CStr8 &)) 0x555555d7a1f6 <IGUIObject::ScriptEvent(CStr8 const&)>) at ../../../source/gui/ObjectBases/IGUIObject.h:301
  37. #14 0x0000555555d56525 in IGUIObject::RecurseObject<CStr8 const&> (this=0x555557525718,
  38.     isRestricted=NULL, callbackFunction=
  39.    (void (IGUIObject::*)(IGUIObject * const, const CStr8 &)) 0x555555d7a1f6 <IGUIObject::ScriptEvent(CStr8 const&)>) at ../../../source/gui/ObjectBases/IGUIObject.h:305
  40. #15 0x0000555555d4a2cc in CGUI::SendEventToAll (this=0x5555575256b0, eventName=...)
  41.     at ../../../source/gui/CGUI.cpp:276
  42. #16 0x0000555555d4a20f in CGUI::TickObjects (this=0x5555575256b0) at ../../../source/gui/CGUI.cpp:270
  43. #17 0x0000555555d2dec9 in CGUIManager::TickObjects (this=0x555557373320)
  44.     at ../../../source/gui/GUIManager.cpp:357
  45. #18 0x00005555556ce6e0 in Frame () at ../../../source/main.cpp:386
  46. #19 0x00005555556d00d7 in RunGameOrAtlas (argc=2, argv=0x7fffffffdd88) at ../../../source/main.cpp:639
  47. #20 0x00005555556d0920 in main (argc=2, argv=0x7fffffffdd88) at ../../../source/main.cpp:685
  48. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement