Advertisement
Bellaz89

Untitled

Jun 16th, 2020
2,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.76 KB | None | 0 0
  1. Assertion failure: *stack == reinterpret_cast<Rooted<void*>*>(this), at /home/bellaz/Projects/firefox-68.9.0/js/src/_build/dist/include/js/RootingAPI.h:1065
  2. --Type <RET> for more, q to quit, c to continue without paging--
  3.  
  4. Thread 1 "main" received signal SIGSEGV, Segmentation fault.
  5. 0x00007ffff6c675b5 in js::InternalCallOrConstruct (cx=0x555556302150, args=...,
  6.     construct=<optimized out>) at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:492
  7. 492   MOZ_ASSERT(!cx->zone()->types.activeAnalysis);
  8. (gdb) backtrace
  9. #0  0x00007ffff6c675b5 in js::InternalCallOrConstruct (cx=0x555556302150, args=...,
  10.     construct=<optimized out>) at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:492
  11. #1  0x00007ffff6c5a2a0 in js::CallFromStack (cx=0x555556302150, args=...)
  12.     at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:594
  13. #2  Interpret (cx=0x555556302150, state=...)
  14.     at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:3082
  15. #3  0x00007ffff6c4d927 in js::RunScript (cx=0x555556302150, state=...)
  16.     at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:423
  17. #4  0x00007ffff6c67141 in js::InternalCallOrConstruct (cx=0x555556302150, args=...,
  18.     construct=js::NO_CONSTRUCT) at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:563
  19. #5  0x00007ffff6c685fd in js::Call (cx=0x7ffff5a554b0 <_IO_stdfile_2_lock>, fval=..., thisv=...,
  20.     args=..., rval=...) at /home/bellaz/Projects/firefox-68.9.0/js/src/vm/Interpreter.cpp:606
  21. #6  0x00007ffff72500b4 in JS_CallFunction (cx=0x555556302150, obj=..., fun=..., args=..., rval=...)
  22.     at /home/bellaz/Projects/firefox-68.9.0/js/src/jsapi.cpp:2629
  23. #7  0x0000555555d797be in IGUIObject::ScriptEventWithReturn (this=0x55555786b000, eventName=...,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement