Closed Bug 1385611 Opened 8 years ago Closed 8 years ago

Crash in nsInputStreamReadyEvent::Run

Categories

(Core :: Networking: HTTP, defect)

Unspecified
Windows 10
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 1363372
Tracking Status
firefox56 --- disabled
firefox57 --- fixed

People

(Reporter: marcia, Assigned: dragana)

Details

(Keywords: crash, regression, Whiteboard: [necko-active])

Crash Data

This bug was filed from the Socorro interface and is report bp-b5612272-0b47-48ac-93be-d11800170720. ============================================================= Seen while looking at nightly crash stats - crashes started back in 20170719030206: http://bit.ly/2hcoub6. 47 crashes/33 installs Possible regression range based on Build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5e73b9798464c3f7106f0161dc9a49b234f42f9c&tochange=1b065ffd8a535a0ad4c39a912af18e948e6a42c1
These are all null derefs. Looking at the regression range in comment 0, bug 1379762 is the only one that stands out to me as having anything to do with streams or input events (part 3 is "Don't mess about with load blockers if our document is already in the COMPLETE readyState."). Boris, could this be a regression from your patch?
Flags: needinfo?(bzbarsky)
Seems unlikely. Note also that part 3 was backed out; was that reflected in the crash stats? What bothers me is this: what's null? "this" better not be null, right? mCallback was null-checked. mCallback's vtable could be null, I suppose, but we're holding a strong ref to mCallback, right? The crash is at address 10 (decimal). That's not an offset I'd expect to see for any of mCallback, mStream, or a vtable entry...
Flags: needinfo?(bzbarsky)
(In reply to Boris Zbarsky [:bz] from comment #2) > Seems unlikely. Note also that part 3 was backed out; was that reflected in > the crash stats? No, they are continuing through today's build, so I guess it is something else. > What bothers me is this: what's null? "this" better not be null, right? > mCallback was null-checked. mCallback's vtable could be null, I suppose, > but we're holding a strong ref to mCallback, right? > > The crash is at address 10 (decimal). That's not an offset I'd expect to > see for any of mCallback, mStream, or a vtable entry... Yeah, I don't know. These callback-ish crash stacks are often hard to interpret like this.
This is TFO bug.
Assignee: nobody → dd.mozilla
Status: NEW → ASSIGNED
Component: XPCOM → Networking: HTTP
Whiteboard: [necko-active]
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Mark 56 disabled as TCP Fast Open was disabled in 56.
You need to log in before you can comment on or make changes to this bug.