Closed
Bug 14225
Opened 25 years ago
Closed 25 years ago
Unhandled exception: "you can't dereference a NULL nsCOMPtr"
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
M12
People
(Reporter: pnunn, Assigned: pnunn)
References
()
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Scott:
I don't know if this is truly a bug for you, but
you know more than any one else about nsCOMPtr.
So I'm starting with you.
I'm getting an unhandled exception that gives the following message:
"You can't dereference a NULL nsCOMPtr with operator->()."
The error shows up at line 2379 in file,
mozilla\layout\html\base\src\nsTextFrame.cpp
I'm attaching a file of the call stack at error.
To generate the bug, go to the test page URL.
No magic needed.
I noticed this bug after I fixed another bug that crashed us
before this bug could do its stuff.
Updated•25 years ago
|
Summary: Unhandled exception: "can't dereference a NULL nsCOMPtr"
Comment 2•25 years ago
|
||
<added a best-guess at a title, since this bug had no summary.>
Summary: Unhandled exception: "can't dereference a NULL nsCOMPtr" → Unhandled exception: "you can't dereference a NULL nsCOMPtr"
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee: scc → pnunn
Status: ASSIGNED → NEW
Target Milestone: M11
Scott:
I'm reassigning this one back to me. I have a grip
on it I think.
This is in the code between the imglib and necko.
I can run with it.
-pn
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
While the descriptions sound wildly different, I believe this
bug to be a dupe of 14227 and 14181 (reassigned to rpotts. Fix should
be checked in). The unhandled exception, if continued,
results in a crash. This crash is the same as the crash in 14227 and 14181.
*** This bug has been marked as a duplicate of 14227 ***
Updated•25 years ago
|
QA Contact: beppe → gerardok
You need to log in
before you can comment on or make changes to this bug.
Description
•