Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 975405

Summary: Firefox is freezing in krb5/gethostbyname()
Product: Red Hat Enterprise Linux 6 Reporter: David Jaša <djasa>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED UPSTREAM QA Contact: Desktop QE <desktop-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4CC: rmainz, stransky, tpelka
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-06 11:09:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Jaša 2013-06-18 11:52:48 UTC
Description of problem:
Firefox is not responding for tens of seconds when connecting to some sites. I didn't find a reliable pattern, I have just these clues:
  * it may be more frequent when connecting to kerberized sites
  * based on tab header, the hiccup occurs after the name is resolved to IP (favicon stops spinning to left, freeze, page loads)

Version-Release number of selected component (if applicable):
firefox-17.0.6-1.el6_4.x86_64
xulrunner-17.0.6-2.el6_4.x86_64
note: I started noticing this behaviour sometimes since FF 4.0

How reproducible:
no real reproducer, sometimes frequent, mostly not at all

Steps to Reproduce:
1. connect to some site
2.
3.

Actual results:
firefox hangs temporarily for quite a long time. No window can be used.

Expected results:
firefox loads the page instantly

Additional info:
I'll attach bt of $(pidof firefox) process. If you need anything else, please request it.

Comment 2 Martin Stransky 2013-10-08 13:52:21 UTC
The main tread waits in krb5_sendto_kdc(), in deep in _nss_dns_gethostbyname4_r() which looks like some resolving problem.

Comment 3 Martin Stransky 2013-10-08 13:56:32 UTC
Unfortunately, there isn't any easyfix for that. It needs to move the krb code to another thread and make it async.

Comment 4 RHEL Program Management 2013-10-14 03:20:35 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 5 Martin Stransky 2015-01-06 11:09:52 UTC
Upstream bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1014061