Bug 437156

Summary: firefox crash when I attempt to enter file path in upload field
Product: [Fedora] Fedora Reporter: Jonathan Kamens <h1k6zn2m>
Component: firefoxAssignee: Gecko Maintainer <gecko-bugs-nobody>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mcepl
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: 2008-03-14 18:55:31 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
bug buddy crash report for firefox none

Description Jonathan Kamens 2008-03-12 17:31:03 UTC
firefox-3.0-0.38.cvs20080310.fc9.i386 from Rawhide.  All other packages are
up-to-date with Rawhide as well.

I was entering a new bug in Bugzilla with firefox, clicked on the "File to
Attach" input field and started typing the file name.  Firefox crashed.  Bug
buddy report is attached.

(I'm using Seamonkey to enter this report.)

Comment 1 Jonathan Kamens 2008-03-12 17:31:03 UTC
Created attachment 297815 [details]
bug buddy crash report for firefox

Comment 2 Matěj Cepl 2008-03-12 20:59:25 UTC
Thanks for the bug report.  We have reviewed the information you have provided
above, and there is some additional information we require that will be helpful
in our diagnosis of this issue. Unfortunately, the back trace which is generated
automatically is so far of not big use for us -- the upstream still doesn't have
ready the infrastructure for us to be able to do it. So, if you are able to
reproduce this, we have to stay with the old fashioned way.

Please install debuginfo packages; in order to do this you have to have
installed yum-utils and then run as a root

	debuginfo-install firefox xulrunner

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 3 Jonathan Kamens 2008-03-14 18:14:38 UTC
Can't duplicate the issue.  Suppose you should close it.