From kfm-devel Wed Mar 29 12:58:49 2000 From: ahlbrink () uos ! de Date: Wed, 29 Mar 2000 12:58:49 +0000 To: kfm-devel Subject: Bug#2908: konqi core dumped upon opening php3-file with authentication X-MARC-Message: https://marc.info/?l=kfm-devel&m=95433504113645 Package: konqueror Version: 1.9.0 (KDE Almost 2.0 Alpha) Severity: normal When I opened a php3 page which requires authentication (mysql-login with phpMyAdmin), konqueror core dumped: [kde2@trine kde2]$ gdb -core core ... This GDB was configured as "i386-redhat-linux". Core was generated by `kdeinit: kio_http '. Program terminated with signal 6, Abgebrochen. #0 0x40c36d41 in ?? () (gdb) quit But a basic php3 page with code like works - as expected.