Follow-up Comment #1, bug #23603 (project gnustep): Oh great the stuff I liked to post is gone. So again. System Intel 64-bit dual core Linux fvl 2.6.22 # gcc -vgcc -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libmudflap --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.2.3 (Debian 4.2.3-3)
Update all the sources from the Subversion tree and re-installed make, base, gui, back. then I can compile ProjectCenter, howerver on start it simply crashes: This GDB was configured as "x86_64-linux-gnu"... (gdb) run Starting program: /home/local/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter [Thread debugging using libthread_db enabled] [New Thread 0x2b337995a5e0 (LWP 11864)] 2008-06-16 12:03:15.192 ProjectCenter[11864] The font specified for NSFont, Helvetica, can't be found. 2008-06-16 12:03:15.204 ProjectCenter[11864] The font specified for NSFont, Helvetica, can't be found. 2008-06-16 12:03:15.220 ProjectCenter[11864] The font specified for NSUserFixedPitchFont, Courier, can't be found. 2008-06-16 12:03:15.227 ProjectCenter[11864] The font specified for NSFont, Helvetica, can't be found. 2008-06-16 12:03:15.228 ProjectCenter[11864] The font specified for NSBoldFont, Helvetica-Bold, can't be found. 2008-06-16 12:03:15.234 ProjectCenter[11864] The font specified for NSFont, Helvetica, can't be found. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x2b337995a5e0 (LWP 11864)] 0x0000000000c84fb8 in ?? () (gdb) There's no more information, just another crash in gdb if ones tries to use it: GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (gdb) b main Breakpoint 1 at 0x4082af: file ProjectCenter_main.m, line 28. (gdb) run Starting program: /home/local/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter [0] cancel [1] all [2] -[NSThread main] at NSThread.m:708 [3] main at ProjectCenter_main.m:28 > 1 /tmp/buildd/gdb-6.8/gdb/breakpoint.c:7292: internal-error: breakpoint_re_set_one: Assertion `sals.nelts == 1' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) So some pointers seem to really run amok. Regards Friedrich _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?23603> _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnustep
