FS#22066 - [glibc] getaddrinfo assertion triggered without reason
Attached to Project:
Arch Linux
Opened by Mike Massonnet (m8t) - Sunday, 12 December 2010, 09:47 GMT
Last edited by Allan McRae (Allan) - Sunday, 23 January 2011, 23:37 GMT
Opened by Mike Massonnet (m8t) - Sunday, 12 December 2010, 09:47 GMT
Last edited by Allan McRae (Allan) - Sunday, 23 January 2011, 23:37 GMT
|
Details
Hi,
Description: When running "httpd -k start" it always fails to start. Additional info: - apache package version 2.2.17-1 - [2010-12-09 20:52] upgraded glibc (2.12.1-3 -> 2.12.1-4) Apache used to work fine and I believe this update has screwed things up. - /var/log/httpd/error_log: httpd: ../sysdeps/posix/getaddrinfo.c:1466: rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].native == a2_native' failed. Thanks for looking into this, Mike |
This task depends upon
Closed by Allan McRae (Allan)
Sunday, 23 January 2011, 23:37 GMT
Reason for closing: Works for me
Additional comments about closing: If a bug is still there, it is an upstream one. See comments.
Sunday, 23 January 2011, 23:37 GMT
Reason for closing: Works for me
Additional comments about closing: If a bug is still there, it is an upstream one. See comments.
#
# /etc/hosts: static lookup table for host names
#
192.168.0.10 miky # Added by NetworkManager
127.0.0.1 localhost.localdomain localhost
::1 miky localhost6.localdomain6 localhost6
#<ip-address> <hostname.domain.org> <hostname>
127.0.1.1 miky
http://www.sourceware.org/bugzilla/show_bug.cgi?id=9954
I recently updated the packages again and today running the httpd services works again, even by keeping the 127.0.1.1 line in the hosts file.
I can't tell if this was or not related to glibc, Apache is still the same version :(
[2011-01-01 19:02] upgraded glibc (2.12.1-4 -> 2.12.2-1)
Kind Regards