You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/03/04 07:51:54 UTC

DO NOT REPLY [Bug 38848] - httpd -X option broken

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=38848>.
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=38848





------- Additional Comments From sander@temme.net  2006-03-04 07:51 -------
FWIW I'm seeing the same thing on Darwin on my Powerbook. 

Control-C (which I think sends a SIGINT) also doesn't give me a reaction. It's as if we go through the 
trouble of ignoring the signals (default for most signals is to terminate the program), but don't register 
handlers when in -X mode. 

Interestingly, httpd reacts to ^C when run under -X. Maybe gdb plants its own handler? 

Trunk is also affected. 

Some notes on checking out the development trunk at http://httpd.apache.org/dev/devnotes.html . 

In short, you get the latest and greatest as follows: 

$ svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk httpd-trunk 
$ cd httpd-trunk/srclib/apr
$ svn co http://svn.apache.org/repos/asf/apr/apr/trunk apr
$ svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk apr-util

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org