Closed
Bug 107089
Opened 24 years ago
Closed 16 years ago
crash due to huge size passed to Alloc [@ nsMultiMixedConv::OnDataAvailable]
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: rbs, Unassigned)
Details
(Keywords: crash, helpwanted)
Crash Data
Attachments
(1 file)
|
34.06 KB,
image/gif
|
Details |
While surfing here and there with a tip of trunk, I crashed because
in OnDataAvailable(), the size of bufAmt was huge in the call of:
rv = BufferData(cursor + (bufLen - bufAmt), bufAmt);
I am going to attach a graphical stack trace to illustrate the problem.
Maybe there are some code paths that cause these variable no to be initialized
properly.
Comment 2•24 years ago
|
||
rbs: what page were you visiting when this happened? and on what day did you
pull mozilla?
The build was my own build - "a tip of the trunk" at the time I filed the bug
(2001-10-26).
Sorry, I have lost track of what I was doing. I remember at some stage to have
navigated between bugs in bugzilla, including the "most duplicates" which are
referenced at the bottom right of the bugzilla's font page. But I am afraid, I
can't remember if that was the last set of operations that I was doing. I
captured the whole stack screenshot in the hope that it might be of better help
in this context.
Comment 4•24 years ago
|
||
ok... well, i've not heard other reports of this problem. it might be possible
that something was wrong with your build, but that's likely just wishful
thinking ;-) please let me know if you encounter this problem again. thanks!
-> future, for now.
Keywords: helpwanted
Target Milestone: --- → Future
Maybe related to the just fixed bug 94734 and its duplicate bug 159619, but I am
not sure.
Possibly related: bug 167784
Comment 7•23 years ago
|
||
By the definitions on <http://bugzilla.mozilla.org/bug_status.html#severity> and
<http://bugzilla.mozilla.org/enter_bug.cgi?format=guided>, crashing and dataloss
bugs are of critical or possibly higher severity. Only changing open bugs to
minimize unnecessary spam. Keywords to trigger this would be crash, topcrash,
topcrash+, zt4newcrash, dataloss.
Severity: normal → critical
Comment 8•20 years ago
|
||
-> default owner
Assignee: darin → nobody
Component: Networking: HTTP → Networking
QA Contact: tever → networking
Target Milestone: Future → ---
Updated•16 years ago
|
Summary: crash due to huge size passed to Alloc(size) in OnDataAvailable() → crash due to huge size passed to Alloc [@ nsMultiMixedConv::OnDataAvailable]
Comment 9•16 years ago
|
||
If Darin couldn't figure it out, it's INCO.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ nsMultiMixedConv::OnDataAvailable]
You need to log in
before you can comment on or make changes to this bug.
Description
•