bug#84: [kernel] bug#84: 'strace -f -o /tmp/gg fakeroot date' fails
None
X-PA-RISC Linux-PR-Message: report 84
X-PA-RISC Linux-PR-Package: kernel
X-Loop: daniel_frazier@hp.com
Received: via spool by 84-bugs@bugs.parisc-linux.org id=B84.98528156818714
(code B ref 84); Thu, 22 Mar 2001 17:33:01 GMT
To: Richard Hirst <rhirst@linuxcare.com>
Cc: 84@bugs.parisc-linux.org
In-Reply-To: Your message of "Wed, 21 Mar 2001 00:20:42 GMT."
<20010321002042.D16569@linuxcare.com>
References: <20010321002042.D16569@linuxcare.com>
Date: Thu, 22 Mar 2001 10:19:26 -0700
From: Paul Bame <bame@fc.hp.com>
Message-Id: <E14g8kA-0003Cm-00@noam.fc.hp.com>
=
= Can you try the patch in this message please:
=
= http://lists.parisc-linux.org/pipermail/parisc-linux/2001-March/012016.html
=
With that patch, on a 32-bit kernel (where fakeroot works normally):
strace -o /tmp/gg fakeroot date
hangs while
strace -o /tmp/gg date
works and
fakeroot date
works.
Adding the '-f' option to strace causes the message:
$ strace -o /tmp/gg -f fakeroot date
Process 2785 attached
PANIC: attached pid 2785 exited
[hangs here]
But the former segfault is gone at least.