Date: Thu, 13 Mar 2003 16:57:45 +0100 From: Oliver Schonefeld <oschonef@TechFak.Uni-Bielefeld.DE> To: freebsd-stable@freebsd.org Cc: rnyberg@it.su.se Subject: Re: HEADSUP: XFree86 4.3.0 update Message-ID: <20030313155745.GA15150@mime.TechFak.Uni-Bielefeld.DE> In-Reply-To: <20030313142103.GA85337@murmeldjur.it.su.se> References: <1047429424.8471.40.camel@leguin> <20030313142103.GA85337@murmeldjur.it.su.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Eines schoenen Tages schrieb Richard Nyberg: > The only problems I've had is with xclock and mozilla: > > # xclock -d > Warning: Cannot convert string "" to type XftFont > Segmentation fault (core dumped) > > If run without -d, xclock doesn't segfault but still complains. > > # mozilla > No running window found. > LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] > > mozilla just seem to quit. I've got the same Problems here, besides that I'm using phoenix. Phoenix segfaults during startup, but the signal is trapped somewhere, so you will not see it (maybe you should try ktrace -di mozilla). xclock segfaults somewhere in Xft: (gdb) bt #0 0x18076f5f in XftCharIndex () from /usr/X11R6/lib/libXft.so.2 #1 0x18073b30 in XftTextExtents8 () from /usr/X11R6/lib/libXft.so.2 #2 0x804a110 in XftDrawPicture () #3 0x181b1102 in CallInitialize () from /usr/X11R6/lib/libXt.so.6 #4 0x181b1625 in xtCreate () from /usr/X11R6/lib/libXt.so.6 #5 0x181b1b02 in _XtCreateWidget () from /usr/X11R6/lib/libXt.so.6 #6 0x181b1c27 in XtCreateManagedWidget () from /usr/X11R6/lib/libXt.so.6 #7 0x8049a6c in XftDrawPicture () #8 0x8049716 in XftDrawPicture () So I built phoenix without Xft Support et voila, it runs. Seems like something in Xft is broken .... - Oliver -- -------------------------------------------------------- And remember: "To Infinity And Far Beyond ... Somehow?!" Hi! I'm a .signature virus! Copy me in your ~/.signature to help me spread! <- Save this lifeform ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030313155745.GA15150>