Bug 508519

Summary: Firefox dies on pages requiring a password
Product: [Fedora] Fedora Reporter: Paul F. Johnson <paul>
Component: xulrunnerAssignee: Gecko Maintainer <gecko-bugs-nobody>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: caillon, development, gecko-bugs-nobody, johnp, mcepl, stransky, walters, yaneti
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-28 15:57:51 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:
Attachments:
Description Flags
strace output from firefox
none
stack trace (run firefox, copy and paste results) none

Description Paul F. Johnson 2009-06-28 09:16:13 UTC
Created attachment 349694 [details]
strace output from firefox

Description of problem:
If I go to Facebook or eBay, firefox dies immediately after clicking on the enter buttons with a buffer overflow.

I've have rebuilt against the latest xulrunner and gcc incase it was this, but I'm still getting the same error

Version-Release number of selected component (if applicable):
3.5-0.21.beta4

How reproducible:
Always

Steps to Reproduce:
1. go to facebook.com, enter details, click on go
2. do the same for eBay
3.
  
Actual results:
Firefox dies

Expected results:
I can go to the websites

Additional info:

Comment 1 Paul F. Johnson 2009-06-28 09:17:54 UTC
Backtrace looks like xulrunner may really be at fault here...

Comment 2 Yanko Kaneti 2009-06-28 09:36:43 UTC
If you have the backtrace (not the strace) can you please post it. That is, run firefox under gdb.

firefox -g
c

Comment 3 Paul F. Johnson 2009-06-28 11:32:00 UTC
For some reason, ddd is complaining that I don't have the debug file installed, despite me enabling the repo, grabbing it and installing!

Comment 4 Paul F. Johnson 2009-06-28 11:33:43 UTC
Created attachment 349700 [details]
stack trace (run firefox, copy and paste results)

Comment 5 Yanko Kaneti 2009-06-28 11:53:06 UTC
See bug 506952 . The glibc backtrace after the fortify fail is not specific enough to tell if its the same code or not. It would be good to have a full gdb backtrace. 
 You might want to rebuild xulrunner with the last attached patch there, or with --enable-system-hunspell  to see if it would fix it for you.

Comment 6 Matěj Cepl 2009-06-29 12:53:31 UTC
Full explanation of debugging for firefox (which is unfortunately too complicated) follows:

First of all, could we get output of the command

	rpm -qa *xulrun* *firefox* *mozilla* *flash* *plugin*

Please also install firefox-debuginfo (debuginfo-install is from
yum-utils package).

	debuginfo-install firefox

Then run firefox with a parameter -g. That will start firefox running inside of gdb debugger. Then use command run and do whatever you did to make firefox crash. When it happens, you should go back to the gdb and run

	(gdb) thread apply all backtrace

This produces usually many screens of the text. Copy all of them into a text editor and attach the file to the bug as an uncompressed attachment.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Comment 7 Yanko Kaneti 2009-06-30 22:36:15 UTC
Please check if this is fixed by xulrunner-1.9.1-2.fc12 in tomorrows rawhide
or from koji http://koji.fedoraproject.org/koji/buildinfo?buildID=112384

Comment 8 Paul F. Johnson 2009-08-28 15:57:51 UTC
Working fine now. Closing the bug.