From owner-freebsd-ports Tue Mar 11 1:55:36 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8C737B405 for ; Tue, 11 Mar 2003 01:55:31 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF8543FA3 for ; Tue, 11 Mar 2003 01:55:30 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.8/8.12.8) with ESMTP id h2B9tSXv001266 for ; Tue, 11 Mar 2003 10:55:28 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.8/8.12.8/Submit) id h2B9tSV5001265 for freebsd-ports@freebsd.org; Tue, 11 Mar 2003 10:55:28 +0100 (CET) Date: Tue, 11 Mar 2003 10:55:28 +0100 From: Stijn Hoop To: freebsd-ports@freebsd.org Subject: phoenix crash on -CURRENT Message-ID: <20030311095528.GA560@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --CUfgB8w4ZwR/yMy5 Content-Type: multipart/mixed; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, my freshly built phoenix gets a SIGSEGV on startup, without even showing a window. Attached is the result of a gdb 'bt' command when starting phoenix with the -g switch (copy & pasted). Anyone have a clue, or have phoenix working on -CURRENT? Could it be a font problem? (I'm trying to avoid installing the 100dpi fonts as I think they are plain ugly, so I have only misc & bitstream-vera fonts installed for now). uname: FreeBSD 5.0-CURRENT #1: Thu Mar 6 10:54:17 CET 2003 phoenix-0.5_4 Thanks, --Stijn --=20 MY HATE OF D02 KNOW NO LIMIT -- A Silent Wail, http://forum.rpg.net/showthread.php?s=3D&threadid=3D31914 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="phoenix-crash.log" Program received signal SIGSEGV, Segmentation fault. 0x29615aac in nsHTMLReflowState::UseComputedHeight() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so (gdb) bt #0 0x29615aac in nsHTMLReflowState::UseComputedHeight() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #1 0x29615bf2 in nsHTMLReflowState::UseComputedHeight() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #2 0x29615ce1 in nsHTMLReflowState::CalcLineHeight(nsIPresContext*, nsIRenderingContext*, nsIFrame*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #3 0x295f6f40 in nsBlockReflowState::nsBlockReflowState(nsHTMLReflowState const&, nsIPresContext*, nsBlockFrame*, nsHTMLReflowMetrics const&, int) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #4 0x295ecdbc in nsBlockFrame::Reflow(nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #5 0x295fd45c in nsContainerFrame::ReflowChild(nsIFrame*, nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #6 0x2961199b in CanvasFrame::Reflow(nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #7 0x296f5f12 in nsBoxToBlockAdaptor::Reflow(nsBoxLayoutState&, nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&, int, int, int, int, int) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #8 0x296f5b08 in nsBoxToBlockAdaptor::DoLayout(nsBoxLayoutState&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #9 0x296f2400 in nsBox::Layout(nsBoxLayoutState&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #10 0x296e6776 in nsScrollBoxFrame::DoLayout(nsBoxLayoutState&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #11 0x296f2400 in nsBox::Layout(nsBoxLayoutState&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #12 0x296f82ec in nsContainerBox::LayoutChildAt(nsBoxLayoutState&, nsIBox*, nsRect const&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #13 0x2960de7d in nsGfxScrollFrameInner::LayoutBox(nsBoxLayoutState&, nsIBox*, nsRect const&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #14 0x2960e16f in nsGfxScrollFrameInner::Layout(nsBoxLayoutState&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #15 0x2960dedb in nsGfxScrollFrame::DoLayout(nsBoxLayoutState&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #16 0x296f2400 in nsBox::Layout(nsBoxLayoutState&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #17 0x2970756b in nsBoxFrame::Reflow(nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #18 0x2960d0b2 in nsGfxScrollFrame::Reflow(nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #19 0x295fd45c in nsContainerFrame::ReflowChild(nsIFrame*, nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned, unsigned&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #20 0x2965dfde in ViewportFrame::Reflow(nsIPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #21 0x2963ebbd in PresShell::InitialReflow(int, int) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgklayout.so #22 0x292f4441 in HTMLContentSink::StartLayout() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgkcontent.so #23 0x292f2099 in HTMLContentSink::OpenBody(nsIParserNode const&) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libgkcontent.so #24 0x28b31a94 in CNavDTD::OpenBody(nsCParserNode const*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #25 0x28b31e12 in CNavDTD::OpenContainer(nsCParserNode const*, nsHTMLTag, int, nsEntryStack*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #26 0x28b2e64c in CNavDTD::HandleDefaultStartToken(CToken*, nsHTMLTag, nsCParserNode*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #27 0x28b2f4f9 in CNavDTD::HandleStartToken(CToken*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #28 0x28b2da2f in CNavDTD::HandleToken(CToken*, nsIParser*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #29 0x28b2ce0c in CNavDTD::BuildModel(nsIParser*, nsITokenizer*, nsITokenObserver*, nsIContentSink*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #30 0x28b45ba1 in nsParser::BuildModel() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #31 0x28b458cd in nsParser::ResumeParse(int, int, int) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #32 0x28b475a8 in nsParser::OnDataAvailable(nsIRequest*, nsISupports*, nsIInputStream*, unsigned, unsigned) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libhtmlpars.so #33 0x28a098fd in nsDocumentOpenInfo::OnDataAvailable(nsIRequest*, nsISupports*, nsIInputStream*, unsigned, unsigned) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/liburiloader.so #34 0x2892f5a7 in nsStreamIOChannel::OnDataAvailable(nsIRequest*, nsISupports*, nsIInputStream*, unsigned, unsigned) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libnecko.so #35 0x2894ed99 in nsOnDataAvailableEvent::HandleEvent() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libnecko.so #36 0x289384a9 in nsARequestObserverEvent::HandlePLEvent(PLEvent*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libnecko.so #37 0x281c97b7 in PL_HandleEvent () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/libxpcom.so #38 0x281c9cc1 in PL_ProcessEventsBeforeID () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/libxpcom.so #39 0x29037856 in processQueue(void*, void*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libwidget_gtk.so #40 0x2818dde1 in nsVoidArray::EnumerateForwards(int (*)(void*, void*), void*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/libxpcom.so #41 0x290378ae in nsAppShell::ProcessBeforeID(unsigned long) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libwidget_gtk.so #42 0x2904100b in handle_gdk_event(_GdkEvent*, void*) () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libwidget_gtk.so #43 0x283b588c in gdk_event_dispatch () from /usr/X11R6/lib/libgdk12.so.2 #44 0x283e93ba in g_main_dispatch () from /usr/local/lib/libglib12.so.3 #45 0x283e997e in g_main_iterate () from /usr/local/lib/libglib12.so.3 #46 0x283e9b64 in g_main_run () from /usr/local/lib/libglib12.so.3 #47 0x282f25b7 in gtk_main () from /usr/X11R6/lib/libgtk12.so.2 #48 0x29037516 in nsAppShell::Run() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libwidget_gtk.so #49 0x29a6b904 in nsAppShellService::Run() () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/components/libnsappshell.so #50 0x080526f7 in getCountry(nsAString const&, nsAString&) () #51 0x08053128 in xre_main(int, char**, nsXREAppData const&) () #52 0x0804dace in main () #53 0x0804d975 in _start () --tThc/1wpZn/ma/RB-- --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+bbKQY3r/tLQmfWcRAhXUAJ9RGJdzxD+ARMtIQCPrHxoiz9btOgCfe3fp dr4vSU94jgyAsSTKGDiyweA= =eSvI -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message