From owner-freebsd-gnome Fri Dec 20 20:33:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D80B37B401 for ; Fri, 20 Dec 2002 20:33:58 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C8E043F46 for ; Fri, 20 Dec 2002 20:33:57 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBL4Wm3a071995 for ; Fri, 20 Dec 2002 23:32:48 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: HEADS UP: Nautilus 2 crashing on -CURRENT [FIXED] From: Joe Marcus Clarke To: gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fenHe4nMBZEIlnPL1db8" Organization: FreeBSD, Inc. Message-Id: <1040445231.29101.37.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 20 Dec 2002 23:33:52 -0500 X-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,NOSPAM_INC,PGP_SIGNATURE_2,SPAM_PHRASE_00_01 version=2.43 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-fenHe4nMBZEIlnPL1db8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I found the problem with Nautilus 2 on -CURRENT thanks to remote access given by Mezz. However, my temporary solution kind of sucks. The problem looks like an issue with gcc-3.2.1, and the code produced when div.S is compiled on i386 (the problem is NOT with CPUTYPE as I had initially suspected). Basically, any call to div() is screwed. Nautilus just happens to do this when scaling pixbufs. Therefore, you get a pixbuf full of garbage, and Nautilus dies. I've sent email to current@, and I plan to get the GCC people involved. For the time being, you can workaround this by compiling the MI version of div(), div.c. To do this, do the following: * Edit /usr/src/lib/libc/i386/stdlib/Makefile.inc, and remove div.S from the list of MDSRCS * Move /usr/src/lib/libc/i386/stdlib/div.S to div.S.bak * Recompile libc by going to /usr/src/lib/libc, and issuing a make clean ; make all install Afterward, Nautilus should be better behaved. I hope a real solution to this problem can be found before 5.0-RELEASE. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-fenHe4nMBZEIlnPL1db8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+A+8vb2iPiv4Uz4cRApfYAJ4/DlK5DHS+BVLOCCDmKsQZJ3tqPwCgqqPP IGMKBKakje/JK6B+6IJC8vE= =S0s+ -----END PGP SIGNATURE----- --=-fenHe4nMBZEIlnPL1db8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message