"Juan Manuel Cardenas Talavera" <[EMAIL PROTECTED]> wrote:
> Package: coreutils
> Version: 5.97-5.1
>
> trying to use rm as a normal user or root this is the message:
>
> cardenas:~/Desktop# rm
> Segmentation fault
...

I'm using nearly identical tools, yet don't see a problem.
One difference: for me, libc6 is slightly newer 2.3.6.ds1-8
Also, my CPU is an AMD: kernel version is 2.6.18-1-amd64
When I strace the same command, I get mmap (not mmap2) calls,
and I see no set_thread_area call here.  But I believe those
differences are irrelevant.

What locale are you using?
Does it still fail if you run it like this:

env LC_ALL=C /bin/rm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to