----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi,
I built Apache1.3.11 with DSO support,
and ApacheJserv1.1 as DSO module on AIX4.3.2.
Compilation went fine without error.
The problem is that when I start httpd with Jserv,
I get Segmentation fault(coredump) error.
I use gcc2.95.2 and C for AIX4.4.
By using both of them, same symptoms occur.
Without jserv module,apache works fine.
And,when I compile Jserv as static module,apache works fine.
I also built on AIX4.1.5, no problem was happened.
Though I compiled with -fpic and -FPIC, nothing changed.
--------------------------------
#./apachectl start
./apachectl[71]: 24534 Segmentation fault(coredump)
./apachectl start: httpd could not be started
#dbx httpd core
Segmentation fault in glink.rewind at 0xd115f398
0xd115f398 (rewind+0x30) 800c0000 l r0,0x0(r12)
(dbx) where
glink.rewind() at 0xd115f398
jserv_server_config_create(0x200213a8, 0x200213d0), line 299 in
mod_jserv.c"
ap_single_module_configure(0x200213a8, 0x200213d0, 0x200836b8) at
x1002fe4c
load_module(0x2ff207d8, 0x0, 0x2004dea8, 0x2004deb8) at 0x1005fb54
invoke_cmd(0x2000f5f8, 0x2ff207d8, 0x0, 0x2ff1e7be) at 0x1002d2fc
ap_handle_command(0x2ff207d8, 0x20021900, 0x2ff1e780) at 0x1002e510
ap_srm_command_loop(0x2ff207d8, 0x20021900) at 0x1002ff24
ap_process_resource_config(0x200213d0, 0x2004ddd8, 0x200213a8,
x200253e8) at 0x
1002ef88
include_config(0x2ff22af8, 0x20021a08, 0x2004ddd8) at 0x1004bf5c
invoke_cmd(0x2000c1d0, 0x2ff22af8, 0x20021a08, 0x2ff20acf) at 0x1002d224
ap_handle_command(0x2ff22af8, 0x20021900, 0x2ff20aa0) at 0x1002e510
ap_srm_command_loop(0x2ff22af8, 0x20021900) at 0x1002ff24
ap_process_resource_config(0x200213d0, 0x20021a88, 0x200213a8,
x200253e8) at 0x
1002ef88
ap_read_config(0x200213a8, 0x200253e8, 0x20005370) at 0x1002fd78
main(0x1, 0x2ff22ce8) at 0x10000714
(dbx)
------------------------------------------
Any help would be appreciated.
Thanks.
kumiogu
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]