Date: 07/29/01
- Next message: Heikki Korpela: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Previous message: Phil Driscoll: "Re: [PHP-DEV] Proposal"
- In reply to: troels <email protected>: "[PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Next in thread: Heikki Korpela: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Reply: Heikki Korpela: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Reply: Ramsi Sras: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysqlor imap"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 28 Jul 2001 troels <email protected> wrote:
> Recode versions tested: 3.5d, 3.6.
> PHP versions tested: 4.0.6.
I'd like to add Apache 1.3.19 on OpenBSD-current (i386) with PHP 4.0.6,
recode 3.6 and mysql 3.23.40 (non-bundled) to platforms affected.
Recode and MySQL work just fine (i.e., they are actually functional,
not merely loaded) with mysql first in loaded modules, but crash when
recode is loaded first.
#0 0x9706374 in ?? ()
#1 0x40476a16 in ?? () from /usr/local/lib/librecode.so.0.0
#2 0x40478dd0 in ?? () from /usr/local/lib/librecode.so.0.0
#3 0x40479523 in ?? () from /usr/local/lib/librecode.so.0.0
#4 0x403bd6a9 in ?? () from /usr/local/lib/php/20001222/librecode.so
#5 0x401d9e94 in ?? () from /usr/lib/apache/modules/libphp4.so
#6 0x4018eae0 in ?? () from /usr/lib/apache/modules/libphp4.so
#7 0x40163191 in ?? () from /usr/lib/apache/modules/libphp4.so
#8 0x4018e8e9 in ?? () from /usr/lib/apache/modules/libphp4.so
#9 0x4018b776 in ?? () from /usr/lib/apache/modules/libphp4.so
#10 0x401889e2 in ?? () from /usr/lib/apache/modules/libphp4.so
#11 0x73aa in ap_init_modules ()
#12 0x1419c in main ()
Configure line:
./configure --with-apxs=/usr/sbin/apxs \
--with-config-file-path=/var/www/conf --enable-calendar \
--enable-bcmath --enable-trans-sid --with-yp --with-pcre-regex \
--enable-ftp --with-xml --with-openssl --with-zlib \
--enable-sysvsem --enable-sysvshm --enable-inline-optimization \
--disable-debug --without-curl --without-gdbm
--without-gettext --without-imap --without-ldap \
--without-mcrypt --without-mhash --without-mm \
--with-recode=shared --without-snmp --without-gd \
--without-pdflib --disable-dbase --disable-filepro \
--with-mysql=shared,/usr/local --without-pgsql \
--without-iodbc --prefix=/usr/local --sysconfdir=/etc
--
<---------------------------------------------------------------------->
Heikki Korpela -- heko <email protected> -- http://iki.fi/heko/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Heikki Korpela: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Previous message: Phil Driscoll: "Re: [PHP-DEV] Proposal"
- In reply to: troels <email protected>: "[PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Next in thread: Heikki Korpela: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Reply: Heikki Korpela: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysql or imap"
- Reply: Ramsi Sras: "Re: [PHP-DEV] Bug #12450: Segfaults if recode is loaded after mysqlor imap"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

