Bug#305302: apache2: segfaults when a websvn repository URL is accessed

2005-04-19 Thread Adam Conrad
Robin wrote: zif_mb_detect_encoding () from /usr/lib/apache2/modules/libphp4.so Certain multibyte functions are known to be less than reliable in the 4.3 branch, unfortunately. I'll look into this a bit later, but until then, this simple patch to /usr/share/websvn/include/svnlook.inc should

Bug#305302: apache2: segfaults when a websvn repository URL is accessed

2005-04-19 Thread Robin
On Tue, 19 Apr 2005 18:52, Adam Conrad wrote: branch, unfortunately. I'll look into this a bit later, but until then, this simple patch to /usr/share/websvn/include/svnlook.inc should make everything all better again: This patch makes websvn work again, which is a good stopgap. Thank you! --

Bug#305302: apache2: segfaults when a websvn repository URL is accessed

2005-04-18 Thread robin
Package: apache2 Version: 2.0.53-5 Severity: normal I have apache2 installed along with PHP and WebSVN (all from testing). Currently, when I access a websvn URL, the apache instance crashes with a segmentation fault. Example URL that currently dies:

Bug#305302: apache2: segfaults when a websvn repository URL is accessed

2005-04-18 Thread Adam Conrad
robin wrote: I have apache2 installed along with PHP and WebSVN (all from testing). Currently, when I access a websvn URL, the apache instance crashes with a segmentation fault. And what versions of libapache2-mod-php4 and websvn do you have installed? If you upgrade everything to unstable

Bug#305302: apache2: segfaults when a websvn repository URL is accessed

2005-04-18 Thread Adam Conrad
reassign 305302 php4 thanks Robin wrote: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1079495520 (LWP 10557)] 0x406f2470 in mbfl_filt_conv_wchar_ascii () from /usr/lib/apache2/modules/libphp4.so A full backtrace would be nice (type bt after the SEGV). ... Adam

Bug#305302: apache2: segfaults when a websvn repository URL is accessed

2005-04-18 Thread Robin
On Tue, 19 Apr 2005 16:44, Adam Conrad wrote: And what versions of libapache2-mod-php4 and websvn do you have installed? If you upgrade everything to unstable versions (if you upgrade apache2 and happen to use suexec, watch out for bug #305242, which I'm uploading a fix for right now) does

Bug#305302: apache2: segfaults when a websvn repository URL is accessed

2005-04-18 Thread Robin
On Tue, 19 Apr 2005 17:13, Adam Conrad wrote: A full backtrace would be nice (type bt after the SEGV). Oops, sorry: #0 0x406f2470 in mbfl_filt_conv_wchar_ascii () from /usr/lib/apache2/modules/libphp4.so #1 0x406fc652 in mbfl_identify_encoding () from /usr/lib/apache2/modules/libphp4.so