Closed
Bug 881854
Opened 13 years ago
Closed 13 years ago
Nightly crashes when typing in a watch expression in Firebug (In a New profile)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: shlomif, Unassigned)
References
Details
(Keywords: crash, regression, sec-moderate)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0 (Beta/Release)
Build ID: 20130603110909
Steps to reproduce:
I went to http://www.shlomifish.org/nightly-firebug-crash-Solitairey/dest/dest/index-dev.html install the latest Firebug, enabled the Script console, and set up a breakpoint at application.js at the beginning of "function resize()" at the var declaration. Then I resized the window. The breakpoint was hit, and I started typing "active.game" in the Firebug watch expression input box.
I'm using Firefox nightly Linux x86-64 bit (from the http://nightly.mozilla.org/ page) on Mageia Linux Cauldron x86-64.
Actual results:
Firefox crashes.
Expected results:
Firebug should behave properly.
| Reporter | ||
Comment 1•13 years ago
|
||
I cannot reproduce this bug with https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/21.0/linux-x86_64/en-US/firefox-21.0.tar.bz2 on the same system.
Comment 2•13 years ago
|
||
Please provide a crash ID from about:crashes.
| Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Scoobidiver from comment #2)
> Please provide a crash ID from about:crashes.
Here you go:
https://crash-stats.mozilla.com/report/index/bp-4a28a425-35f2-4dd3-a288-355652130611
I also reported:
https://crash-stats.mozilla.com/report/index/bp-873ce237-65e4-4f06-b5af-39aa32130611
Regards,
-- Shlomi Fish
Flags: needinfo?(shlomif)
Updated•13 years ago
|
Assignee: nobody → general
Blocks: compartment-mismatch
Group: core-security
Status: UNCONFIRMED → NEW
Component: Untriaged → JavaScript Engine
Ever confirmed: true
Keywords: stackwanted → regression
Product: Firefox → Core
Comment 4•13 years ago
|
||
Marking sec-moderate because it requires specific user intervention with Firebug, which probably mitigates the severity.
Keywords: sec-moderate
| Reporter | ||
Comment 5•13 years ago
|
||
Hi all,
I received several additional notices to my email that this bug changed, but I don't see any changes on this bug. Where can I find them?
Regards,
-- Shlomi Fish
Comment 6•13 years ago
|
||
If you click on "history" in the upper right, it will show some additional things that you might be getting email about. In general, it will also generate mail when a blocking bug is closed, but that hasn't happened here. In this case, you probably got them from people CCing themselves. You can adjust your bugzilla settings so you don't get emailed about such things.
| Reporter | ||
Comment 7•13 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #6)
> If you click on "history" in the upper right, it will show some additional
> things that you might be getting email about. In general, it will also
> generate mail when a blocking bug is closed, but that hasn't happened here.
> In this case, you probably got them from people CCing themselves. You can
> adjust your bugzilla settings so you don't get emailed about such things.
Thanks for the info. I undertand that now.
| Reporter | ||
Comment 8•13 years ago
|
||
Hi all,
I can no longer reproduce this crash (at least in its particular reproducing setting) with the latest Firefox Nightly. Now typing "active.game" completes fine and the watch displays "null".
Regards,
-- Shlomi Fish
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Comment 9•13 years ago
|
||
Thanks for the update!
Updated•11 years ago
|
Group: core-security → core-security-release
Updated•8 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•