Open Bug 820880 Opened 13 years ago Updated 3 years ago

Firefox hangs in FUTEX_WAIT_PRIVATE

Categories

(Firefox :: File Handling, defect)

x86_64
Linux
defect

Tracking

()

UNCONFIRMED

People

(Reporter: naoliv, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20121207 Firefox/19.0 Iceweasel/19.0a2 Build ID: 20121207042017 Steps to reproduce: Normal web navigation sometimes makes Firefox hangs. Actual results: Firefox hangs almost daily, at least since May/June. Strace shows that it's stopped at: futex(0x7ff98752db0c, FUTEX_WAIT_PRIVATE, 1, NULL Monster "thread apply all bt full" output from gdb is available at http://people.debian.org/~naoliv/misc/gdb-firefox.txt (I don't know if it's usefull however) Expected results: Don't hang. I don't know if it's related with (or is the same of) #505146, #570316, and #594301 (so sorry if it's duplicated)
Component: Untriaged → General
Product: Firefox → Core
The monster dump is very valuable, thank you. The interesting thread here is #1, which is waiting as part of GetHandlerAndDescriptionFromMailcapFile (http://mxr.mozilla.org/mozilla-central/source/uriloader/exthandler/unix/nsOSHelperAppService.cpp#932) to launch a process as part of the mailcap file, and apparently the process doesn't terminate. I suggest you investigate the contents of this file.
Component: General → File Handling
Given that the command being run is apparently "test -n \"$DISPLAY\"", this result surprises me, however.
Attached file mailcap file
At least taking a look at the mailcap file (from /etc/mailcap) I couldn't find anything suspicious. Is there anything else that I can do to help, please?
Product: Core → Firefox
Version: 19 Branch → unspecified
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: