Closed
Bug 317519
Opened 19 years ago
Closed 18 years ago
Crash [@ nsGfxScrollFrameInner::SaveState() line 2629]
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bc, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [sg:investigate])
Crash Data
Updated•19 years ago
|
Whiteboard: [sg:investigate]
Updated•19 years ago
|
Flags: blocking1.8.0.1?
Moving UNCO fuzz crashes to 1.8.0.2
Flags: blocking1.8.0.2?
Flags: blocking1.8.0.1?
Flags: blocking1.8.0.1-
Updated•19 years ago
|
Flags: blocking1.8.0.3?
Flags: blocking1.8.0.2?
Flags: blocking1.8.0.2-
Comment 1•19 years ago
|
||
dbaron, roc: what do you think of this stack trace?
It looks to me as though GetScrollableView() is returning NULL.
nsIScrollableView* scrollingView = GetScrollableView();
PRInt32 x,y;
-> scrollingView->GetScrollPosition(x,y);
I used this command to get the source to match up the line number:
cvs update -D '2005-11-22 21:13 PST' -p nsGfxScrollFrame.cpp
Any thoughts on why GetScrollableView() might be returning NULL?
Nothing springs to mind...
Comment 3•19 years ago
|
||
I'm not crashing on a debug 1.5.0.2 build -- is it fixed?
Flags: blocking1.8.0.3? → blocking1.8.0.3+
Reporter | ||
Comment 4•19 years ago
|
||
I crash in 1.5.0.2 and trunk debug winxp builds although with different stacks. Considering the issues which cause these crashes, the particular cause _could_ be fixed and I am just seeing the next cause of crashing in the list or the original cause is not fixed and we are just seeing a different stack.
Get Jesse or Martijn or someone else to create a minimized testcase? :-)
Comment 6•19 years ago
|
||
That would require one of us to be able to reproduce the crash, though.
Comment 7•19 years ago
|
||
Jesse, I was asking because this is on the blocking 1.8.0.3 radar, and it is not assigned to anyone (nor is it confirmed) ;-)
Comment 8•19 years ago
|
||
No traction, no owner, can't see how this makes the current release
Flags: blocking1.8.0.5?
Flags: blocking1.8.0.4-
Flags: blocking1.8.0.4+
Comment 9•18 years ago
|
||
Bob: can you still reproduce this? Looks like Jesse and I can't, maybe it got fixed along the way?
Flags: blocking1.8.0.5? → blocking1.8.0.5-
Reporter | ||
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Group: security
Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ nsGfxScrollFrameInner::SaveState() line 2629]
You need to log in
before you can comment on or make changes to this bug.
Description
•