| Anonymous | Login | Signup for a new account | 11-10-2008 12:11 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003334 | [BusyBox] Other | minor | always | 05-16-08 02:21 | 05-18-08 08:15 | ||||
| Reporter | opalenzuela | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0003334: Segfault with httpd with -v (1.10.2) | ||||||||
| Description | I get a segmentation fault when the httpd is loaded with -i and -v options. I'm using httpd from inetd, but after trying I've seen that this does not happen when httpd is launched in standalone mode. | ||||||||
| Additional Information |
# /usr/sbin/httpd --help BusyBox v1.10.2 (2008-05-14 17:37:30 CEST) multi-call binary Usage: httpd [-c conffile] [-p [ip:]port] [-i] [-f] [-v[v]] [-u user[:grp]] [-r realm] [-m pass] [-h home] [-d/-e string] # /usr/sbin/httpd -c /etc/httpd.conf -v -i -h /var/www/html/ GET / Segmentation fault # /usr/sbin/httpd -c /etc/httpd.conf -vv -i -h /var/www/html/ GET / Segmentation fault # # /usr/sbin/httpd -c /etc/httpd.conf -vvv -i -h /var/www/html/ Segmentation fault |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0007764) vda 05-18-08 08:15 |
This happens only if you run httpd -i from command line and input http commands by hand. Fixed in rev 22001. Thanks. |
| Copyright © 2000 - 2006 Mantis Group |