Opened 10 years ago
Closed 10 years ago
#11350 closed bug (fixed)
rare http request crash in BNetBuffer::AppendData()
Reported by: | ttcoder | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Network Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
From dsuden, in circa r 47990, NULL dereference within this path:
0x79ae2530 0xfd41dc BHttpRequest::_MakeRequest() + 0x334 0x79ae2610 0xfd38ef BHttpRequest::_ProtocolLoop() + 0x1d7 0x79ae2650 0xfde4b8 BUrlRequest::_ThreadEntry(void*) + 0x40
Didn't happen again, and never saw that myself, might well be just a freak occurence.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | bnetbuffer_crash.txt added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Tentative fix in hrev48033. Hard to tell if that's the right fix without a way to reproduce the problem.
Note:
See TracTickets
for help on using tickets.
null pointer in BNetBuffer::AppendData()