Closed Bug 7659 Opened 25 years ago Closed 24 years ago

Alert dialogs crash when I hit ok.

Categories

(Core :: XUL, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: sspitzer, Assigned: davidm)

References

Details

Attachments

(1 file)

using davidm's new nsINetSupportDialogService, an alert dialog will crash when I
hit OK.

I've got the fix and I'm going to check it in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed.  the problem was in nsNetSupportDialog.cpp

here's the diff that I checked in:
Index: nsNetSupportDialog.cpp
===================================================================
RCS file: /cvsroot/mozilla/xpfe/appshell/src/nsNetSupportDialog.cpp,v
retrieving revision 1.8
diff -r1.8 nsNetSupportDialog.cpp
407c407,408
<       *mReturnValue = kOKButton;
---
>   if ( mReturnValue )
>     *mReturnValue = kOKButton;
*** Bug 7662 has been marked as a duplicate of this bug. ***
Status: RESOLVED → VERIFIED
code level fix, marking verified.
This is happening for me again on Netscape6/PR3 (Linux x86) will attach sample
HTML to cause crash
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
yes, I see the crash in PR3.

it looks like it is fixed for RTM, since I don't get the crash anymore.

marking fixed.
Status: REOPENED → RESOLVED
Closed: 25 years ago24 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: