On Sat, 9 Dec 2006 17:36:38 -0800 Steve Langasek <[EMAIL PROTECTED]> wrote:
> Ok, unfortunately this backtrace isn't sufficient to track down the > bug, due to a lack of debugging symbols in php5-odbc. Could you > try rebuilding php5 with DEB_BUILD_OPTIONS=nostrip and see if that > helps get a more precise backtrace? > If you aren't able to, perhaps one of the other php maintainers > could help with this. I didn't have any chance to test on sid and I'm reasonably ignorant about Debian sysadmin tasks to avoid damages to a reasonably working workstation to overwrite php with a self compiled one. Anyway I got struck by a similar problem with sybase_* on sarge [i386]. The common link may be FreeTDS (I notice you're also the maintainer of freetds). Infact using sqsh I experience the same problem. One problem seems related to datetime fields. Even a simple: select top 1 datetimefield from table; *always* end up in a segfault. Another problem seems related to large dataset returned. It is more frequent if a single record is large rather than if there are many recordsets returned. I still didn't succeed to make this problem completely reproducible and I haven't quantified "large". This problem seems sporadic. thx -- Ivan Sergio Borgonovo http://www.webthatworks.it -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

