Curious; I haven't updated glibc or libstdc++ on my system, and I
didn't get this problem a few weeks back.

--Wez.

On 9/24/05, Dan Scott <[EMAIL PROTECTED]> wrote:
> This problem did not happen in the past on these distros, so I suspect
> that it's actually a recent update to glibc/libstdc++/ld that's
> causing the segfault strace shows libstdc++ getting mmap'ed before
> libgcc_s, and then getting munmap'ed before libgcc_s. (libdb2 is
> compiled from C++, thus the dependency on libstdc++.)
>
> Based on past experiences with FreeBSD 4.6, Andrei and Rasmus
> suggested that the problem may be a defective linker, which seems
> entirely plausible. I'll try compiling PDO + PDO_ODBC (ibm-db2
> flavour) as a shared extension to see if it suffers the same fate.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to