From owner-freebsd-gnome Mon Dec 23 17:37:10 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 EE1C837B401 for ; Mon, 23 Dec 2002 17:37:08 -0800 (PST) Received: from hotmail.com (f61.sea2.hotmail.com [207.68.165.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8F043EDC for ; Mon, 23 Dec 2002 17:37:08 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 23 Dec 2002 17:36:57 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Tue, 24 Dec 2002 01:36:57 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: gnome@freebsd.org Subject: Re: HEADS UP: Nautilus 2 crashing on -CURRENT [FIXED] Date: Mon, 23 Dec 2002 20:36:57 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Dec 2002 01:36:57.0943 (UTC) FILETIME=[F2A0E670:01C2AAEC] 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 >The ABI breakage introduced by the virgin import of gcc-3.2.1 into the >tree has just been fixed. Therefore, everything should be good in >-CURRENT as well as RELENG_5_0. Make sure to rebuild libc with the >corrected version of gcc. Well, I updated the source by CVSup (-CURRENT) and the problem is still exist. I did the buildworld/installworld/kernel, then update ports and update gnome2 from your CVS. After that, I let portupgrade to take care of everything. I tried Nautilus 2.1.5 and crashed at the same thing. ======================================== sysinfo# uname -a FreeBSD sysinfo.mezzweb.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Dec 23 05:52:57 CST 2002 mezz@sysinfo.mezzweb.com:/usr/src/sys/i386/compile/BSDROCKS i386 ======================================== ======================================== sysinfo# cat /usr/src/lib/libc/i386/stdlib/div.S #include __FBSDID("$FreeBSD: src/lib/libc/i386/stdlib/div.S,v 1.10 2002/12/22 06:41:09 kan Exp $"); ENTRY(div) movl 4(%esp),%eax movl 8(%esp),%ecx cdq idiv %ecx movl %eax,4(%esp) movl %edx,8(%esp) ret ======================================== I can see, div.S has been committed yesterday. I tried went to /usr/src/lib/libc and did the make clean ; make all install. The problem is still exist by crashed when Nautilus2 try to view the image. Move from div.S to div.S.bak and delete a line from Makefile.inc seems is the better solution at this moment. Do you have any of suggest what I should do beside delete div.S? Cheers, Mezz _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 3 months FREE*. http://join.msn.com/?page=features/junkmail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_stopmorespam_3mf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message