Closed
Bug 75225
Opened 24 years ago
Closed 24 years ago
Crash on clicking 'Table Cell Properties'
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
mozilla0.9
People
(Reporter: shrir, Assigned: cmanske)
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
0405 builds on winNT and linux 6.1..not happening on mac..
Steps:
1 Launch composer
2 add a 2x2 table
3 right click inside first cell and select 'Table Cell Properties'
BOOM ! the browser crashes.
Will add stack trace as soon as i get it from cyclone.
but works on Windows 98 and Mac.....only a problem on NT and linux.
Summary: Crash on clicking 'Table Cell Properties' → Crash on clicking 'Table Cell Properties'
Comment 2•24 years ago
|
||
assigning to cmanske - I was unable to confirm this one Charley, no linux/nt
Assignee | ||
Comment 3•24 years ago
|
||
I've been doing this all day to investigate bug 74731; no crash for me on NT.
Reporter | ||
Comment 4•24 years ago
|
||
even happening on a 98 PC now...just confirmed (today's windows trunk 0409)
Reporter | ||
Comment 5•24 years ago
|
||
cc :kin
I just attatched the stack trace to this bug. We seem
to be crashing while painting the image because nsImageBoxFrame::PaintImage() is
trying to call mImageRequest->GetImage() while mImageRequest is null.
I've been seeing these kinds of crashes throughout the product ever since
libpr0n was turned on.
We should probably give this one to pavlov.
I should also mention that I'm using the Classic skin, I'm not sure if this
crash happens in Modern?
Assignee | ||
Comment 9•24 years ago
|
||
Thanks, Kin! This was an imagelib problem I found last week, but couldn't find
a reproduceable test case. I emailed pavlov the fix, which was in my tree.
Thus I couldn't reproduce the bug.
Others discovered it today and it is fixed.
*** This bug has been marked as a duplicate of 75397 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 10•24 years ago
|
||
Bug 75407 is the better bug to dup to.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 11•24 years ago
|
||
*** This bug has been marked as a duplicate of 75407 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•