public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.15-rc1-mm2 breaks strace
@ 2005-11-18 21:40 Bernhard Rosenkraenzer
  2005-11-18 22:37 ` Jiri Slaby
  2005-11-18 23:00 ` Badari Pulavarty
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Rosenkraenzer @ 2005-11-18 21:40 UTC (permalink / raw)
  To: linux-kernel, akpm

2.6.15-rc1-mm2 works nicely here, aside from the artsd stuff someone else 
already reported, and an new issue with strace (last known working: 
2.6.14-mm2)

[bero@localhost bero]$ strace ls
execve("/bin/ls", ["ls"], [/* 33 vars */]) = 0
Segmentation fault
[ls output without any traces beyond execve-ing ls displayed here]

Also interesting:
[bero@localhost bero]$ strace strace ls
execve("/usr/bin/strace", ["strace", "ls"], [/* 20 vars */]) = 0
Segmentation fault
execve("/bin/ls", ["ls"], [/* 20 vars */]) = 0
[ls output without any traces displayed here]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-18 23:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-18 21:40 2.6.15-rc1-mm2 breaks strace Bernhard Rosenkraenzer
2005-11-18 22:37 ` Jiri Slaby
2005-11-18 23:00 ` Badari Pulavarty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox