On Mon, Jun 29, 2009 at 3:56 PM, Thomas Maier<[email protected]> wrote: > I hope it's what you've expected.
Yes. And feared :) because that means that either your problem is different or that my patch isn't sufficient to fix this. OK, time to do some experiments: is a simple hello-world script similarly affected, e.g. $ pp -o hello -e 'print "hello, world\n"' In that case, can you run it under strace on the machine where it fails: $ strace -f -o hello.strace -e trace=file,process ./hello and send me the zipped hello.strace (probably to large to post to the list). Cheers, Roderich
