[Bug 50592] httpd dumps core on an IPv6 only system

2018-03-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=50592

Christophe JAILLET  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #9 from Christophe JAILLET  ---
This is part of apache 2.3.14.

Closing because 2.2 is EOL since 2017-07-11

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-07-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

Stefan Fritsch  changed:

   What|Removed |Added

   Keywords||FixedInTrunk

--- Comment #8 from Stefan Fritsch  2011-07-13 19:21:35 UTC 
---
Commited to trunk in r1146256

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

--- Comment #7 from 2510  2011-07-05 11:45:11 UTC 
---
Created attachment 27255
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27255
patch for IPv6 only systems (replacing APR_INET by APR_UNSPEC, refer comment
#6)

(In reply to comment #6)
> Thanks for the patch.
> 
> I am not sure why that code needs to use a specific address family.  Can you
> check it also works if you change the APR_INET to APR_UNSPEC, instead of your
> patch to fall back on _INET6?

Thanks. It works fine with only changing APR_INET to APR_UNSPEC.
I agree with you, there are no need to specify any address families, I think.

Attached the tested patch.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

--- Comment #6 from Joe Orton  2011-07-05 10:08:22 UTC ---
Thanks for the patch.

I am not sure why that code needs to use a specific address family.  Can you
check it also works if you change the APR_INET to APR_UNSPEC, instead of your
patch to fall back on _INET6?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-07-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

--- Comment #5 from Frank Volf  2011-07-02 09:41:37 UTC ---
(In reply to comment #4)
> Created attachment 27206 [details]
> patch for IPv6 only systems
> 
> Same problem on FreeBSD 8.2-RELEASE with IPv6 only jails.
> Patch for httpd-2.2.19 attached.

I confirm that this patch solves my problem. HTTPD now starts and seems to run
normal.

Please include in the next release of apache!

Many thanks,

Frank

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

--- Comment #4 from r...@linkage.white-void.net 2011-06-25 14:45:00 UTC ---
Created attachment 27206
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27206
patch for IPv6 only systems

Same problem on FreeBSD 8.2-RELEASE with IPv6 only jails.
Patch for httpd-2.2.19 attached.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

--- Comment #3 from m8r-3mye...@thisisnotmyrealemail.com 2011-06-06 19:09:05 
UTC ---
Has this been investigated at all? This issue still exists in 2.2.19, tested on
FreeBSD 7.4-RELEASE-p2 in an IPv6 only jail. Configuring the jail with an IPv4
address as well allows Apache to start. My expected behavior is that Apache
actually starts, it should have no reason not to.

Output of -V for me:

Server version: Apache/2.2.19 (Unix)
Server built:   Jun  6 2011 12:56:46
Server's Module Magic Number: 20051115:28
Server loaded:  APR 1.4.5, APR-Util 1.3.12
Compiled using: APR 1.4.5, APR-Util 1.3.12
Architecture:   32-bit
Server MPM: Prefork
  threaded: no
forked: yes (variable process count)
Server compiled with
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_FLOCK_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/usr/local/www"
 -D SUEXEC_BIN="/usr/local/www/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

Nick Kew  changed:

   What|Removed |Added

   Keywords|FixedInTrunk|

--- Comment #2 from Nick Kew  2011-01-15 23:28:23 EST ---
Hmm, actually I'd better not mark my patch as a fix, as you suggest a
possibly-better fix.  I won't attempt that unless I can reproduce the behaviour
to test a fix.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



DO NOT REPLY [Bug 50592] httpd dumps core on an IPv6 only system

2011-01-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50592

Nick Kew  changed:

   What|Removed |Added

   Keywords||FixedInTrunk

--- Comment #1 from Nick Kew  2011-01-15 23:23:48 EST ---
Trunk fix in r1059472 to exit cleanly with an error message on failure.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org