[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Plash] Odd popen behaviour
From: |
Mark Seaborn |
Subject: |
Re: [Plash] Odd popen behaviour |
Date: |
Sun, 16 Jul 2006 11:42:26 +0100 (BST) |
Thomas Leonard <address@hidden> wrote:
> As far as I can see, plash's new_close() function isn't being called.
Yes, this was a problem with libpthread.so, which also exports
close(). The original version of close() was being exported instead
of Plash's new_close(). This problem would be seen with executables
that link with libpthread.so, as python does. I have fixed this in
SVN.
Cheers,
Mark
- Re: [Plash] Odd popen behaviour,
Mark Seaborn <=