Bug#362192: bus error in autogsdoc on some architectures

2006-04-21 Thread Jurij Smakov
Hi, On sparc this clearly looks like an alignment problem. The decode() function mentioned in the backtrace above is supposed to do the right thing depending on whether alignment on word boundary for ints is required. The need for such alignment is tested during 'configure' run and is recorde

Bug#362192: bus error in autogsdoc on some architectures

2006-04-22 Thread Hubert Chan
On Fri, 21 Apr 2006 20:33:07 -0700 (PDT), Jurij Smakov said: > Hi, On sparc this clearly looks like an alignment problem. The > decode() function mentioned in the backtrace above is supposed to do > the right thing depending on whether alignment on word boundary for > ints is required. The need fo

Bug#362192: bus error in autogsdoc on some architectures

2006-04-22 Thread Jurij Smakov
On Sat, 22 Apr 2006, Hubert Chan wrote: Can you try using the attached file as config/config.align.c? I've just added a call to "puts" to force the compiler to not optimize out the assignments. (Fortunately, the compiler isn't smart enough to know that the assignments are still useless.) I t

Bug#362192: bus error in autogsdoc on some architectures

2006-04-18 Thread Jurij Smakov
Hi, I was able to track this failure down to /usr/lib/GNUstep/System/Tools/gdnc: [EMAIL PROTECTED]:~$ /usr/lib/GNUstep/System/Tools/gdnc Bus error [EMAIL PROTECTED]:~$ After rebuilding gnustep-base with debugging symbols, gdb produced the following stack trace: (gdb) run Starting program: /u