Closed
Bug 587117
Opened 14 years ago
Closed 14 years ago
JM: domJQueryBasicFilters in Peacekeeper crashes
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugs, Unassigned)
References
Details
Testing Jägermonkey build:
changeset: 51123:6b4c316095c7
tag: tip
Crashed running Peacekeeper - narrowed it down in test harness to this test which only crashes if javascript.options.methodjit.content is set to true.
bt for that thread was garbage even though I had a debug build
#0 0x00007fffdb577c4e in ?? ()
... more addresses in 7fff ...
#5 0x0000000000000000 in ?? ()
other threads had symbols.
Once again filing in wrong product due to a relatively recent bugzilla flaw with non-javascript browsers (w3m in this case)
Updated•14 years ago
|
Assignee: marcia → general
Component: Bugzilla: Keywords & Components → JavaScript Engine
Product: mozilla.org → Core
QA Contact: timeless → general
Version: other → Trunk
Updated•14 years ago
|
Blocks: JaegerBrowser
Appears to have been fixed.
Possibly ef8903b263d3 since I think I'd tried abca9f5c49d1 and it was still crashing then.
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Appears to have been fixed.
> Possibly ef8903b263d3 since I think I'd tried abca9f5c49d1 and it was still
> crashing then.
I think you are right. That was a bad bug where the fix had been accidentally backed out. I'm going to WFM this, but of course reopen if it recurs.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Hi.Peacekeeper still crashes on me with todays build on Windows 7 x64 with javascript.options.methodjit.content set to true.
AdapterDeviceID: 0193
AdapterVendorID: 10de
Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:4.0b6pre
BuildID: 20100911044632
CrashTime: 1284217688
EMCheckCompatibility: true
Email: <removed>
FramePoisonBase: 00000000f0de0000
FramePoisonSize: 65536
InstallTime: 1284217641
Notes: AdapterVendorID: 10de, AdapterDeviceID: 0193
ProductName: Firefox
ReleaseChannel: nightly-tracemonkey
SecondsSinceLastCrash: 66687
StartupTime: 1284217641
Theme: classic/1.0
Throttleable: 1
URL: http://service.futuremark.com/peacekeeper/runTest.action?_=0.1277142416644621
Vendor: Mozilla
Version: 4.0b6pre
This report also contains technical information about the state of the application when it crashed.
Comment 5•14 years ago
|
||
This is probably x64-only.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Ok, I'm not totally sure why this was reopened.
I *am* getting a crash in peacekeeper, but it seems quite different from the one before.
Also, is in a completely different part of the test.
The crasher I'm now getting is in renderGrid01.
Program received signal SIGSEGV, Segmentation fault.
js::mjit::ic::GetProp (f=..., index=3496511568)
at /home/nemo/hg/jaegermonkey/js/src/jsobj.h:1041
1041 js::PropertyIdOp op = getOps()->getProperty;
(gdb) bt
#0 js::mjit::ic::GetProp (f=..., index=3496511568)
at /home/nemo/hg/jaegermonkey/js/src/jsobj.h:1041
#1 0x00007fffde5f0e70 in ?? ()
#2 0x00007fffe3528f78 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb) print f
$2 = (VMFrame &) @0x7fffffffd110: {u = {x = {ptr = 0x7fffe3528f78,
ptr2 = 0x0, ptr3 = 0x7fffffffd3d8}}, previous = 0x0,
unused = 0x7fffca958800, regs = {sp = 0x7fffe49fd260,
pc = 0x7fffd12de2b1 "\270", fp = 0x7fffe49fd1e0}, cx = 0x7fffca958800,
stackLimit = 0x7fffe4aacd28, entryFp = 0x7fffe49fd048,
savedRBX = 0x7fffca958800, savedR15 = 0x0, savedR14 = 0x7fffffffd1e0,
savedR13 = 0x0, savedR12 = 0x0, savedRBP = 0x7fffffffd200,
savedRIP = 0x7ffff6e57202}
Comment 7•14 years ago
|
||
(In reply to comment #6)
> Ok, I'm not totally sure why this was reopened.
I think that was a mistake. The new crash you observed is bug 595604. It seems to run fine in current TM nightly, so closing again.
If anyone does see this in a new build, please reopen and post OS, processor type, and STR.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•