Closed
Bug 735030
Opened 13 years ago
Closed 13 years ago
IonMonkey: js_DumpBacktrace does not work with js opt shells
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
References
Details
After bug 729833 landed, js_DumpBacktrace worked on js debug shells but not js opt shells.
Adding an extern to the line where js_DumpBacktrace is located in jsdbgapi.h, as Nicolas suggested, didn't seem to work.
Comment 1•13 years ago
|
||
I tried with --disable-debug --enable-optimize --enable-profiling, and I can still call js_DumpBacktrace from gdb.
Assignee: general → blackconnect
Status: NEW → RESOLVED
Closed: 13 years ago
Component: JavaScript Engine → Java-Implemented Plugins
QA Contact: general → blackconnect
Resolution: --- → WORKSFORME
Reporter | ||
Updated•13 years ago
|
Assignee: blackconnect → general
Component: Java-Implemented Plugins → JavaScript Engine
QA Contact: blackconnect → general
You need to log in
before you can comment on or make changes to this bug.
Description
•