[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problems with nautilus



On Mon, Nov 15, 2004 at 11:17:55PM +0100, Johan Groth wrote:
> Hi,
> I've just installed the gcc-3.4 branch from alioth on a dual Opteron 244. Works well except Nautilus in Gnome which crashes during Gnome's start up phase. I can't start it manually either so I wonder if anyone else has seen this?
> 

Probably BTS #266376, solved in the pure64 repository with:

diff -Naur orbit2-2.10.2/debian/patches/amd64-fix.diff orbit2-2.10.2.pure64/debian/patches/amd64-fix.diff
--- orbit2-2.10.2/debian/patches/amd64-fix.diff	1970-01-01 01:00:00.000000000 +0100
+++ orbit2-2.10.2.pure64/debian/patches/amd64-fix.diff	2004-11-17 11:12:12.164260086 +0100
@@ -0,0 +1,10 @@
+--- src/orb/orb-core/allocators.c.old	2004-08-23 13:28:59.655571630 +0200
++++ src/orb/orb-core/allocators.c	2004-08-23 13:29:41.717608111 +0200
+@@ -59,6 +59,7 @@
+ 	}
+ 	case CORBA_tk_except:
+ 	case CORBA_tk_struct:
++		mem = ALIGN_ADDRESS (mem, tc->c_align);
+ 		for (i = 0; i < tc->sub_parts; i++) {
+ 			subtc = tc->subtypes [i];
+ 			mem = ALIGN_ADDRESS (mem, subtc->c_align);



However, not in the gcc-3.4 repository...  Andreas?  Please?  :-)

-ukh



Reply to: