On Saturday 20 September 2003 01:46 am, Martin Pool wrote: > On Fri, 19 Sep 2003 20:32:56 -0500 > > Bob Tanner <[EMAIL PROTECTED]> wrote: > > Compiling arts without distcc works fine. Compiling with distcc and > > gcc(?) segfaults. > > Thanks for the report. > > Could you please try to get a core file from the crash, if you can > reproduce it, and then use gdb to get a backtrace?
I tried getting a gdb backtrace, but I'm not finding a core file. Am I missing something? bash-2.05a-13 $ ulimit -a core file size (blocks, -c) unlimited data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 stack size (kbytes, -s) unlimited cpu time (seconds, -t) unlimited max user processes (-u) 7168 virtual memory (kbytes, -v) unlimited $ make -j10 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../flow -I../../flow -I../../mcop -I../.. -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -I../../libltdl -DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -O2 -O2 -march=i386 -mcpu=i686 -D_GNU_SOURCE -DNDEBUG -O2 -O2 -march=i386 -mcpu=i686 -D_GNU_SOURCE -c `test -f 'gslffttest.c' || echo './'`gslffttest.c make[3]: *** [gslffttest.o] Segmentation fault <snip> $ ls -l core* ls: core*: No such file or directory $ quota Disk quotas for user bob (uid 1501): none And I got 19G of disk space free, I can write to the directory, etc... -- Bob Tanner <[EMAIL PROTECTED]> | Phone : (952)943-8700 http://www.mn-linux.org, Minnesota, Linux | Fax : (952)943-8500 http://www.linuxjustworks.com | Linux Just Works! Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288 __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
