Public bug reported:

When trying to logging via mod-auth-mysql on an uptodate Jaunty install,
I get a segmentation fault:

r...@colin:~# export APACHE_RUN_USER=www-data
r...@colin:~# export APACHE_RUN_GROUP=www-data
r...@colin:~# gdb /usr/sbin/apache2
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(no debugging symbols found)
(gdb) run -X
#0  0x00007f30db318c60 in strlen () from /lib/libc.so.6
#1  0x00007f30da52f4ec in mysql_query () from /usr/lib/libmysqlclient_r.so.15
#2  0x00007f30d6af1219 in ?? () from /usr/lib/apache2/modules/mod_auth_mysql.so
#3  0x00007f30d6af17ea in ?? () from /usr/lib/apache2/modules/mod_auth_mysql.so
#4  0x00007f30d6af1fec in mysql_authenticate_basic_user () from 
/usr/lib/apache2/modules/mod_auth_mysql.so
#5  0x00007f30dc104143 in ap_run_check_user_id () from /usr/sbin/apache2
#6  0x00007f30dc106428 in ap_process_request_internal () from /usr/sbin/apache2
#7  0x00007f30dc11a588 in ap_process_request () from /usr/sbin/apache2
#8  0x00007f30dc1173d8 in ?? () from /usr/sbin/apache2
#9  0x00007f30dc110c63 in ap_run_process_connection () from /usr/sbin/apache2
#10 0x00007f30dc11ef06 in ?? () from /usr/sbin/apache2
#11 0x00007f30dc11f236 in ?? () from /usr/sbin/apache2
#12 0x00007f30dc11fd6d in ap_mpm_run () from /usr/sbin/apache2
#13 0x00007f30dc0f560d in main () from /usr/sbin/apache2

The .htacccess file:
AuthType Basic
AuthMySQL_User bugs
AuthMySQL_Password ******
AuthMySQL_DB bugs
AuthMySQL_Host server.localdomain
Auth_MySQL_Password_Table profiles
AuthMySQL_Username_Field login_name
AuthMySQL_Password_Field cryptpassword
Auth_MySQL_Encryption_Types Crypt
AuthBasicAuthoritative Off
AuthUserFile /dev/null

This configuration fetches a login/password from a distant Bugzilla on
another server.

** Affects: mod-auth-mysql (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Crash when logging in
https://bugs.launchpad.net/bugs/364581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to