Closed
Bug 307310
Opened 20 years ago
Closed 18 years ago
crash [@ nsAbout::NewChannel]
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla1.9beta3
People
(Reporter: timeless, Assigned: bastiaan)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(1 file, 1 obsolete file)
|
1.60 KB,
patch
|
RyanVM
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
R:\mozilla\opt71-i686-pc-cygwin\dist\bin>TestProtocols.exe about:
!!! XPConnect won't warn about Shadowed Members of...
Window, HTMLInputElement, HTMLDocument, HTMLCollection, Event, ChromeWindow
- tempChannel {...} nsCOMPtr<nsIChannel>
+ nsCOMPtr_base {mRawPtr=0x00000000 } nsCOMPtr_base
> appshell.dll!nsAbout::NewChannel(nsIURI * aURI=0x00b18f00, nsIChannel *
* result=0x0012fe88) Line 75 + 0x6 C++
necko.dll!nsAboutProtocolHandler::NewChannel(nsIURI * uri=0x00b18f00,
nsIChannel * * result=0x0012fe88) Line 163 + 0xd C++
necko.dll!nsIOService::NewChannelFromURI(nsIURI * aURI=0x10046d58,
nsIChannel * * result=0x00c6e8b0) Line 494 + 0xf C++
TestProtocols.exe!NS_NewChannel(nsIChannel * * result=0x0012ff30,
nsIURI * uri=0x00b18f00, nsIIOService * ioService=0x00a98ce0, nsILoadGroup *
loadGroup=0x00000000, nsIInterfaceRequestor * callbacks=0x00aa5548, unsigned
int loadFlags=0) Line 171 + 0xe C++
TestProtocols.exe!StartLoadingURL(const char * aUrlString=0x00c6e8b0)
Line 636 + 0x19 C++
TestProtocols.exe!main(int argc=2, char * * argv=0x00366a80) Line 837
+ 0x7 C++
TestProtocols.exe!mainCRTStartup() Line 398 + 0xe C
kernel32.dll!_BaseProcessStart@4() + 0x23
| Assignee | ||
Comment 1•20 years ago
|
||
So.. why did you file this in networking, timeless?
Assignee: darin → b.jacques
Status: NEW → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Attachment #196334 -
Flags: review?(timeless)
Attachment #196334 -
Flags: review?(timeless) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #196334 -
Flags: superreview?(neil.parkwaycc.co.uk)
Comment 2•20 years ago
|
||
Comment on attachment 196334 [details] [diff] [review]
fix
Sorry, I don't understand this bug.
Attachment #196334 -
Flags: superreview?(neil.parkwaycc.co.uk)
| Assignee | ||
Updated•20 years ago
|
Assignee: b.jacques → timeless
Status: ASSIGNED → NEW
Comment 3•18 years ago
|
||
Un-bitrotted fix. Carrying over timeless' earlier review.
Attachment #196334 -
Attachment is obsolete: true
Attachment #295638 -
Flags: review+
Attachment #295638 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #295638 -
Flags: approval1.9? → approval1.9+
Updated•18 years ago
|
Keywords: checkin-needed
Updated•18 years ago
|
Assignee: timeless → nobody
OS: Windows XP → All
QA Contact: benc → networking
Hardware: PC → All
Updated•18 years ago
|
Assignee: nobody → b.jacques
Comment 4•18 years ago
|
||
Checking in xpfe/appshell/src/nsAbout.cpp;
/cvsroot/mozilla/xpfe/appshell/src/nsAbout.cpp,v <-- nsAbout.cpp
new revision: 1.23; previous revision: 1.22
done
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Summary: [@ nsAbout::NewChannel] → crash [@ nsAbout::NewChannel]
Target Milestone: --- → mozilla1.9 M11
Updated•18 years ago
|
Flags: in-testsuite?
Updated•14 years ago
|
Crash Signature: [@ nsAbout::NewChannel]
Updated•13 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•