Package: make
Version: 3.80-9
- Error message:
> make clean
Segmentation fault
Makefile contents:
----
config.h: $(wildcard */xxxx)
echo hmm
----
(no such directory/file as */xxxx or config.h exists)
Package: libc6
Version: 2.3.2.ds1-22
uname -a:
Linux s-inf-pc92 2.4.29 #1 Thu Feb 24 17:03:56 EET 2005 i686 GNU/Linux
Likely reason: too many files in the current (reiserfs) directory:
> ls|wc
133375 133375 6594710
Backtrace:
[EMAIL PROTECTED] 139 ~/work/x264-qpdance-test15> gdb y/make-3.80/make
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...Using host libthread_db library
"/lib/libthread_db.so.1".
(gdb) set args clean
(gdb) run
Starting program: /home/tuukkat/work/x264-qpdance-test15/y/make-3.80/make
clean
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 12473)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 12473)]
0x40172f95 in thread_self () from /lib/libpthread.so.0
(gdb) bt
#0 0x40172f95 in thread_self () from /lib/libpthread.so.0
#1 0x40172f58 in __pthread_internal_tsd_get () from /lib/libpthread.so.0
#2 0x400e6d0d in glob64 () from /lib/libc.so.6
#3 0x400e943d in fnmatch () from /lib/libc.so.6
#4 0x400e371c in globfree64 () from /lib/libc.so.6
#5 0x400e2d1d in glob64 () from /lib/libc.so.6
#6 0x400e29cb in glob64 () from /lib/libc.so.6
#7 0x400e29cb in glob64 () from /lib/libc.so.6
#8 0x400e29cb in glob64 () from /lib/libc.so.6
#9 0x0805dcdc in multi_glob (chain=0x89a1250, size=8) at read.c:3028
#10 0x0804f9b3 in string_glob (line=0x89a1dd4 "") at function.c:354
#11 0x080511ea in func_wildcard (o=0x89a14b3 "$(wildcard .svn/entries
*/.svn/entries */*/.svn/entries)", argv=0xbfffd800,
funcname=0x806723f "wildcard") at function.c:1264
#12 0x080516be in expand_builtin_function (o=0x89a14b3 "$(wildcard
.svn/entries */.svn/entries */*/.svn/entries)", argc=1,
argv=0xbfffd800, entry_p=0x806c080) at function.c:1874
#13 0x08051906 in handle_function (op=0xbfffd8dc, stringp=0xbfffd8d8) at
function.c:1974
#14 0x0804ce71 in variable_expand_string (line=0x89a14b2 " $(wildcard
.svn/entries */.svn/entries */*/.svn/entries)",
string=0x8075069 " $(wildcard .svn/entries */.svn/entries
*/*/.svn/entries)", length=-1) at expand.c:235
#15 0x0805adba in eval (ebuf=0xbfffda40, set_default=1) at read.c:1068
#16 0x08059928 in eval_makefile (filename=0x80746c8 "Makefile", flags=0) at
read.c:379
#17 0x08059561 in read_all_makefiles (makefiles=0x0) at read.c:240
#18 0x08056159 in main (argc=2, argv=0xbffff424, envp=0xbffff430) at
main.c:1444
(gdb)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]