Bug 110877

Summary: Mozilla SIGABRTs on Find in This Page when text not found
Product: [Fedora] Fedora Reporter: Anders Kaseorg <andersk>
Component: mozillaAssignee: Christopher Blizzard <blizzard>
Status: CLOSED WORKSFORME QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-12-02 20:57:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anders Kaseorg 2003-11-25 00:54:19 UTC
Description of problem:
When using Find in This Page, if the text is not found, Mozilla dies with SIGABRT.

Version-Release number of selected component (if applicable):
mozilla-1.4.1-18

How reproducible:
Always

Steps to Reproduce:
1. Start Mozilla.
2. Edit > Find in This Page (or Ctrl+F).
3. Search for something that's not in the current page.
  
Actual results:
Mozilla crashes, and GDB says it received a SIGABRT.

Expected results:
"The text you entered was not found."

Additional info:
(gdb) run
Starting program: /usr/lib/mozilla-1.4.1/mozilla-bin
 
Program received signal SIGABRT, Aborted.
0x0042ec32 in ?? ()
(gdb) bt
#0  0x0042ec32 in ?? ()
#1  0x00bea969 in ?? ()

Comment 1 Anders Kaseorg 2003-11-25 21:56:37 UTC
The problem disappeared after I trashed ~/.mozilla. Weird.

Comment 2 Christopher Blizzard 2003-12-02 20:57:08 UTC
Marking WORKSFORME for now.