Bug 508519
Summary: | Firefox dies on pages requiring a password | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Paul F. Johnson <paul> | ||||||
Component: | xulrunner | Assignee: | Gecko Maintainer <gecko-bugs-nobody> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | rawhide | CC: | 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: |
|
Backtrace looks like xulrunner may really be at fault here... If you have the backtrace (not the strace) can you please post it. That is, run firefox under gdb. firefox -g c For some reason, ddd is complaining that I don't have the debug file installed, despite me enabling the repo, grabbing it and installing! Created attachment 349700 [details]
stack trace (run firefox, copy and paste results)
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. 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. 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 Working fine now. Closing the bug. |
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: