/[Apache-SVN]
ViewVC logotype

Revision 84661


Jump to revision: Previous Next
Author: stoddard
Date: Wed Feb 23 15:37:37 2000 UTC (24 years, 3 months ago)
Changed paths: 1
Log Message:
2.0 builds, but dumps core on FreeBSD 3.3 (ap_lock).

Basically, ap_initialize() needs to get called before create_process(),
since create_process() passes op_on structure to semop() to get a lock, but
op_on isn't initialized until ap_initialize() calls setup_lock().  Here is
a slight rearrangement to main() which calls ap_initialize() earlier...

Submitted by:	Jeff Trawick <trawick@us.ibm.com>
Reviewed by:	Bill Stoddard <stoddard@us.ibm.com>


Changed paths

Path Details
Directoryhttpd/httpd/trunk/server/main.c modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26