DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37051>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37051 ------- Additional Comments From [EMAIL PROTECTED] 2005-10-13 14:06 ------- I think I need some debugging information from you since I do not have a 64 Bit system at hand. For debugging httpd with gdb please have a look at http://httpd.apache.org/dev/debugging.html Please keep in mind to recompile your httpd with gcc and -O2 -g instead of -O3 in this case. You should set a breakpoint at ssl_engine_init.c:1039 via break ssl_engine_init.c:1039 After httpd stopped at this point please issue print key Background: I think that key = apr_psprintf(p, "%pA:%u", &s->addrs->host_addr, s->addrs->host_port); in line 1037-1038 of ssl_engine_init.c do not deliver different results for the different virtual host, because apr_psprintf might not correctly format 64 Bit pointers. BTW: Some APR guys listening? Could you guys give a hint on that theory? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
