Closed
Bug 128570
Opened 24 years ago
Closed 24 years ago
Assertion: nsFTPChannel dosen't have a prompt
Categories
(Core Graveyard :: Networking: FTP, defect)
Tracking
(Not tracked)
People
(Reporter: bratell, Assigned: bbaetz)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (Windows NT 5.0; U)
BuildID:
I'm running a debug build and just got an assertion:
"###!!! ASSERTION: Channel doesn't have a prompt!!!: 'prompt', file
nsFTPChannel.cpp, line 543"
It was with his URL I think:
{"ftp://ftp.sunet.se/pub/pc/games/gamesdomain/demos/warlordsbattlecry2_demo.exe"
}
Stack trace:
NTDLL! 77fa018c()
nsDebug::Assertion(const char * 0x03c09908, const char * 0x03c09900, const char
* 0x03c098ec, int 543) line 291 + 13 bytes
nsFTPChannel::SetNotificationCallbacks(nsFTPChannel * const 0x06365c30,
nsIInterfaceRequestor * 0x04a2f428) line 543 + 38 bytes
nsExternalAppHandler::RetargetLoadNotifications(nsIRequest * 0x06365c30) line
918
nsExternalAppHandler::OnStartRequest(nsExternalAppHandler * const 0x0477b170,
nsIRequest * 0x06365c30, nsISupports * 0x00000000) line 1057
nsDocumentOpenInfo::OnStartRequest(nsDocumentOpenInfo * const 0x047f29a0,
nsIRequest * 0x06365c30, nsISupports * 0x00000000) line 228 + 34 bytes
nsFTPChannel::OnStartRequest(nsFTPChannel * const 0x06365c40, nsIRequest *
0x0493acd0, nsISupports * 0x00000000) line 675 + 45 bytes
DataRequestForwarder::DelayedOnStartRequest(nsIRequest * 0x04a52968, nsISupports
* 0x00000000) line 277
DataRequestForwarder::OnDataAvailable(DataRequestForwarder * const 0x0493acd4,
nsIRequest * 0x04a52968, nsISupports * 0x00000000, nsIInputStream * 0x0493b0b8,
unsigned int 0, unsigned int 2920) line 354 + 19 bytes
nsOnDataAvailableEvent::HandleEvent() line 193 + 70 bytes
nsARequestObserverEvent::HandlePLEvent(PLEvent * 0x06a2af3c) line 116
PL_HandleEvent(PLEvent * 0x06a2af3c) line 590 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x010940a0) line 520 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x005b0526, unsigned int 49628, unsigned int 0,
long 17383584) line 1071 + 9 bytes
USER32! 77e11b60()
USER32! 77e11cca()
USER32! 77e183f1()
nsAppShellService::Run(nsAppShellService * const 0x0154f700) line 308
main1(int 1, char * * 0x003870d8, nsISupports * 0x00000000) line 1289 + 32 bytes
main(int 1, char * * 0x003870d8) line 1637 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
Reproducible: Didn't try
Steps to Reproduce:
Expected Results: No assertion, since an assertions says that the code expects
a prompt and it doesn't get one.
| Reporter | ||
Comment 1•24 years ago
|
||
I can reproduce it but I also found an existing bug for this.
*** This bug has been marked as a duplicate of 67852 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•