[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ls segfault - coreutils-6.5
From: |
Greg Schafer |
Subject: |
ls segfault - coreutils-6.5 |
Date: |
Mon, 20 Nov 2006 13:30:06 +1100 |
User-agent: |
Mutt/1.4.2.1i |
Hi,
I'm seeing `ls' from 6.5 crash whereas 6.4 was fine.
This is on i686-pc-linux-gnu, with gcc-4.0.3 and glibc-2.3.6.
Admnittedly, this is an unusual situation in that it's inside an almost
empty chroot environment before everything is sane ie: it's part of my
"bootstrap a whole new world" procedure. Here is a backtrace. Hope it helps:
(gdb) bt
#0 0xb7e7ceb3 in strlen () from /temptools/lib/libc.so.6
#1 0x08053265 in getgroup (gid=0) at idcache.c:146
#2 0x0804c1ba in gobble_file (name=0xbfb5fe9b "/", type=unknown, inode=0,
command_line_arg=true, dirname=<value optimized out>) at ls.c:3314
#3 0x0804e81a in main (argc=2, argv=0xbfb5f8f4) at ls.c:1251
Regards
Greg