From owner-freebsd-gecko@FreeBSD.ORG Sun Jul 5 07:53:52 2009 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E9B1065677 for ; Sun, 5 Jul 2009 07:53:52 +0000 (UTC) (envelope-from 16766300@rambler.ru) Received: from mxa.rambler.ru (mxa.rambler.ru [81.19.66.231]) by mx1.freebsd.org (Postfix) with ESMTP id AA19B8FC1D for ; Sun, 5 Jul 2009 07:53:52 +0000 (UTC) (envelope-from 16766300@rambler.ru) Received: from mcgi69.rambler.ru (mcgi69.rambler.ru [81.19.67.205]) by mxa.rambler.ru (Postfix) with ESMTP id 5AAF075829 for ; Sun, 5 Jul 2009 11:36:13 +0400 (MSD) Received: from mcgi69.rambler.ru (localhost [127.0.0.1]) by mcgi69.rambler.ru (Postfix) with ESMTP id 21DD4117B2 for ; Sun, 5 Jul 2009 11:36:12 +0400 (MSD) Received: from [213.208.165.174] by mcgi69.rambler.ru with HTTP (mailimap); Sun, 05 Jul 2009 11:36:10 +0400 From: Dimon =?windows-1251?B?8ejs6uA=?= <16766300@rambler.ru> To: Date: Sun, 05 Jul 2009 11:36:10 +0400 MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; format="flowed" Message-Id: <987678631.1246779370.78148808.90827@mcgi69.rambler.ru> X-Mailer: Ramail 3u, (mail-pda), http://mail.rambler.ru Cc: Subject: dXKCY X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 07:53:53 -0000 AjSCrd http://love22.nm.ru From owner-freebsd-gecko@FreeBSD.ORG Sun Jul 5 12:28:33 2009 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0812E106564A for ; Sun, 5 Jul 2009 12:28:33 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 8A4118FC16 for ; Sun, 5 Jul 2009 12:28:31 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id n65CSUWu084471 for ; Sun, 5 Jul 2009 12:28:30 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id n65CSPGn083322 for freebsd-gecko@freebsd.org; Sun, 5 Jul 2009 12:28:25 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Jul 2009 12:28:25 GMT Message-Id: <200907051228.n65CSPGn083322@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r52 - in trunk/www: firefox3 firefox3/files firefox35 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 12:28:33 -0000 Author: flo Date: Sun Jul 5 12:28:25 2009 New Revision: 52 Log: - sync firefox3 and firefox35 with what is in CVS before working further on these ports Modified: trunk/www/firefox3/Makefile trunk/www/firefox3/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in trunk/www/firefox35/Makefile Modified: trunk/www/firefox3/Makefile ============================================================================== --- trunk/www/firefox3/Makefile Wed Jul 1 11:01:22 2009 (r51) +++ trunk/www/firefox3/Makefile Sun Jul 5 12:28:25 2009 (r52) @@ -2,8 +2,8 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox3/Makefile,v 1.17 2009/04/12 19:27:12 miwi Exp $ -# +# $FreeBSD: ports/www/firefox3/Makefile,v 1.22 2009/06/13 06:44:37 beat Exp $ +# $MCom: ports-stable/www/firefox3/Makefile,v 1.20 2008/12/31 01:52:03 mezz Exp $ # PORTNAME= firefox @@ -21,6 +21,7 @@ LATEST_LINK= firefox3 USE_GECKO= gecko +CONFLICTS= firefox-3.[1-5]* MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -png -nss -dbm -jpeg MOZILLA_NAME= Firefox${MOZILLA_SUFX} @@ -40,7 +41,6 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes NO_MOZPKGINSTALL=yes -CONFLICTS= firefox-3.[1-5]* FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png @@ -90,6 +90,13 @@ /dom.disable_window_open_feature.toolbar/s/false/true/' \ ${WRKSRC}/${ii}/all.js .endfor +.if ${ARCH} == "sparc64" + @(cd ${WRKSRC}/xpcom/reflect/xptcall/src/md/unix && \ + ${LN} -s xptcstubs_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_freebsd.s && \ + ${LN} -s xptcstubs_sparc64_openbsd.cpp xptcstubs_sparc64_freebsd.cpp && \ + ${LN} -s xptcinvoke_sparc64_openbsd.cpp xptcinvoke_sparc64_freebsd.cpp && \ + ${LN} -s xptcinvoke_asm_sparc64_openbsd.s xptcinvoke_asm_sparc64_freebsd.s) +.endif port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib Modified: trunk/www/firefox3/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in ============================================================================== --- trunk/www/firefox3/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in Wed Jul 1 11:01:22 2009 (r51) +++ trunk/www/firefox3/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in Sun Jul 5 12:28:25 2009 (r52) @@ -1,5 +1,5 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2008-04-09 08:34:20.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in 2009-04-22 13:51:00.672853850 +0200 +--- xpcom/reflect/xptcall/src/md/unix/Makefile.in ++++ xpcom/reflect/xptcall/src/md/unix/Makefile.in @@ -70,6 +70,9 @@ ifeq (Darwin,$(OS_ARCH)) DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED @@ -53,8 +53,8 @@ +# +ifeq ($(OS_ARCH),FreeBSD) +ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s ++CPPSRCS := xptcinvoke_sparc64_freebsd.cpp xptcstubs_sparc64_freebsd.cpp ++ASFILES := xptcinvoke_asm_sparc64_freebsd.s xptcstubs_asm_sparcv9_solaris.s +endif +endif +# Modified: trunk/www/firefox35/Makefile ============================================================================== --- trunk/www/firefox35/Makefile Wed Jul 1 11:01:22 2009 (r51) +++ trunk/www/firefox35/Makefile Sun Jul 5 12:28:25 2009 (r52) @@ -2,7 +2,7 @@ # Date created: 2002/10/21 # Whom: Alan Eldridge # -# $FreeBSD: ports/www/firefox35/Makefile,v 1.175 2009/06/30 19:44:48 miwi Exp $ +# $FreeBSD: ports/www/firefox35/Makefile,v 1.177 2009/07/03 13:38:45 miwi Exp $ # PORTNAME= firefox @@ -19,7 +19,7 @@ BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213:run -LATEST_LINK= firefox3-devel +LATEST_LINK= firefox35 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -png -nss -dbm -jpeg -xft @@ -124,5 +124,6 @@ ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ ${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} + @${CAT} ${PKGMESSAGE} .include From owner-freebsd-gecko@FreeBSD.ORG Sun Jul 5 22:21:02 2009 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6DBF106566C for ; Sun, 5 Jul 2009 22:21:02 +0000 (UTC) (envelope-from redchin@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 83BDC8FC18 for ; Sun, 5 Jul 2009 22:21:02 +0000 (UTC) (envelope-from redchin@gmail.com) Received: by yxe11 with SMTP id 11so5193778yxe.3 for ; Sun, 05 Jul 2009 15:21:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=I1RvgM+QHIMwmydQSneJJKUhldXQaGahnEwA7Hs4UrM=; b=igH4NUfXiJJVjpH1HAS21fB+6Kg5ymvo+CAi4gpXpzsoScktyc/4mPjy883JPEPDeM bo+wweH8l85FNa+YU+dXv/HQ0MgcShrq8WZ0x66ODMVaVO7B1o5lLT4vH7kYiko4yfKZ ppduZlqDy4pCtFIFj4rql1khYGyp89vPFo588= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=F0nvoByS9pLAUikoreXG0YzE3ZRgHkUAfZU1UhrpBvKzERdEtfyDwAUm0O7V527JTI 55pmLYlMAACnD0NRBQGbU5lOTTxwBH3lUjT95QpU69srcwrQm1Tz77eNvSfLeR2aZdb6 8CxRWpsPc2GMs6eWCqENBPwlIfeNqSKdE2oTs= MIME-Version: 1.0 Received: by 10.90.118.19 with SMTP id q19mr3534245agc.87.1246830783391; Sun, 05 Jul 2009 14:53:03 -0700 (PDT) Date: Sun, 5 Jul 2009 14:53:03 -0700 Message-ID: <1d3ed48c0907051453i29b453e8o3d3ea6410f7c69a3@mail.gmail.com> From: Kevin Downey To: gecko@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@FreeBSD.org Subject: firefox 3.5 pulseaudio crash X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 22:21:03 -0000 run output: kpd circe ~% firefox3 E: mutex-posix.c: Assertion 'pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) =3D=3D 0' failed at pulsecore/mutex-posix.c:52, function pa_mutex_new(). Aborting. Abort trap zsh: exit 134 firefox3 kpd circe ~% ls -la Makefile -rw-r--r-- 1 root wheel 4118 Jul 3 06:38 /usr/ports/www/firefox35/Makef= ile problem occured while starting firefox, happens everytime on the two machinse I have tried to run firefox3.5 on kpd circe ~% uname -a FreeBSD circe.nexus.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #18: Mon Jun 22 21:57:50 PDT 2009 root@circe.nexus.lan:/usr/obj/usr/src/sys/CIRCE8 i386 kpd circe ~% kpd eskarina ~% uname -a FreeBSD eskarina.nexus.lan 7.2-STABLE FreeBSD 7.2-STABLE #20: Mon May 11 13:41:09 PDT 2009 root@eskarina.nexus.lan:/usr/obj/usr/src/sys/ES i386 kpd eskarina ~% --=20 And what is good, Phaedrus, And what is not good=E2=80=94 Need we ask anyone to tell us these things? From owner-freebsd-gecko@FreeBSD.ORG Mon Jul 6 11:06:57 2009 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE16C1065675 for ; Mon, 6 Jul 2009 11:06:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA77E8FC20 for ; Mon, 6 Jul 2009 11:06:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n66B6vde010761 for ; Mon, 6 Jul 2009 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n66B6vZ0010757 for freebsd-gecko@FreeBSD.org; Mon, 6 Jul 2009 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Jul 2009 11:06:57 GMT Message-Id: <200907061106.n66B6vZ0010757@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 11:06:58 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/135971 gecko [PATCH] www/linux-firefox-devel: Removed mark forbidde o ports/134121 gecko www/firefox3-devel packaging errors f ports/132231 gecko [PATCH] www/firefox3: Add option to build with Profile o ports/129147 gecko can't use deskutils/lightning-xpi under current amd64 f ports/128694 gecko www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/103529 gecko www/seamonkey: enable SVG and Pango font rendering sup 6 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Jul 6 11:07:14 2009 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E9A61065673 for ; Mon, 6 Jul 2009 11:07:14 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BB528FC0C for ; Mon, 6 Jul 2009 11:07:14 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n66B7ErY011071 for ; Mon, 6 Jul 2009 11:07:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n66B7DuS011067 for gecko@FreeBSD.org; Mon, 6 Jul 2009 11:07:13 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Jul 2009 11:07:13 GMT Message-Id: <200907061107.n66B7DuS011067@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 11:07:14 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136111 gecko Mk/bsd.gecko.mk PORT_REPLACES_BASE_BIND check causes g o ports/135984 gecko www/linux-firefox - Removed mark forbidden. Update to o ports/134689 gecko www/Firefox ports and packages in chroot or jails cras 3 problems total. From owner-freebsd-gecko@FreeBSD.ORG Tue Jul 7 06:28:14 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4336106566C for ; Tue, 7 Jul 2009 06:28:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id A84728FC0A for ; Tue, 7 Jul 2009 06:28:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id D5EDB1CCC1 for ; Tue, 7 Jul 2009 08:28:13 +0200 (CEST) From: linimon@FreeBSD.org To: gecko@freebsd.org Message-Id: <20090707062813.D5EDB1CCC1@mail.droso.net> Date: Tue, 7 Jul 2009 08:28:13 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 06:28:15 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: www/kompozer broken because: KompoZer 0.7.10 is not compatible with GTK 2.14 and higher, hence the crashes. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kompozer If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gecko@FreeBSD.ORG Tue Jul 7 06:29:27 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1D4106568D for ; Tue, 7 Jul 2009 06:29:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 130588FC39 for ; Tue, 7 Jul 2009 06:29:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 4B93F1CC96 for ; Tue, 7 Jul 2009 08:29:26 +0200 (CEST) From: linimon@FreeBSD.org To: gecko@freebsd.org Message-Id: <20090707062926.4B93F1CC96@mail.droso.net> Date: Tue, 7 Jul 2009 08:29:26 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 06:29:27 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: www/linux-firefox forbidden because: Security issues http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-firefox If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-gecko@FreeBSD.ORG Tue Jul 7 22:02:33 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C9BE1065672 for ; Tue, 7 Jul 2009 22:02:33 +0000 (UTC) (envelope-from starr888@comcast.net) Received: from QMTA15.emeryville.ca.mail.comcast.net (qmta15.emeryville.ca.mail.comcast.net [76.96.27.228]) by mx1.freebsd.org (Postfix) with ESMTP id 145768FC15 for ; Tue, 7 Jul 2009 22:02:33 +0000 (UTC) (envelope-from starr888@comcast.net) Received: from OMTA02.emeryville.ca.mail.comcast.net ([76.96.30.19]) by QMTA15.emeryville.ca.mail.comcast.net with comcast id D0dX1c0020QkzPwAF9pQGZ; Tue, 07 Jul 2009 21:49:24 +0000 Received: from sz0035.ev.mail.comcast.net ([76.96.26.85]) by OMTA02.emeryville.ca.mail.comcast.net with comcast id D9pQ1c0071qA8sU8N9pQQh; Tue, 07 Jul 2009 21:49:24 +0000 Date: Tue, 7 Jul 2009 21:49:24 +0000 (UTC) From: starr888@comcast.net To: gecko@FreeBSD.org Message-ID: <103097768.1177681247003364157.JavaMail.root@sz0035a.emeryville.ca.mail.comcast.net> MIME-Version: 1.0 X-Originating-IP: [76.96.26.85] X-Mailer: Zimbra 5.0.16_GA_2927.RHEL5_64 (zclient/5.0.16_GA_2927.RHEL5_64) X-Mailman-Approved-At: Tue, 07 Jul 2009 22:26:05 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: firefox35 startup crash on mutex - pulseaudio ? X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 22:02:33 -0000 Greetings & thanks for your work on FireFox on FreeBSD - I'm getting this crash on FreeBSD 6.4 / KDE 3.5.10 when starting the browser: % firefox3 Fatal error 'Recurse on a private mutex.' at line 986 in file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 2) Abort trap (core dumped) % another message on the net says this is a pulseaudio problem. pulseaudio isn't used by anything else on my system. Is this the only way the firefox35 port can do audio ? Thanks for your help ! From owner-freebsd-gecko@FreeBSD.ORG Tue Jul 7 22:36:34 2009 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3136F1065674 for ; Tue, 7 Jul 2009 22:36:34 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id E11E98FC17 for ; Tue, 7 Jul 2009 22:36:33 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id E838A4AC61; Wed, 8 Jul 2009 00:36:31 +0200 (CEST) Date: Wed, 8 Jul 2009 00:36:31 +0200 From: Martin Wilke To: starr888@comcast.net Message-ID: <20090707223631.GF75967@bsdcrew.de> References: <103097768.1177681247003364157.JavaMail.root@sz0035a.emeryville.ca.mail.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <103097768.1177681247003364157.JavaMail.root@sz0035a.emeryville.ca.mail.comcast.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: gecko@FreeBSD.org Subject: Re: firefox35 startup crash on mutex - pulseaudio ? X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 22:36:34 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Jul 07, 2009 at 09:49:24PM +0000, starr888@comcast.net wrote: > Greetings & thanks for your work on FireFox on FreeBSD - > > I'm getting this crash on FreeBSD 6.4 / KDE 3.5.10 > when starting the browser: > > % firefox3 > Fatal error 'Recurse on a private mutex.' at line 986 in file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 2) > Abort trap (core dumped) > % > > another message on the net says this is a pulseaudio problem. > > pulseaudio isn't used by anything else on my system. > > Is this the only way the firefox35 port can do audio ? How I said, you need the sem kernel module. > > Thanks for your help ! > > > _______________________________________________ > freebsd-gecko@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gecko > To unsubscribe, send any mail to "freebsd-gecko-unsubscribe@freebsd.org" > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkpTze8ACgkQdLJIhLHm/OkyyQCgilP9sSaSIIPGL9jluWeHms2X gcEAn0H/TjWFFxVg1b2XVRaYYh4jBHsq =EtKk -----END PGP SIGNATURE----- From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 8 05:29:57 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E968106566C for ; Wed, 8 Jul 2009 05:29:57 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id B1F5D8FC16 for ; Wed, 8 Jul 2009 05:29:56 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: (qmail invoked by alias); 08 Jul 2009 05:03:14 -0000 Received: from e177209183.adsl.alicedsl.de (EHLO rincewind.tihnet) [85.177.209.183] by mail.gmx.net (mp008) with SMTP; 08 Jul 2009 07:03:14 +0200 X-Authenticated: #1274221 X-Provags-ID: V01U2FsdGVkX1+asdRRGQ+a0c9/skYpWhgRDigVX55CT2DGZp4uGP gUXmCNCDdgJrCD Received: from localhost ([127.0.0.1] helo=rincewind.tihnet) by rincewind.tihnet with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MOPJJ-0002Wb-Sr; Wed, 08 Jul 2009 07:03:14 +0200 To: gecko@freebsd.org From: Heino Tiedemann Organization: yes Date: Wed, 08 Jul 2009 07:03:13 +0200 Message-ID: <86zlbfbwby.fsf@rincewind.tihnet> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 05:29:58 -0000 Hello, I installed the port www/firefox35. After installation I tried to start it It core dumps 'every time' (100% reproducable). ,---- | $ firefox3 | Fatal error 'Recurse on a private mutex.' at line 986 in file | /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 2) | Abort trap (core dumped) `---- greetings Heino From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 8 06:00:53 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C4B1065677; Wed, 8 Jul 2009 06:00:53 +0000 (UTC) (envelope-from johans@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2348FC27; Wed, 8 Jul 2009 06:00:53 +0000 (UTC) (envelope-from johans@stack.nl) Received: by mx1.stack.nl (Postfix, from userid 65534) id 6A53C35A82D; Wed, 8 Jul 2009 08:00:52 +0200 (CEST) X-Spam-DCC: wuwien: scanner01.stack.nl 1290; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on scanner01.stack.nl X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Relay-Country: _RELAYCOUNTRY_ Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:230:48ff:fe12:2794]) by mx1.stack.nl (Postfix) with ESMTP id C109435A828; Wed, 8 Jul 2009 08:00:50 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 6372B1146B; Wed, 8 Jul 2009 08:00:50 +0200 (CEST) Date: Wed, 8 Jul 2009 08:00:50 +0200 From: Johan van Selst To: Heino Tiedemann Message-ID: <20090708060050.GA54401@mud.stack.nl> References: <86zlbfbwby.fsf@rincewind.tihnet> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <86zlbfbwby.fsf@rincewind.tihnet> User-Agent: Mutt/1.5.19 (2009-01-14) Cc: gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/firefox35 coredumps every time at startup X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 06:00:54 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Heino Tiedemann wrote: > I installed the port www/firefox35. After installation I tried to > start it > It core dumps 'every time' (100% reproducable). Did you load sem(4)? To quote UPDATING: If your Firefox crashes with the following message while viewing a HTML5 page: "Bad system call (core dumped)" you need to load the sem module (kldload sem). To load sem on every boot put the following into your /boot/loader.conf: sem_load="YES" Ciao, Johan --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iEYEAREIAAYFAkpUNhEACgkQaOElK32lxTuy2gCfdIMmDBBlyFJnQzYBVHQnv6qP YE8AnAknKzrjMG7Bzs1m52iT9WAojKEK =uM5P -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 8 07:21:36 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26C4F1065674 for ; Wed, 8 Jul 2009 07:21:36 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6F5DC8FC1C for ; Wed, 8 Jul 2009 07:21:35 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: (qmail 27002 invoked by uid 0); 8 Jul 2009 07:21:34 -0000 Received: from 217.6.95.140 by www037.gmx.net with HTTP; Wed, 08 Jul 2009 09:21:31 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 08 Jul 2009 09:21:31 +0200 From: "Heino Tiedemann" In-Reply-To: <20090708060050.GA54401@mud.stack.nl> Message-ID: <20090708072131.85300@gmx.net> MIME-Version: 1.0 References: <86zlbfbwby.fsf@rincewind.tihnet> <20090708060050.GA54401@mud.stack.nl> To: Johan van Selst X-Authenticated: #1274221 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX1/DrBQUVhXDPLXtknSaFUN7YWuI9bp5dzJvoPivpW 7zGaKWQe5ctqRcn2VManiWxpC9gTCGcZywxw== Content-Transfer-Encoding: 8bit X-GMX-UID: rC0majZAeSEqMgwSeHQhzZB+IGRvb4B6 X-FuHaFi: 0.6 Cc: gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/firefox35 coredumps every time at startup X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 07:21:37 -0000 > Heino Tiedemann wrote: > > I installed the port www/firefox35. After installation I tried to > > start it > > It core dumps 'every time' (100% reproducable). > > Did you load sem(4)? To quote UPDATING: > > If your Firefox crashes with the following message while viewing a > HTML5 page: "Bad system call (core dumped)" you need to load the sem > module (kldload sem). > > To load sem on every boot put the following into your > /boot/loader.conf: sem_load="YES" Hi Johan, no, I did not, because 1) my message was different then that one in UPDATING 2) it crahses on startup, not while viewing a HTML5 document (as mentioned in UPDATING) Should I try sem_load="YES" also for that Problem? greets Heino -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 8 07:35:51 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C8771065670 for ; Wed, 8 Jul 2009 07:35:51 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 56AB38FC1B for ; Wed, 8 Jul 2009 07:35:51 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id A07704AC61; Wed, 8 Jul 2009 09:35:46 +0200 (CEST) Date: Wed, 8 Jul 2009 09:35:46 +0200 From: Martin Wilke To: Heino Tiedemann Message-ID: <20090708073546.GA78132@bsdcrew.de> References: <86zlbfbwby.fsf@rincewind.tihnet> <20090708060050.GA54401@mud.stack.nl> <20090708072131.85300@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; x-action=pgp-signed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090708072131.85300@gmx.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Johan van Selst , gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/firefox35 coredumps every time at startup X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 07:35:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Jul 08, 2009 at 09:21:31AM +0200, Heino Tiedemann wrote: > > Heino Tiedemann wrote: > > > I installed the port www/firefox35. After installation I tried to > > > start it > > > It core dumps 'every time' (100% reproducable). > > > > Did you load sem(4)? To quote UPDATING: > > > > If your Firefox crashes with the following message while viewing a > > HTML5 page: "Bad system call (core dumped)" you need to load the sem > > module (kldload sem). > > > > To load sem on every boot put the following into your > > /boot/loader.conf: sem_load="YES" > > > Hi Johan, > > no, I did not, because > > 1) my message was different then that one in UPDATING > > 2) it crahses on startup, not while viewing a HTML5 document (as mentioned in UPDATING) > > > Should I try sem_load="YES" also for that Problem? > Yes, after the install/update start firefox the FF3.5 welcome site with a html5 video, so it's crash with a video. > greets > Heino > > > -- > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 > _______________________________________________ > freebsd-gecko@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gecko > To unsubscribe, send any mail to "freebsd-gecko-unsubscribe@freebsd.org" > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkpUTFIACgkQdLJIhLHm/OneTwCgz1asR+kQY3Sbus34kdUZyFTR rscAnj4JUYfXlTokvLaYDYhir4k45pnf =2QoW -----END PGP SIGNATURE----- From owner-freebsd-gecko@FreeBSD.ORG Wed Jul 8 21:37:17 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 000D01065673 for ; Wed, 8 Jul 2009 21:37:16 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 123938FC19 for ; Wed, 8 Jul 2009 21:37:15 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: (qmail invoked by alias); 08 Jul 2009 21:37:14 -0000 Received: from g224051012.adsl.alicedsl.de (EHLO rincewind.tihnet) [92.224.51.12] by mail.gmx.net (mp067) with SMTP; 08 Jul 2009 23:37:14 +0200 X-Authenticated: #1274221 X-Provags-ID: V01U2FsdGVkX19shspEceZsPsTbyiHnhcTecnJHRMQGPUTkHfJI6H 77jHpms6qM15oi Received: from localhost ([127.0.0.1] helo=rincewind.tihnet) by rincewind.tihnet with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MOepE-000Dax-W4; Wed, 08 Jul 2009 23:37:13 +0200 To: Martin Wilke References: <86zlbfbwby.fsf@rincewind.tihnet> <20090708060050.GA54401@mud.stack.nl> <20090708072131.85300@gmx.net> <20090708073546.GA78132@bsdcrew.de> From: Heino Tiedemann Organization: yes Date: Wed, 08 Jul 2009 23:37:12 +0200 In-Reply-To: <20090708073546.GA78132@bsdcrew.de> (Martin Wilke's message of "Wed\, 8 Jul 2009 09\:35\:46 +0200") Message-ID: <86y6qyeu0n.fsf@rincewind.tihnet> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O, gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/firefox35 coredumps every time at startup X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 21:37:17 -0000 Martin Wilke wrote: > On Wed, Jul 08, 2009 at 09:21:31AM +0200, Heino Tiedemann wrote: >> > Heino Tiedemann wrote: >> > > I installed the port www/firefox35. After installation I tried to >> > > start it >> > > It core dumps 'every time' (100% reproducable). >> > >> > Did you load sem(4)? To quote UPDATING: >> > >> > If your Firefox crashes with the following message while viewing a >> > HTML5 page: "Bad system call (core dumped)" you need to load the sem >> > module (kldload sem). >> > >> > To load sem on every boot put the following into your >> > /boot/loader.conf: sem_load="YES" >> >> >> Hi Johan, >> >> no, I did not, because >> >> 1) my message was different then that one in UPDATING >> >> 2) it crahses on startup, not while viewing a HTML5 document (as mentioned in UPDATING) >> >> >> Should I try sem_load="YES" also for that Problem? >> > > Yes, after the install/update start firefox the FF3.5 welcome site with > a html5 video, so it's crash with a video. does not work: [x] /boot/loader.conf: sem_load="YES" [x] reboot $ firefox3 Fatal error 'Recurse on a private mutex.' at line 986 in file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 2) Abort trap (core dumped) Seems to be another problem then mentioned in UPDATE. my uname -a: FreeBSD rincewind.tihnet 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #0: Tue Oct 28 18:59:10 CET 2008 root@rincewind.tihnet:/usr/obj/usr/src/sys/BEASTIE i386 greets Heino From owner-freebsd-gecko@FreeBSD.ORG Thu Jul 9 07:21:45 2009 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F240106566B for ; Thu, 9 Jul 2009 07:21:45 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 146778FC0A for ; Thu, 9 Jul 2009 07:21:44 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: by wf-out-1314.google.com with SMTP id 24so2405038wfg.7 for ; Thu, 09 Jul 2009 00:21:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=iImBIdmIQRJp9xeuB7mTk17oaLFajx1/yf9EGQx6GZ0=; b=RNO92soSAJ4ojCwA+t4eBLODRO1NwhJdWtZe8jz5sYDKmBOfq/wJxLYKYf62xNhgo0 IWe1rIGdfK+gbWUZvuvY+8tB+9eVxbRNUyeXEULMVhpyJV7IkFYFim7w7Zri42OKk0LV WA+xUAm1pxOvYPBot7VxUsNuQ8hQ7gEW6GI8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=eU2gnErfqh9/UMN+KtlE0oud1A+7y4UvGLIAxyIiaDweNANN9g9b5lzxQuGbkkMIvx +15J0xYBsYG1lb/lZCR3ITfqH294vNPRbDcpIRvxHY5Of1RQLsyi9D1Wl9CM4q2CE/Tn cOFbcSjJ8Fgw9VMsxw4OWiVVa3KE0sdD1b8iE= MIME-Version: 1.0 Received: by 10.143.34.20 with SMTP id m20mr52426wfj.103.1247101603816; Wed, 08 Jul 2009 18:06:43 -0700 (PDT) Date: Thu, 9 Jul 2009 03:06:43 +0200 Message-ID: <90a5caac0907081806j3ae8a817n7d0085778486ec29@mail.gmail.com> From: Lucius Windschuh To: gecko@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: [redchin@gmail.com: firefox 3.5 pulseaudio crash] X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 07:21:45 -0000 Dear list readers, I want to deliver a backtrace for a bug that Kevin mentioned to miwi (differnt background, same assertion is violated): (Open Firefox, open Firebug with installed Google Pagespeed) E: mutex-posix.c: Assertion 'pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) == 0' failed at pulsecore/mutex-posix.c:52, function pa_mutex_new(). Aborting. Abort trap (core dumped) BTW: Even with DEBUG enabled, stripped binaries are installed! This makes debugging a bit hard. ;) The only thing that gets enabled with DEBUG is a noisy firefox debug output with far too many strange messages and beeps. But now to the second segfault. It is a backtrace for the bug previously reported by Kevin: $ gdb /usr/local/lib/firefox3/firefox-bin firefox-bin.core Thread 12 (Thread 2ba01140 (LWP 100189)): #0 0x2a729617 in kill () from /lib/libc.so.7 #1 0x2a729576 in raise () from /lib/libc.so.7 #2 0x2826c521 in nsProfileLock::FatalSignalHandler (signo=6) at nsProfileLock.cpp:212 #3 #4 0x2a729617 in kill () from /lib/libc.so.7 #5 0x2a729576 in raise () from /lib/libc.so.7 #6 0x2a72819a in abort () from /lib/libc.so.7 #7 0x315f106f in pa_mutex_new () from /usr/local/lib/libpulse.so.0 #8 0x315c95a5 in pa_threaded_mainloop_new () from /usr/local/lib/libpulse.so.0 #9 0x2e6e3f19 in pulse_driver_open () from /usr/local/lib/libcanberra/libcanberra-pulse.so #10 0x2e6a0a78 in driver_open () from /usr/local/lib/libcanberra.so.0 #11 0x2e699369 in context_open_unlocked () from /usr/local/lib/libcanberra.so.0 #12 0x2e6999f9 in ca_context_play_full () from /usr/local/lib/libcanberra.so.0 #13 0x2e699cf9 in ca_context_play () from /usr/local/lib/libcanberra.so.0 #14 0x29413b8a in nsSound::PlaySystemEventSound (this=0x317c7e20, aSoundAlias=@0xbfbf7e20) at nsSound.cpp:454 #15 0x29413f3f in nsSound::PlaySystemSound (this=0x317c7e20, aSoundAlias=@0xbfbf7e20) at nsSound.cpp:469 #16 0x2960de92 in NS_InvokeByIndex_P (that=0x317c7e20, methodIndex=4, paramCount=1, params=0xbfbf7c70) at xptcinvoke_unixish_x86.cpp:179 #17 0x282c2333 in XPCWrappedNative::CallMethod (ccx=@0xbfbf7db0, mode=XPCWrappedNative::CALL_METHOD) at xpcwrappednative.cpp:2454 #18 0x282d1239 in XPC_WN_CallMethod (cx=0x316f8a00, obj=0x2e695200, argc=1, argv=0x317830e8, vp=0xbfbf7ef0) at xpcwrappednativejsops.cpp:1590 #19 0x29a4eb95 in js_Invoke (cx=0x316f8a00, argc=1, vp=0x317830e0, flags=2) at jsinterp.cpp:1386 #20 0x29a2669a in js_Interpret (cx=0x316f8a00) at jsinterp.cpp:5179 #21 0x29a4ebde in js_Invoke (cx=0x316f8a00, argc=1, vp=0x31783024, flags=0) at jsinterp.cpp:1394 #22 0x29a4efdf in js_InternalInvoke (cx=0x316f8a00, obj=0x2e68ee00, fval=778613824, flags=0, argc=1, argv=0x31783020, rval=0xbfbf86a0) at jsinterp.cpp:1447 #23 0x299e5fad in JS_CallFunctionValue (cx=0x316f8a00, obj=0x2e68ee00, fval=778613824, argc=1, argv=0x31783020, rval=0xbfbf86a0) at jsapi.cpp:5187 #24 0x28bd906a in nsJSContext::CallEventHandler (this=0x2ec9aeb0, aTarget=0x2eb882b0, aScope=0x2e68ee00, aHandler=0x2e68b440, aargv=0x2ec8fc40, arv=0xbfbf879c) at nsJSEnvironment.cpp:2035 #25 0x28c56a8a in nsJSEventListener::HandleEvent (this=0x31797be0, aEvent=0x2eb72610) at nsJSEventListener.cpp:247 #26 0x28982c8b in nsEventListenerManager::HandleEventSubType (this=0x2ec906a0, aListenerStruct=0x31744e18, aListener=0x31797be0, aDOMEvent=0x2eb72610, aCurrentTarget=0x2eb8ae80, aPhaseFlags=6) at nsEventListenerManager.cpp:1098 #27 0x28983182 in nsEventListenerManager::HandleEvent (this=0x2ec906a0, aPresContext=0x316f7800, aEvent=0xbfbf8b44, aDOMEvent=0xbfbf8aec, aCurrentTarget=0x2eb8ae80, aFlags=6, aEventStatus=0xbfbf8af0) at nsEventListenerManager.cpp:1206 #28 0x289c11b8 in nsEventTargetChainItem::HandleEvent (this=0x2eb4e340, aVisitor=@0xbfbf8ae4, aFlags=6, aMayHaveNewListenerManagers=1) ---Type to continue, or q to quit--- at nsEventDispatcher.cpp:236 #29 0x289c133b in nsEventTargetChainItem::HandleEventTargetChain (this=0x2eb4e360, aVisitor=@0xbfbf8ae4, aFlags=6, aCallback=0x0, aMayHaveNewListenerManagers=1) at nsEventDispatcher.cpp:300 #30 0x289c23de in nsEventDispatcher::Dispatch (aTarget=0x2eb8ae40, aPresContext=0x316f7800, aEvent=0xbfbf8b44, aDOMEvent=0x0, aEventStatus=0xbfbf8b6c, aCallback=0x0) at nsEventDispatcher.cpp:514 #31 0x285a7ea9 in DocumentViewerImpl::LoadComplete (this=0x2f3fb280, aStatus=0) at nsDocumentViewer.cpp:1006 #32 0x290182a5 in nsDocShell::EndPageLoad (this=0x2ef0aa00, aProgress=0x2ef0aa14, aChannel=0x3177e200, aStatus=0) at nsDocShell.cpp:5359 #33 0x2903c2bc in nsWebShell::EndPageLoad (this=0x2ef0aa00, aProgress=0x2ef0aa14, channel=0x3177e200, aStatus=0) at nsWebShell.cpp:1013 #34 0x290220ff in nsDocShell::OnStateChange (this=0x2ef0aa00, aProgress=0x2ef0aa14, aRequest=0x3177e200, aStateFlags=131088, aStatus=0) at nsDocShell.cpp:5255 #35 0x29051a3e in nsDocLoader::FireOnStateChange (this=0x2ef0aa00, aProgress=0x2ef0aa14, aRequest=0x3177e200, aStateFlags=131088, aStatus=0) at nsDocLoader.cpp:1259 #36 0x29051cc4 in nsDocLoader::doStopDocumentLoad (this=0x2ef0aa00, request=0x3177e200, aStatus=0) at nsDocLoader.cpp:880 #37 0x290522ad in nsDocLoader::DocLoaderIsEmpty (this=0x2ef0aa00, aFlushLayout=1) at nsDocLoader.cpp:785 #38 0x29052d5c in nsDocLoader::OnStopRequest (this=0x2ef0aa00, aRequest=0x317d5550, aCtxt=0x0, aStatus=0) at nsDocLoader.cpp:680 #39 0x283597b5 in nsLoadGroup::RemoveRequest (this=0x31746710, request=0x317d5550, ctxt=0x0, aStatus=0) at nsLoadGroup.cpp:688 #40 0x28540c0f in imgRequestProxy::RemoveFromLoadGroup (this=0x317d5550, releaseLoadGroup=1) at imgRequestProxy.cpp:165 #41 0x28543674 in imgRequestProxy::OnStopRequest (this=0x317d5550, request=0x2f007370, ctxt=0x0, statusCode=0, lastPart=1) at imgRequestProxy.cpp:561 #42 0x2853e6f8 in imgRequest::OnStopRequest (this=0x2f007040, aRequest=0x2f007370, ctxt=0x0, status=0) at imgRequest.cpp:869 #43 0x28527632 in ProxyListener::OnStopRequest (this=0x317ba630, aRequest=0x2f007370, ctxt=0x0, status=0) at imgLoader.cpp:1595 #44 0x283409aa in nsBaseChannel::OnStopRequest (this=0x2f007340, request=0x317d3400, ctxt=0x0, status=0) at nsBaseChannel.cpp:680 #45 0x2834ebdf in nsInputStreamPump::OnStateStop (this=0x317d3400) at nsInputStreamPump.cpp:576 #46 0x2834ed68 in nsInputStreamPump::OnInputStreamReady (this=0x317d3400, stream=0x2f006ecc) at nsInputStreamPump.cpp:401 #47 0x295cfa33 in nsInputStreamReadyEvent::Run (this=0x317d0160) at nsStreamUtils.cpp:111 #48 0x295f3e5b in nsThread::ProcessNextEvent (this=0x2bad0380, mayWait=1, result=0xbfbf944c) at nsThread.cpp:510 #49 0x295981f6 in NS_ProcessNextEvent_P (thread=0x2bad0380, mayWait=1) at nsThreadUtils.cpp:227 #50 0x290ff7f2 in nsXULWindow::ShowModal (this=0x2f3fa5c0) at nsXULWindow.cpp:415 #51 0x290f37be in nsContentTreeOwner::ShowAsModal (this=0x2ec90940) at nsContentTreeOwner.cpp:528 #52 0x2909d374 in nsWindowWatcher::OpenWindowJSInternal (this=0x2cc9ea00, aParent=0x2cbbc800, aUrl=0x298446c0 "chrome://global/content/commonDialog.xul", aName=0x296c00eb "_blank", aFeatures=0x296c087c "centerscreen,chrome,modal,titlebar", aDialog=1, argv=0x2ec8f450, aCalledFromJS=0, _retval=0xbfbf985c) at nsWindowWatcher.cpp:992 #53 0x2909defd in nsWindowWatcher::OpenWindow (this=0x2cc9ea00, aParent=0x2cbbc800, aUrl=0x298446c0 "chrome://global/content/commonDialog.xul", aName=0x296c00eb "_blank", aFeatures=0x296c087c "centerscreen,chrome,modal,titlebar", aArguments=0x2ec86d40, _retval=0xbfbf985c) at nsWindowWatcher.cpp:422 #54 0x290a02cb in nsPromptService::DoDialog (this=0x2d221540, aParent=0x2cbbc800, aParamBlock=0x2ec86d40, ---Type to continue, or q to quit--- aChromeURL=0x298446c0 "chrome://global/content/commonDialog.xul") at nsPromptService.cpp:786 #55 0x290a23f2 in nsPromptService::Alert (this=0x2d221540, parent=0x2cbbc800, dialogTitle=0xbfbf9a78, text=0x2eb10688) at nsPromptService.cpp:145 #56 0x2908ff42 in nsPrompt::Alert (this=0x2ec85380, dialogTitle=0xbfbf9a78, text=0x2eb10688) at nsPrompt.cpp:198 #57 0x28c0476f in nsGlobalWindow::Alert (this=0x2cbbc800, aString=@0xbfbf9e9c) at nsGlobalWindow.cpp:4138 #58 0x2960de92 in NS_InvokeByIndex_P (that=0x2cbbc800, methodIndex=65, paramCount=1, params=0xbfbf9cec) at xptcinvoke_unixish_x86.cpp:179 #59 0x282c2333 in XPCWrappedNative::CallMethod (ccx=@0xbfbf9e2c, mode=XPCWrappedNative::CALL_METHOD) at xpcwrappednative.cpp:2454 #60 0x282d1239 in XPC_WN_CallMethod (cx=0x2c9e4300, obj=0x2cf675a0, argc=1, argv=0x2d00293c, vp=0xbfbf9f6c) at xpcwrappednativejsops.cpp:1590 #61 0x29a4eb95 in js_Invoke (cx=0x2c9e4300, argc=1, vp=0x2d002934, flags=2) at jsinterp.cpp:1386 #62 0x29a2669a in js_Interpret (cx=0x2c9e4300) at jsinterp.cpp:5179 #63 0x29a4ebde in js_Invoke (cx=0x2c9e4300, argc=1, vp=0x2d002928, flags=0) at jsinterp.cpp:1394 #64 0x29a1e6f1 in js_fun_apply (cx=0x2c9e4300, argc=1, vp=0x2d0028f0) at jsfun.cpp:2074 #65 0x29a40a48 in js_Interpret (cx=0x2c9e4300) at jsinterp.cpp:5147 #66 0x29a4ebde in js_Invoke (cx=0x2c9e4300, argc=3, vp=0x2d0028d8, flags=0) at jsinterp.cpp:1394 #67 0x29a1e6f1 in js_fun_apply (cx=0x2c9e4300, argc=3, vp=0x2d0028a0) at jsfun.cpp:2074 #68 0x29a40a48 in js_Interpret (cx=0x2c9e4300) at jsinterp.cpp:5147 #69 0x29a4ebde in js_Invoke (cx=0x2c9e4300, argc=2, vp=0x2d0027fc, flags=0) at jsinterp.cpp:1394 #70 0x29a1e6f1 in js_fun_apply (cx=0x2c9e4300, argc=2, vp=0x2d0027c4) at jsfun.cpp:2074 #71 0x29a40a48 in js_Interpret (cx=0x2c9e4300) at jsinterp.cpp:5147 #72 0x29a4ebde in js_Invoke (cx=0x2c9e4300, argc=1, vp=0x2d002688, flags=0) at jsinterp.cpp:1394 #73 0x282b91cd in nsXPCWrappedJSClass::CallMethod (this=0x2ce87eb0, wrapper=0x2e509100, methodIndex=3, info=0x2c23b550, nativeParams=0xbfbfbd78) at xpcwrappedjsclass.cpp:1697 #74 0x282af5b2 in nsXPCWrappedJS::CallMethod (this=0x2e509100, methodIndex=3, info=0x2c23b550, params=0xbfbfbd78) at xpcwrappedjs.cpp:561 #75 0x296110fe in PrepareAndDispatch (self=0x2d23cc50, methodIndex=Variable "methodIndex" is not available. ) at xptcstubs_unixish_x86.cpp:93 #76 0x2960ded1 in nsXPTCStubBase::Stub3 (this=0x2d23cc50) at xptcstubsdef.inc:1 #77 0x28982c8b in nsEventListenerManager::HandleEventSubType (this=0x2d4d6d60, aListenerStruct=0x2d4d6da0, aListener=0x2d23cc50, aDOMEvent=0x2eba6f70, aCurrentTarget=0x2d180460, aPhaseFlags=6) at nsEventListenerManager.cpp:1098 #78 0x28983182 in nsEventListenerManager::HandleEvent (this=0x2d4d6d60, aPresContext=0x2c9e1000, aEvent=0x2eba6f10, aDOMEvent=0xbfbfc0e0, aCurrentTarget=0x2d180460, aFlags=6, aEventStatus=0xbfbfc0e4) at nsEventListenerManager.cpp:1206 #79 0x289c11b8 in nsEventTargetChainItem::HandleEvent (this=0x2eb4e220, aVisitor=@0xbfbfc0d8, aFlags=6, aMayHaveNewListenerManagers=1) at nsEventDispatcher.cpp:236 #80 0x289c133b in nsEventTargetChainItem::HandleEventTargetChain (this=0x2eb4e320, aVisitor=@0xbfbfc0d8, aFlags=6, aCallback=0x0, aMayHaveNewListenerManagers=1) at nsEventDispatcher.cpp:300 #81 0x289c23de in nsEventDispatcher::Dispatch (aTarget=0x2d180460, aPresContext=0x2c9e1000, aEvent=0x2eba6f10, aDOMEvent=0x2eba6f70, ---Type to continue, or q to quit--- aEventStatus=0xbfbfc18c, aCallback=0x0) at nsEventDispatcher.cpp:514 #82 0x289c25fa in nsEventDispatcher::DispatchDOMEvent (aTarget=0x2d180460, aEvent=0x0, aDOMEvent=0x2eba6f70, aPresContext=0x2c9e1000, aEventStatus=0xbfbfc18c) at nsEventDispatcher.cpp:576 #83 0x2897f67f in nsEventListenerManager::DispatchEvent (this=0x2d4d6d60, aEvent=0x2eba6f70, _retval=0xbfbfc22c) at nsEventListenerManager.cpp:1331 #84 0x288eab09 in nsDOMEventRTTearoff::DispatchEvent (this=0x2ef6f500, aEvt=0x2eba6f70, _retval=0xbfbfc22c) at nsGenericElement.cpp:1659 #85 0x282f2f29 in nsIDOMEventTarget_DispatchEvent (cx=0x2c9e4300, argc=1, vp=0x2d002660) at dom_quickstubs.cpp:5224 #86 0x29a40a48 in js_Interpret (cx=0x2c9e4300) at jsinterp.cpp:5147 #87 0x29a4ebde in js_Invoke (cx=0x2c9e4300, argc=2, vp=0x2d002474, flags=0) at jsinterp.cpp:1394 #88 0x29a1e6f1 in js_fun_apply (cx=0x2c9e4300, argc=2, vp=0x2d00243c) at jsfun.cpp:2074 #89 0x29a40a48 in js_Interpret (cx=0x2c9e4300) at jsinterp.cpp:5147 #90 0x29a4ebde in js_Invoke (cx=0x2c9e4300, argc=1, vp=0x2d002024, flags=0) at jsinterp.cpp:1394 #91 0x29a4efdf in js_InternalInvoke (cx=0x2c9e4300, obj=0x2de564c0, fval=778558528, flags=0, argc=1, argv=0x2d002020, rval=0xbfbfd084) at jsinterp.cpp:1447 #92 0x299e5fad in JS_CallFunctionValue (cx=0x2c9e4300, obj=0x2de564c0, fval=778558528, argc=1, argv=0x2d002020, rval=0xbfbfd084) at jsapi.cpp:5187 #93 0x28bd906a in nsJSContext::CallEventHandler (this=0x2ce93040, aTarget=0x2d14c430, aScope=0x2cf67900, aHandler=0x2e67dc40, aargv=0x2ef73210, arv=0xbfbfd180) at nsJSEnvironment.cpp:2035 #94 0x28c56a8a in nsJSEventListener::HandleEvent (this=0x2d14c400, aEvent=0x3175dcb0) at nsJSEventListener.cpp:247 #95 0x28982c8b in nsEventListenerManager::HandleEventSubType (this=0x2d0c72e0, aListenerStruct=0x2d0c7320, aListener=0x2d14c400, aDOMEvent=0x3175dcb0, aCurrentTarget=0x2d14c430, aPhaseFlags=2) at nsEventListenerManager.cpp:1098 #96 0x28983182 in nsEventListenerManager::HandleEvent (this=0x2d0c72e0, aPresContext=0x2c9e1000, aEvent=0xbfbfd8bc, aDOMEvent=0xbfbfd4d0, aCurrentTarget=0x2d14c430, aFlags=2, aEventStatus=0xbfbfd4d4) at nsEventListenerManager.cpp:1206 #97 0x289c11b8 in nsEventTargetChainItem::HandleEvent (this=0x2eb4e140, aVisitor=@0xbfbfd4c8, aFlags=2, aMayHaveNewListenerManagers=0) at nsEventDispatcher.cpp:236 #98 0x289c13ef in nsEventTargetChainItem::HandleEventTargetChain (this=0x2eb4e200, aVisitor=@0xbfbfd4c8, aFlags=6, aCallback=0xbfbfd52c, aMayHaveNewListenerManagers=1) at nsEventDispatcher.cpp:324 #99 0x289c23de in nsEventDispatcher::Dispatch (aTarget=0x2d14c3d0, aPresContext=0x2c9e1000, aEvent=0xbfbfd8bc, aDOMEvent=0x0, aEventStatus=0xbfbfd694, aCallback=0xbfbfd52c) at nsEventDispatcher.cpp:514 #100 0x285eb271 in PresShell::HandleEventInternal (this=0x2ba4f300, aEvent=0xbfbfd8bc, aView=0x2cee5160, aStatus=0xbfbfd694) at nsPresShell.cpp:6273 #101 0x285ee577 in PresShell::HandlePositionedEvent (this=0x2ba4f300, aView=0x2cee5160, aTargetFrame=0x2d20d2f4, aEvent=0xbfbfd8bc, aEventStatus=0xbfbfd694) at nsPresShell.cpp:6161 #102 0x285ef26c in PresShell::HandleEvent (this=0x2ba4f300, aView=0x2cee5160, aEvent=0xbfbfd8bc, aEventStatus=0xbfbfd694) at nsPresShell.cpp:6021 #103 0x28bc02b6 in nsViewManager::HandleEvent (this=0x2cee51c0, aView=0x2cee5160, aPoint=@0xbfbfd744, aEvent=0xbfbfd8bc, aCaptured=0) at nsViewManager.cpp:1400 ---Type to continue, or q to quit--- #104 0x28bc3c34 in nsViewManager::DispatchEvent (this=0x2cee51c0, aEvent=0xbfbfd8bc, aStatus=0xbfbfd788) at nsViewManager.cpp:1359 #105 0x28bb777a in HandleEvent (aEvent=0xbfbfd8bc) at nsView.cpp:168 #106 0x293fa56a in nsWindow::DispatchEvent (this=0x2cbdeb00, aEvent=0xbfbfd8bc, aStatus=@0xbfbfd918) at nsWindow.cpp:577 #107 0x2940af7b in nsWindow::OnButtonPressEvent (this=0x2cbdeb00, aWidget=0x2cb98c90, aEvent=0x2ba0ab28) at nsWindow.cpp:2944 #108 0x2940b35e in button_press_event_cb (widget=0x2cb98c90, event=0x2ba0ab28) at nsWindow.cpp:5542 #109 0x29cdeb04 in gtk_marshal_BOOLEAN__VOID () from /usr/local/lib/libgtk-x11-2.0.so.0 #110 0x2a1b41f9 in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0 #111 0x2a1c86c3 in g_signal_parse_name () from /usr/local/lib/libgobject-2.0.so.0 #112 0x2a1c9fe6 in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0 #113 0x2a1ca5e9 in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0 #114 0x29df0896 in gtk_widget_class_list_style_properties () from /usr/local/lib/libgtk-x11-2.0.so.0 #115 0x29cd7b41 in gtk_propagate_event () from /usr/local/lib/libgtk-x11-2.0.so.0 #116 0x29cd8f65 in gtk_main_do_event () from /usr/local/lib/libgtk-x11-2.0.so.0 #117 0x29fa557a in gdk_add_client_message_filter () from /usr/local/lib/libgdk-x11-2.0.so.0 #118 0x2a220599 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #119 0x2a2237e6 in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #120 0x2a223c9c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #121 0x2940bc55 in nsAppShell::ProcessNextNativeEvent (this=0x2cb72420, mayWait=1) at nsAppShell.cpp:144 #122 0x2942eedc in nsBaseAppShell::DoProcessNextNativeEvent (this=0x2cb72420, mayWait=1) at nsBaseAppShell.cpp:151 #123 0x2942f890 in nsBaseAppShell::OnProcessNextEvent (this=0x2cb72420, thr=0x2bad0380, mayWait=0, recursionDepth=0) at nsBaseAppShell.cpp:296 #124 0x295f3cf7 in nsThread::ProcessNextEvent (this=0x2bad0380, mayWait=1, result=0xbfbfdfd0) at nsThread.cpp:497 #125 0x295981f6 in NS_ProcessNextEvent_P (thread=0x2bad0380, mayWait=1) at nsThreadUtils.cpp:227 #126 0x2942f280 in nsBaseAppShell::Run (this=0x2cb72420) at nsBaseAppShell.cpp:170 #127 0x29130d7b in nsAppStartup::Run (this=0x2cc9ea30) at nsAppStartup.cpp:193 #128 0x2825cac8 in XRE_main (argc=3, argv=0xbfbfe4d4, aAppData=0x2ba06d00) at nsAppRunner.cpp:3298 #129 0x08049099 in main (argc=3, argv=0xbfbfe4d4) at nsBrowserApp.cpp:156 Thread 11 (Thread 2c184a40 (LWP 100257)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2c175860 in ?? () #3 0x00000008 in ?? () #4 0x00000000 in ?? () #5 0x2c175840 in ?? () #6 0xbf9feeac in ?? () #7 0x2bad2594 in ?? () ---Type to continue, or q to quit--- #8 0x00000000 in ?? () #9 0x2a775b14 in ?? () from /lib/libthr.so.3 #10 0x2c175840 in ?? () #11 0x2c184a40 in ?? () #12 0xbf9feec8 in ?? () #13 0x2a771fce in pthread_cond_signal () from /lib/libthr.so.3 Previous frame identical to this frame (corrupt stack?) Thread 10 (Thread 2c184540 (LWP 100258)): #0 0x2a6d18cf in poll () from /lib/libc.so.7 #1 0x29b3132f in PR_Poll () from /usr/local/lib/libplds4.so.1 #2 0x2837aa78 in nsSocketTransportService::Poll (this=0x2c4f7100, wait=1, interval=0xbf8fdda8) at nsSocketTransportService2.cpp:355 #3 0x2837b8b6 in nsSocketTransportService::DoPollIteration (this=0x2c4f7100, wait=1) at nsSocketTransportService2.cpp:660 #4 0x2837bb89 in nsSocketTransportService::OnProcessNextEvent (this=0x2c4f7100, thread=0x2c2ed880, mayWait=1, depth=1) at nsSocketTransportService2.cpp:539 #5 0x295f3cf7 in nsThread::ProcessNextEvent (this=0x2c2ed880, mayWait=1, result=0xbf8fde50) at nsThread.cpp:497 #6 0x295981f6 in NS_ProcessNextEvent_P (thread=0x2c2ed880, mayWait=1) at nsThreadUtils.cpp:227 #7 0x2837c440 in nsSocketTransportService::Run (this=0x2c4f7100) at nsSocketTransportService2.cpp:581 #8 0x295f3e5b in nsThread::ProcessNextEvent (this=0x2c2ed880, mayWait=1, result=0xbf8fdf10) at nsThread.cpp:510 #9 0x295981f6 in NS_ProcessNextEvent_P (thread=0x2c2ed880, mayWait=1) at nsThreadUtils.cpp:227 #10 0x295f4640 in nsThread::ThreadFunc (arg=0x2c2ed880) at nsThread.cpp:254 #11 0x29b3579a in _pt_root () from /usr/local/lib/libplds4.so.1 #12 0x2a76970f in pthread_getprio () from /lib/libthr.so.3 #13 0x00000000 in ?? () Thread 9 (Thread 2c184180 (LWP 100259)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2bacfba0 in ?? () #3 0x00000008 in ?? () #4 0x00000000 in ?? () #5 0x2bacfb80 in ?? () #6 0xbf7fcdbc in ?? () #7 0x29b490bc in __JCR_LIST__ () from /usr/local/lib/libplds4.so.1 #8 0xbf7fcd68 in ?? () #9 0x2a775b14 in ?? () from /lib/libthr.so.3 #10 0x2bacfb80 in ?? () #11 0x2c184180 in ?? () ---Type to continue, or q to quit--- #12 0xbf7fcdd8 in ?? () #13 0x2a771fce in pthread_cond_signal () from /lib/libthr.so.3 Previous frame identical to this frame (corrupt stack?) Thread 8 (Thread 2d21bdc0 (LWP 100272)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2dfd9420 in ?? () #3 0x00000008 in ?? () #4 0x00000001 in ?? () #5 0x2dfd9400 in ?? () #6 0x00000000 in ?? () #7 0x00000000 in ?? () #8 0xbf5faf18 in ?? () #9 0x2a77269f in pthread_setcancelstate () from /lib/libthr.so.3 #10 0x2a771f3e in pthread_cond_signal () from /lib/libthr.so.3 #11 0x2a72a72b in pthread_cond_wait () from /lib/libc.so.7 #12 0x29b2f6a1 in PR_WaitCondVar () from /usr/local/lib/libplds4.so.1 #13 0x29197310 in nsSSLThread::Run (this=0x2dfd1060) at nsSSLThread.cpp:964 #14 0x291960f0 in nsPSMBackgroundThread::nsThreadRunner (arg=0x2dfd1060) at nsPSMBackgroundThread.cpp:44 #15 0x29b3579a in _pt_root () from /usr/local/lib/libplds4.so.1 #16 0x2a76970f in pthread_getprio () from /lib/libthr.so.3 #17 0x00000000 in ?? () Thread 7 (Thread 2d21bc80 (LWP 100302)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2dfd9320 in ?? () #3 0x00000008 in ?? () #4 0x00000001 in ?? () #5 0x2dfd9300 in ?? () #6 0x00000000 in ?? () #7 0x00000000 in ?? () #8 0xbf4f9f18 in ?? () #9 0x2a77269f in pthread_setcancelstate () from /lib/libthr.so.3 #10 0x2a771f3e in pthread_cond_signal () from /lib/libthr.so.3 #11 0x2a72a72b in pthread_cond_wait () from /lib/libc.so.7 #12 0x29b2f6a1 in PR_WaitCondVar () from /usr/local/lib/libplds4.so.1 ---Type to continue, or q to quit--- #13 0x29198d54 in nsCertVerificationThread::Run (this=0x2d21bc80) at nsCertVerificationThread.cpp:138 #14 0x291960f0 in nsPSMBackgroundThread::nsThreadRunner (arg=0x2d213ba0) at nsPSMBackgroundThread.cpp:44 #15 0x29b3579a in _pt_root () from /usr/local/lib/libplds4.so.1 #16 0x2a76970f in pthread_getprio () from /lib/libthr.so.3 #17 0x00000000 in ?? () Thread 6 (Thread 2d21ac40 (LWP 100303)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2e16afa0 in ?? () #3 0x00000008 in ?? () #4 0x00000001 in ?? () #5 0x2e16af80 in ?? () #6 0x00000000 in ?? () #7 0x2e168680 in ?? () #8 0xbf3f8d78 in ?? () #9 0x2a77269f in pthread_setcancelstate () from /lib/libthr.so.3 #10 0x2a771f3e in pthread_cond_signal () from /lib/libthr.so.3 #11 0x2a72a72b in pthread_cond_wait () from /lib/libc.so.7 #12 0x29b2f6a1 in PR_WaitCondVar () from /usr/local/lib/libplds4.so.1 #13 0x29b2f707 in PR_Wait () from /usr/local/lib/libplds4.so.1 #14 0x295f21bb in nsEventQueue::GetEvent (this=0x2e16af80, mayWait=1, result=0xbf3f8ed4) at nsAutoLock.h:340 #15 0x295f3d34 in nsThread::ProcessNextEvent (this=0x2e137c90, mayWait=1, result=0xbf3f8f10) at nsThread.h:112 #16 0x295981f6 in NS_ProcessNextEvent_P (thread=0x2e137c90, mayWait=1) at nsThreadUtils.cpp:227 #17 0x295f4640 in nsThread::ThreadFunc (arg=0x2e137c90) at nsThread.cpp:254 #18 0x29b3579a in _pt_root () from /usr/local/lib/libplds4.so.1 #19 0x2a76970f in pthread_getprio () from /lib/libthr.so.3 #20 0x00000000 in ?? () Thread 5 (Thread 2e494940 (LWP 100304)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2e5c09a0 in ?? () #3 0x00000008 in ?? () #4 0x00000001 in ?? () #5 0x2e5c0980 in ?? () #6 0x00000000 in ?? () ---Type to continue, or q to quit--- #7 0x29b4a020 in zones () from /usr/local/lib/libplds4.so.1 #8 0x2ac9baa4 in ?? () #9 0x2a77269f in pthread_setcancelstate () from /lib/libthr.so.3 #10 0x2a771f3e in pthread_cond_signal () from /lib/libthr.so.3 #11 0x2a72a72b in pthread_cond_wait () from /lib/libc.so.7 #12 0x29b2f6a1 in PR_WaitCondVar () from /usr/local/lib/libplds4.so.1 #13 0x29b2f707 in PR_Wait () from /usr/local/lib/libplds4.so.1 #14 0x295f21bb in nsEventQueue::GetEvent (this=0x2e5c0980, mayWait=1, result=0xbf2f7ed4) at nsAutoLock.h:340 #15 0x295f3d34 in nsThread::ProcessNextEvent (this=0x2e503060, mayWait=1, result=0xbf2f7f10) at nsThread.h:112 #16 0x295981f6 in NS_ProcessNextEvent_P (thread=0x2e503060, mayWait=1) at nsThreadUtils.cpp:227 #17 0x295f4640 in nsThread::ThreadFunc (arg=0x2e503060) at nsThread.cpp:254 #18 0x29b3579a in _pt_root () from /usr/local/lib/libplds4.so.1 #19 0x2a76970f in pthread_getprio () from /lib/libthr.so.3 #20 0x00000000 in ?? () Thread 4 (Thread 2ea79ec0 (LWP 100305)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2c175ee0 in ?? () #3 0x00000008 in ?? () #4 0x00000000 in ?? () #5 0x2c175ec0 in ?? () #6 0xbf0f5e4c in ?? () #7 0x29b4a020 in zones () from /usr/local/lib/libplds4.so.1 #8 0xbf0f5de8 in ?? () #9 0x2a775b14 in ?? () from /lib/libthr.so.3 #10 0x2c175ec0 in ?? () #11 0x2ea79ec0 in ?? () #12 0xbf0f5e68 in ?? () #13 0x2a771fce in pthread_cond_signal () from /lib/libthr.so.3 Previous frame identical to this frame (corrupt stack?) Thread 3 (Thread 2e494080 (LWP 100307)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2ce53520 in ?? () #3 0x00000008 in ?? () #4 0x00000000 in ?? () ---Type to continue, or q to quit--- #5 0x2ce53500 in ?? () #6 0xbeef3d6c in ?? () #7 0x2ccc0d60 in ?? () #8 0x2e9f1a08 in ?? () #9 0x2a775b14 in ?? () from /lib/libthr.so.3 #10 0x2ce53500 in ?? () #11 0x2e494080 in ?? () #12 0xbeef3d88 in ?? () #13 0x2a771fce in pthread_cond_signal () from /lib/libthr.so.3 Previous frame identical to this frame (corrupt stack?) Thread 2 (Thread 2eb12980 (LWP 100271)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2c175ee0 in ?? () #3 0x00000008 in ?? () #4 0x00000000 in ?? () #5 0x2c175ec0 in ?? () #6 0xbecf1e4c in ?? () #7 0x29b4a020 in zones () from /usr/local/lib/libplds4.so.1 #8 0xbecf1de8 in ?? () #9 0x2a775b14 in ?? () from /lib/libthr.so.3 #10 0x2c175ec0 in ?? () #11 0x2eb12980 in ?? () #12 0xbecf1e68 in ?? () #13 0x2a771fce in pthread_cond_signal () from /lib/libthr.so.3 Previous frame identical to this frame (corrupt stack?) Thread 1 (Thread 2d3afb00 (LWP 100306)): #0 0x2a774157 in __error () from /lib/libthr.so.3 #1 0x2a773d38 in __error () from /lib/libthr.so.3 #2 0x2c175ee0 in ?? () #3 0x00000008 in ?? () #4 0x00000000 in ?? () #5 0x2c175ec0 in ?? () #6 0xbebf0e4c in ?? () #7 0x29b4a020 in zones () from /usr/local/lib/libplds4.so.1 #8 0xbebf0de8 in ?? () #9 0x2a775b14 in ?? () from /lib/libthr.so.3 ---Type to continue, or q to quit--- #10 0x2c175ec0 in ?? () #11 0x2d3afb00 in ?? () #12 0xbebf0e68 in ?? () #13 0x2a771fce in pthread_cond_signal () from /lib/libthr.so.3 Previous frame identical to this frame (corrupt stack?) #0 0x2a729617 in kill () from /lib/libc.so.7 (gdb) I have the core file and the unstripped firefox version here for further investigation. Additional optimization is disabled. Please Cc me as I'm did subscribe gnome@. Regards, Lucius From owner-freebsd-gecko@FreeBSD.ORG Sat Jul 11 06:26:50 2009 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6A74106564A for ; Sat, 11 Jul 2009 06:26:50 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7288FC08 for ; Sat, 11 Jul 2009 06:26:49 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id n6B6QmfK045649 for ; Sat, 11 Jul 2009 06:26:48 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id n6B6QhKD045337 for freebsd-gecko@freebsd.org; Sat, 11 Jul 2009 06:26:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 11 Jul 2009 06:26:43 GMT Message-Id: <200907110626.n6B6QhKD045337@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r53 - trunk/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 06:26:51 -0000 Author: beat Date: Sat Jul 11 06:26:42 2009 New Revision: 53 Log: - Remove obsolete check if BIND port was installed with WITH_REPLACE_BASE. These ports used to cause linker errors but this is not longer the case with current BIND ports. Tested with dns/bind9 and dns/bind96. PR: ports/136111 Submitted by: Rob Austein Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sun Jul 5 12:28:25 2009 (r52) +++ trunk/Mk/bsd.gecko.mk Sat Jul 11 06:26:42 2009 (r53) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.11 2009/04/13 01:38:03 marcus Exp $ +# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.12 2009/05/04 19:23:41 miwi Exp $ # $MCom: ports/Mk/bsd.gecko.mk,v 1.10 2009/04/04 19:54:48 marcus Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -532,10 +532,6 @@ @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g ; \ s|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \ ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi # handles mozilla pis scripts. gecko-moz-pis-patch: From owner-freebsd-gecko@FreeBSD.ORG Sat Jul 11 06:33:54 2009 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81B63106564A; Sat, 11 Jul 2009 06:33:54 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 579EC8FC14; Sat, 11 Jul 2009 06:33:54 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (beat@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6B6XsqX085900; Sat, 11 Jul 2009 06:33:54 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6B6Xs7X085896; Sat, 11 Jul 2009 06:33:54 GMT (envelope-from beat) Date: Sat, 11 Jul 2009 06:33:54 GMT Message-Id: <200907110633.n6B6Xs7X085896@freefall.freebsd.org> To: beat@FreeBSD.org, gecko@FreeBSD.org, beat@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/136111: Mk/bsd.gecko.mk PORT_REPLACES_BASE_BIND check causes grautitous failures X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 06:33:54 -0000 Synopsis: Mk/bsd.gecko.mk PORT_REPLACES_BASE_BIND check causes grautitous failures Responsible-Changed-From-To: gecko->beat Responsible-Changed-By: beat Responsible-Changed-When: Sat Jul 11 06:33:53 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136111