From rsmith@xs4all.nl  Sat Nov  4 20:57:19 2006
Return-Path: <rsmith@xs4all.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F165A16A412
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Nov 2006 20:57:19 +0000 (UTC)
	(envelope-from rsmith@xs4all.nl)
Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 54BF543D78
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Nov 2006 20:57:19 +0000 (GMT)
	(envelope-from rsmith@xs4all.nl)
Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160])
	by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id kA4KvHXc024612
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 4 Nov 2006 21:57:18 +0100 (CET)
	(envelope-from rsmith@xs4all.nl)
Received: by slackbox.xs4all.nl (Postfix, from userid 1001)
	id 7D03FB842; Sat,  4 Nov 2006 21:57:17 +0100 (CET)
Message-Id: <20061104205717.7D03FB842@slackbox.xs4all.nl>
Date: Sat,  4 Nov 2006 21:57:17 +0100 (CET)
From: Roland Smith <rsmith@xs4all.nl>
Reply-To: Roland Smith <rsmith@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Firfox hangs on a recently upgraded 6.2-PRERELEASE.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105155
>Category:       amd64
>Synopsis:       Firfox hangs on a recently upgraded 6.2-PRERELEASE.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-amd64
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 04 21:00:31 GMT 2006
>Closed-Date:    Mon Nov 20 03:08:16 GMT 2006
>Last-Modified:  Mon Nov 20 03:08:16 GMT 2006
>Originator:     Roland Smith
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Nov 4 12:09:58 CET 2006 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS amd64


	
>Description:

After upgrading to 6.2-PRERELEASE, firefox hangs when trying to set
some of the preferences, or when opening certain websites.

Upgrading all ports didn't help.

Starting firfox from a terminal gives the following error:

GConf Error: Failed to launch configuration server: Failed to execute child process "/usr/local/libexec/gconfd-2" (Invalid argument)


>How-To-Repeat:
Update to 6.2-PRERELEASE on amd64, start firefox. Open the "preferences"
dialog, select the "Content" tab, and press the "Manage..." button. Firefox
will hang.

After upgrading all ports, audacious hangs as well.

>Fix:

	
>Release-Note:
>Audit-Trail:

From: "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de>
To: Roland Smith <rsmith@xs4all.nl>
Cc: FreeBSD-gnats-submit@FreeBSD.org,  freebsd-amd64@freebsd.org
Subject: Re: amd64/105155: Firfox hangs on a recently upgraded 6.2-PRERELEASE.
Date: Sat, 04 Nov 2006 23:04:27 +0100

 I can do the recommended 'task for crash', but it takes a while, say, about 30 seconds, before Firefox is bak.
 
 But I also realized a more often hang when closing Firefox, the process is still there, eating up 100% CPU time.
 

From: Roland Smith <rsmith@xs4all.nl>
To: "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de>
Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-amd64@FreeBSD.org
Subject: Re: amd64/105155: Firfox hangs on a recently upgraded 6.2-PRERELEASE.
Date: Sun, 5 Nov 2006 00:51:41 +0100

 I get instant hangs. Usually there is no CPU usage at all. If I try to
 attach gdb to a firefox-bin process, it barfs.
 
 One time I got a hang at startup with 100% CPU usage.
 
 It was possible to to a ktrace on it. But the ktrace.out is 50 MB, so I
 won't post it here. :-) I can mail it if anybody is interested.
 
 One thing that struck me when going over the tracedump was this:
 
  23905 firefox-bin CALL  kse_thr_interrupt(0,0x6,0x7fffffffd120)
  23905 firefox-bin RET   kse_thr_interrupt -1 errno 22 Invalid argument
 
 It happens on all the firefox-bin processes. It looks like is being
 called with a NULL pointer as its first argument. This looks fishy to
 me. If it is suspect, the trouble might be in the pthread library?
 
 BTW, the prototype for kse_thr_interrupt in the kse(2) manpage doesn't
 match /usr/include/sys/kse.h
 
 Roland
 --=20
 R.F.Smith                                   http://www.xs4all.nl/~rsmith/

From: Roland Smith <rsmith@xs4all.nl>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-amd64@FreeBSD.org
Cc:  
Subject: Re: amd64/105155: Firfox hangs on a recently upgraded 6.2-PRERELEASE.
Date: Mon, 6 Nov 2006 19:20:14 +0100

 --vkogqOf2sHV7VnPd
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Upgrading to the latest firefox (2.0_2,1) did not fix the problem. The
 user interface still freezes when accessing when trying to open the file
 types handling dialog box from preferences/content.
 
 It _did_ fix the gconfd warnings, though.
 
 Roland
 --=20
 R.F.Smith                                   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
 
 --vkogqOf2sHV7VnPd
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.5 (FreeBSD)
 
 iD8DBQFFT3zeEnfvsMMhpyURAsc+AJ0Y+x4H5xPxm90nhET5xfoFY7ylMgCfUedc
 DwCYlRBtMPi67GmyyU1434U=
 =EpeM
 -----END PGP SIGNATURE-----
 
 --vkogqOf2sHV7VnPd--

From: Roland Smith <rsmith@xs4all.nl>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-amd64@FreeBSD.org
Cc:  
Subject: [SOLVED] Re: amd64/105155: Firfox hangs on a recently upgraded 6.2-PRERELEASE.
Date: Mon, 20 Nov 2006 00:55:06 +0100

 --BOKacYhQ+x31HxR3
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Please close this PR.
 
 Wiping all ports and rebuilding them solved the problem, whatever it was.
 
 Roland
 --=20
 R.F.Smith                                   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
 
 --BOKacYhQ+x31HxR3
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.5 (FreeBSD)
 
 iD4DBQFFYO7aEnfvsMMhpyURAnW2AJ9veC0I4dspc5Z5KR9O9LMqwAmywQCXfZoH
 FkejFQ+XtoAhMOeD+1Qoxw==
 =STaA
 -----END PGP SIGNATURE-----
 
 --BOKacYhQ+x31HxR3--
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Nov 20 03:08:00 UTC 2006 
State-Changed-Why:  
Solved by reinstalling affected ports. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105155 
>Unformatted:
