Apache segmentation fault when loading libphp7.so
Kai Fürstenberg <[email protected]> Tue, 11 Aug 2020 12:21:04 +0200
| Newsgroups | gmane.comp.php.install |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I run a server with Debian Buster. I used to compile some of the needed
programs, so that I am able to use more recent versions than provided by
my distribution. Two of these are PHP and Apache httpd.
Now I have updated my httpd to version 2.4.46 and wanted to update PHP
from 7.2.9 to 7.4.9.
Unfortunately httpd dies with segmentation fault, so I reinstalled 7.2.9
again, which works good.
So I startet to install both httpd and PHP in special directories for
testing. The Apache testing verion is 2.4.43. PHP testing version is
7.4.9. This issue also occures when using the latest 7.3 version.
The configure options are:
Apache:
=2E/configure --prefix=3D/usr/local/httpd-test
--with-apr=3D/usr/local/apr-httpd/
--with-apr-util=3D/usr/local/apr-util-httpd/ --enable-modules=3Dall
--enable-proxy --enable-proxy-connect --enable-proxy-http
--enable-rewrite --enable-mods-shared=3Dall --enable-ssl
PHP:
=2E/configure --prefix=3D/usr/local/php-test --disable-all --disable-cgi
--with-apxs2=3D/usr/local/httpd-test/bin/apxs
(I had more options, but this was the last one)
configure, make and make install run without errors, make test has some
fails, but nevertheless the module should load, shouldn't ist?
Before you ask: I do not receive any log messages, neither in error_log
nor in syslog.
When I start httpd in debug mode, I get:
/usr/local/httpd-test/bin/httpd -X -e debug -k start
[Tue Aug 11 12:04:48.056439 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module authn_file_module from
/usr/local/httpd-test/modules/mod_authn_file.so
[Tue Aug 11 12:04:48.056548 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module authn_core_module from
/usr/local/httpd-test/modules/mod_authn_core.so
[Tue Aug 11 12:04:48.056626 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module authz_host_module from
/usr/local/httpd-test/modules/mod_authz_host.so
[Tue Aug 11 12:04:48.056707 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module authz_groupfile_module from
/usr/local/httpd-test/modules/mod_authz_groupfile.so
[Tue Aug 11 12:04:48.056781 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module authz_user_module from
/usr/local/httpd-test/modules/mod_authz_user.so
[Tue Aug 11 12:04:48.056860 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module authz_core_module from
/usr/local/httpd-test/modules/mod_authz_core.so
[Tue Aug 11 12:04:48.056939 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module access_compat_module from
/usr/local/httpd-test/modules/mod_access_compat.so
[Tue Aug 11 12:04:48.057018 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module auth_basic_module from
/usr/local/httpd-test/modules/mod_auth_basic.so
[Tue Aug 11 12:04:48.057103 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module reqtimeout_module from
/usr/local/httpd-test/modules/mod_reqtimeout.so
[Tue Aug 11 12:04:48.057183 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module filter_module from
/usr/local/httpd-test/modules/mod_filter.so
[Tue Aug 11 12:04:48.057267 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module mime_module from
/usr/local/httpd-test/modules/mod_mime.so
[Tue Aug 11 12:04:48.057360 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module log_config_module from
/usr/local/httpd-test/modules/mod_log_config.so
[Tue Aug 11 12:04:48.057514 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module env_module from
/usr/local/httpd-test/modules/mod_env.so
[Tue Aug 11 12:04:48.057605 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module headers_module from
/usr/local/httpd-test/modules/mod_headers.so
[Tue Aug 11 12:04:48.057690 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module setenvif_module from
/usr/local/httpd-test/modules/mod_setenvif.so
[Tue Aug 11 12:04:48.057784 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module version_module from
/usr/local/httpd-test/modules/mod_version.so
[Tue Aug 11 12:04:48.057868 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module unixd_module from
/usr/local/httpd-test/modules/mod_unixd.so
[Tue Aug 11 12:04:48.057949 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module status_module from
/usr/local/httpd-test/modules/mod_status.so
[Tue Aug 11 12:04:48.058045 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module autoindex_module from
/usr/local/httpd-test/modules/mod_autoindex.so
[Tue Aug 11 12:04:48.058131 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module dir_module from
/usr/local/httpd-test/modules/mod_dir.so
[Tue Aug 11 12:04:48.058215 2020] [so:debug] [pid 24664:tid 3083007424]
mod_so.c(266): AH01575: loaded module alias_module from
/usr/local/httpd-test/modules/mod_alias.so
Speicherzugriffsfehler
"Speicherzugrifftsfehler" =3D "Segmentation fault"
There is no change when running the regular httpd in background. When I
stop it, I get the same fault.
At last I tried to find out things with a core dump. But I don't get a
clue what happens. I can just see, that the error occures when loading
libphp7.so.
Below are "bt" and "bt full".
Is someone able to help me with the installation? If you need further
information, just ask.
Thank you for your help.
Greetings
Kai
(gdb) bt
#0 resolve_base64_decode () at
/usr/src/apache_testing/php-7.4.9/Zend/zend_cpuinfo.h:141
#1 0xb7f82aa2 in elf_machine_rel (skip_ifunc=3D<optimized out>,
reloc_addr_arg=3D<optimized out>, version=3D<optimized out>, sym=3D<optim=
ized
out>, reloc=3D0xb76a44f8, map=3D0x230d420) at ../sysdeps/i386/dl-machine.=
h:353
#2 elf_dynamic_do_Rel (skip_ifunc=3D<optimized out>, lazy=3D<optimized
out>, nrelative=3D<optimized out>, relsize=3D<optimized out>,
reladdr=3D<optimized out>, map=3D<optimized out>) at do-rel.h:137
#3 _dl_relocate_object (scope=3D<optimized out>, reloc_mode=3D<optimized=
out>, consider_profiling=3D<optimized out>) at dl-reloc.c:258
#4 0xb7f89efa in dl_open_worker (a=3D<optimized out>) at dl-open.c:377
#5 0xb7d42a9c in __GI__dl_catch_exception (exception=3D<optimized out>,
operate=3D<optimized out>, args=3D<optimized out>) at dl-error-skeleton.c=
:196
#6 0xb7f898fe in _dl_open (file=3D0x22fe670
"/usr/local/httpd-test/modules/libphp7.so", mode=3D-2147483390,
caller_dlopen=3D0xb7e68934 <apr_dso_load+36>, nsid=3D<optimized out>,
argc=3D3, argv=3D0xbfebd264, env=3D0xbfebd274) at dl-open.c:599
#7 0xb7dec2c8 in dlopen_doit (a=3D0xbfebcb2c) at dlopen.c:66
#8 0xb7d42a9c in __GI__dl_catch_exception (exception=3D<optimized out>,
operate=3D<optimized out>, args=3D<optimized out>) at dl-error-skeleton.c=
:196
#9 0xb7d42b40 in __GI__dl_catch_error (objname=3D0x230247c,
errstring=3D0x2302480, mallocedp=3D0x2302478, operate=3D0xb7dec250
<dlopen_doit>, args=3D0xbfebcb2c) at dl-error-skeleton.c:215
#10 0xb7deca71 in _dlerror_run (operate=3D0xb7dec250 <dlopen_doit>,
args=3D0xbfebcb2c) at dlerror.c:163
#11 0xb7dec366 in __dlopen (file=3D0x22fe670
"/usr/local/httpd-test/modules/libphp7.so", mode=3D258) at dlopen.c:87
#12 0xb7e68934 in apr_dso_load (res_handle=3D0xbfebcce4, path=3D0x22fe670=
"/usr/local/httpd-test/modules/libphp7.so", pool=3D0x22d3218) at
dso/unix/dso.c:139
#13 0x0050b295 in dso_load (cmd=3Dcmd@entry=3D0xbfebd04c,
modhandlep=3Dmodhandlep@entry=3D0xbfebcce4,
filename=3Dfilename@entry=3D0x230b3f0 "modules/libphp7.so",
used_filename=3D0xbfebccec) at mod_so.c:162
#14 0x0050b53a in load_module (cmd=3D0xbfebd04c, dummy=3D0xbfebcf8c,
modname=3D0x230b3e0 "php7_module", filename=3D0x230b3f0
"modules/libphp7.so") at mod_so.c:263
#15 0x004f7ff2 in invoke_cmd (cmd=3D<optimized out>,
parms=3Dparms@entry=3D0xbfebd04c, mconfig=3Dmconfig@entry=3D0xbfebcf8c,
args=3D<optimized out>) at config.c:895
#16 0x004f8c98 in execute_now (p=3D0xbfebcfd4, ptemp=3D0xbfebcfd8,
parent=3D<optimized out>, sub_tree=3D<optimized out>, parms=3D<optimized =
out>,
args=3D0x22fdd03 "php7_module modules/libphp7.so", cmd_line=3D<optimized
out>) at config.c:1707
#17 ap_build_config_sub (p=3Dp@entry=3D0x22d3218,
temp_pool=3Dtemp_pool@entry=3D0x22fdbe8, l=3D<optimized out>, parms=3D<op=
timized
out>, current=3D<optimized out>, curr_parent=3D<optimized out>,
conftree=3D<optimized out>) at config.c:1171
#18 0x004faba2 in ap_build_config (parms=3D0xbfebd04c, p=3D0x22d3218,
temp_pool=3D0x22fdbe8, conftree=3D0x554628 <ap_conftree>) at config.c:142=
8
#19 0x004fb342 in ap_process_resource_config (s=3D0x22fa930,
fname=3D0x2300990 "/usr/local/httpd-test/conf/httpd.conf",
conftree=3D0x554628 <ap_conftree>, p=3D<optimized out>, ptemp=3D0x22fdbe8=
) at
config.c:1877
#20 0x004fc135 in ap_read_config (process=3D<optimized out>,
ptemp=3D<optimized out>, filename=3D<optimized out>, conftree=3D<optimize=
d
out>) at config.c:2339
#21 0x004d3c33 in main (argc=3D<optimized out>, argv=3D<optimized out>) a=
t
main.c:659
(gdb) bt full
#0 resolve_base64_decode () at
/usr/src/apache_testing/php-7.4.9/Zend/zend_cpuinfo.h:141
No locals.
#1 0xb7f82aa2 in elf_machine_rel (skip_ifunc=3D<optimized out>,
reloc_addr_arg=3D<optimized out>, version=3D<optimized out>, sym=3D<optim=
ized
out>, reloc=3D0xb76a44f8, map=3D0x230d420)
at ../sysdeps/i386/dl-machine.h:353
refsym =3D 0xb765f5fc
sym_map =3D 0x230d420
value =3D <optimized out>
strtab =3D <optimized out>
reloc_addr =3D <optimized out>
r_type =3D 7
l =3D <optimized out>
scope =3D <optimized out>
reloc_addr =3D <optimized out>
r_type =3D <optimized out>
l =3D <optimized out>
strtab =3D <optimized out>
scope =3D <optimized out>
refsym =3D <optimized out>
sym_map =3D <optimized out>
value =3D <optimized out>
_lr =3D <optimized out>
_tc =3D <optimized out>
v =3D <optimized out>
strtab =3D <optimized out>
td =3D <optimized out>
strtab =3D <optimized out>
#2 elf_dynamic_do_Rel (skip_ifunc=3D<optimized out>, lazy=3D<optimized
out>, nrelative=3D<optimized out>, relsize=3D<optimized out>,
reladdr=3D<optimized out>, map=3D<optimized out>) at do-rel.h:137
ndx =3D <optimized out>
version =3D <optimized out>
symtab =3D <optimized out>
relative =3D <optimized out>
r =3D 0xb76a44f8
end =3D <optimized out>
l_addr =3D <optimized out>
r =3D <optimized out>
end =3D <optimized out>
l_addr =3D <optimized out>
symtab =3D <optimized out>
relative =3D <optimized out>
version =3D <optimized out>
ndx =3D <optimized out>
#3 _dl_relocate_object (scope=3D<optimized out>, reloc_mode=3D<optimized=
out>, consider_profiling=3D<optimized out>) at dl-reloc.c:258
ranges_index =3D <optimized out>
ranges =3D {{start =3D 3076968624, size =3D 235704, nrelative =3D=
25988,
lazy =3D 0}, {start =3D 0, size =3D 0, nrelative =3D 0, lazy =3D 0}}
edr_lazy =3D <optimized out>
textrels =3D <optimized out>
errstring =3D 0x0
lazy =3D <optimized out>
skip_ifunc =3D <optimized out>
--Type <RET> for more, q to quit, c to continue without paging--c
l =3D <optimized out>
strtab =3D <optimized out>
#4 0xb7f89efa in dl_open_worker (a=3D<optimized out>) at dl-open.c:377
i =3D 0
args =3D <optimized out>
file =3D <optimized out>
mode =3D -2147483390
call_map =3D <optimized out>
dst =3D <optimized out>
new =3D <optimized out>
__PRETTY_FUNCTION__ =3D "dl_open_worker"
r =3D <optimized out>
reloc_mode =3D 0
nmaps =3D <optimized out>
l =3D <optimized out>
maps =3D {0x230d420, 0x230d720, 0x230da10, 0xb7c88f39
<__GI___libc_malloc+137>, 0xbfebc80c, 0xb7cf4a85 <___fxstat64+21>,
0xb7de5860 <_IO_file_jumps>, 0xb7c800b5 <__GI__IO_file_stat+21>, 0x3, 0x3=
}
relocation_in_progress =3D <optimized out>
any_tls =3D <optimized out>
first_static_tls =3D <optimized out>
#5 0xb7d42a9c in __GI__dl_catch_exception (exception=3D<optimized out>,
operate=3D<optimized out>, args=3D<optimized out>) at dl-error-skeleton.c=
:196
errcode =3D 1
c =3D {exception =3D 0xbfebc924, errcode =3D 0xbfebc854, env =3D
{{__jmpbuf =3D {0, -1075066588, -1208355580, -1075064204, 1453507769,
694651049}, __mask_was_saved =3D 0, __saved_mask =3D {__val =3D {2, 36700=
800,
3084802144, 3219900760, 3083066467, 36699168, 3219900736, 24,
3083066229, 60312, 2, 0, 3083773984, 3083495927, 36699144, 3084808192,
3083774010, 36699152, 36699200, 3084422868, 3, 1151860746, 0,
3084893561, 3086482252, 3082150963, 36744608, 0, 3084893838, 3086611716,
1, 3082949363}}}}}
old =3D <optimized out>
#6 0xb7f898fe in _dl_open (file=3D0x22fe670
"/usr/local/httpd-test/modules/libphp7.so", mode=3D-2147483390,
caller_dlopen=3D0xb7e68934 <apr_dso_load+36>, nsid=3D<optimized out>,
argc=3D3, argv=3D0xbfebd264, env=3D0xbfebd274) at dl-open.c:599
args =3D {file =3D 0x22fe670
"/usr/local/httpd-test/modules/libphp7.so", mode =3D -2147483390,
caller_dlopen =3D 0xb7e68934 <apr_dso_load+36>, map =3D 0x230d420, nsid =3D=
0,
argc =3D 3, argv =3D 0xbfebd264, env =3D 0xbfebd274}
exception =3D {objname =3D 0x0, errstring =3D 0xb7b5e3a8 "{",
message_buffer =3D 0x21 <error: Cannot access memory at address 0x21>}
errcode =3D <optimized out>
__PRETTY_FUNCTION__ =3D "_dl_open"
#7 0xb7dec2c8 in dlopen_doit (a=3D0xbfebcb2c) at dlopen.c:66
args =3D 0xbfebcb2c
#8 0xb7d42a9c in __GI__dl_catch_exception (exception=3D<optimized out>,
operate=3D<optimized out>, args=3D<optimized out>) at dl-error-skeleton.c=
:196
errcode =3D 0
c =3D {exception =3D 0xbfebcac0, errcode =3D 0xbfebc9f4, env =3D
{{__jmpbuf =3D {0, 36709504, 36709500, -1075065628, 1453393081,
694651049}, __mask_was_saved =3D 0, __saved_mask =3D {__val =3D {42949672=
95,
3086414592, 3082150824, 36753536, 1, 3085837360, 28, 3085837856,
3086414592, 3219901076, 3219901072, 3086610432, 3084808192, 36753536,
3084808192, 3086416848, 3084133516, 36744608, 36753536, 3219901092,
36754004, 0, 0, 2, 0, 0, 0, 3085339152, 36744608, 0, 0, 3086613260}}}}}
old =3D <optimized out>
#9 0xb7d42b40 in __GI__dl_catch_error (objname=3D0x230247c,
errstring=3D0x2302480, mallocedp=3D0x2302478, operate=3D0xb7dec250
<dlopen_doit>, args=3D0xbfebcb2c) at dl-error-skeleton.c:215
exception =3D {objname =3D 0x0, errstring =3D 0x0, message_buffer=
=3D
0xb7e6fa99 <apr_palloc+9> "\201=C3=AF\350\001"}
errorcode =3D <optimized out>
#10 0xb7deca71 in _dlerror_run (operate=3D0xb7dec250 <dlopen_doit>,
args=3D0xbfebcb2c) at dlerror.c:163
result =3D 0x2302470
#11 0xb7dec366 in __dlopen (file=3D0x22fe670
"/usr/local/httpd-test/modules/libphp7.so", mode=3D258) at dlopen.c:87
args =3D {file =3D 0x22fe670
"/usr/local/httpd-test/modules/libphp7.so", mode =3D 258, new =3D
0xbfebd04c, caller =3D 0xb7e68934 <apr_dso_load+36>}
#12 0xb7e68934 in apr_dso_load (res_handle=3D0xbfebcce4, path=3D0x22fe670=
"/usr/local/httpd-test/modules/libphp7.so", pool=3D0x22d3218) at
dso/unix/dso.c:139
os_handle =3D <optimized out>
#13 0x0050b295 in dso_load (cmd=3Dcmd@entry=3D0xbfebd04c,
modhandlep=3Dmodhandlep@entry=3D0xbfebcce4,
filename=3Dfilename@entry=3D0x230b3f0 "modules/libphp7.so",
used_filename=3D0xbfebccec) at mod_so.c:162
retry =3D 0
fullname =3D <optimized out>
my_error =3D
"\000\000\000\000x\234/\002;t\365\345#E\346\267\030\062-\002\024\000\000\=
000[\000\000\000\a\000\000\000\310>\266\267\200\257\060\002\231\372\346\2=
67H\343\350\267\300\243/\002\025\345=D4=B7H\343\350\267\331c\346\267=C4=AF=
0\002\000\000\000\000Yc\346\267\000
U\000\000\000\000\000\000\000\000\000\231\372\346\267H\343\350\267\002\00=
0\000\000\375\345=D4=B7H\343\350\267\300b\346\267p\263\060\002\000\000\00=
0\000(\000\000\000H\343\350\267\026\346=D4=B7\255\346=D4=B7H\343\350\267(=
\000\000\000\260\261\060\002\000\000\000\000yb\346\267\000@\266\267@\263\=
060\002\024\000\000\000\210\314\353\277l\373\265\267\030\062-\002\002\000=
\000\000\024\000\000\000\000@\266\267\350\257\060\002\030\062-\002=C8=AB/=
\002\030\062"...
#14 0x0050b53a in load_module (cmd=3D0xbfebd04c, dummy=3D0xbfebcf8c,
modname=3D0x230b3e0 "php7_module", filename=3D0x230b3f0
"modules/libphp7.so") at mod_so.c:263
modhandle =3D 0x230adc8
modsym =3D 0xb7b640a0 <alias_module>
modp =3D <optimized out>
module_file =3D 0x22fe670 "/usr/local/httpd-test/modules/libphp7.=
so"
sconf =3D <optimized out>
modi =3D 0x22fb048
modie =3D <optimized out>
i =3D <optimized out>
error =3D <optimized out>
#15 0x004f7ff2 in invoke_cmd (cmd=3D<optimized out>,
parms=3Dparms@entry=3D0xbfebd04c, mconfig=3Dmconfig@entry=3D0xbfebcf8c,
args=3D<optimized out>) at config.c:895
override_list_ok =3D <optimized out>
w =3D <optimized out>
w2 =3D <optimized out>
w3 =3D <optimized out>
errmsg =3D 0x0
#16 0x004f8c98 in execute_now (p=3D0xbfebcfd4, ptemp=3D0xbfebcfd8,
parent=3D<optimized out>, sub_tree=3D<optimized out>, parms=3D<optimized =
out>,
args=3D0x22fdd03 "php7_module modules/libphp7.so", cmd_line=3D<optimized
out>) at config.c:1707
retval =3D <optimized out>
cmd =3D <optimized out>
ml =3D 0x22f8930
dir =3D <optimized out>
cmd =3D <optimized out>
ml =3D <optimized out>
dir =3D <optimized out>
retval =3D <optimized out>
#17 ap_build_config_sub (p=3Dp@entry=3D0x22d3218,
temp_pool=3Dtemp_pool@entry=3D0x22fdbe8, l=3D<optimized out>, parms=3D<op=
timized
out>, current=3D<optimized out>, curr_parent=3D<optimized out>,
conftree=3D<optimized out>) at config.c:1171
sub_tree =3D 0x0
retval =3D 0x0
args =3D 0x22fdd03 "php7_module modules/libphp7.so"
cmd_name =3D <optimized out>
newdir =3D <optimized out>
cmd =3D <optimized out>
ml =3D <optimized out>
lname =3D <optimized out>
#18 0x004faba2 in ap_build_config (parms=3D0xbfebd04c, p=3D0x22d3218,
temp_pool=3D0x22fdbe8, conftree=3D0x554628 <ap_conftree>) at config.c:142=
8
current =3D 0x2301af8
curr_parent =3D 0x0
errmsg =3D <optimized out>
last_ptr =3D <optimized out>
rc =3D <optimized out>
vb =3D {buf =3D 0x22fdcf8 "LoadModule php7_module
modules/libphp7.so", avail =3D 207, strlen =3D 41, pool =3D 0x22fdbe8, in=
fo =3D 0x0}
max_len =3D 16777216
#19 0x004fb342 in ap_process_resource_config (s=3D0x22fa930,
fname=3D0x2300990 "/usr/local/httpd-test/conf/httpd.conf",
conftree=3D0x554628 <ap_conftree>, p=3D<optimized out>, ptemp=3D0x22fdbe8=
) at
config.c:1877
cfp =3D 0x2301a40
parms =3D {info =3D 0x0, override =3D 150, override_opts =3D 239,=
override_list =3D 0x0, limited =3D -1, limited_xmethods =3D 0x0, xlimited=
=3D
0x0, config_file =3D 0x2301a40, directive =3D 0x0, pool =3D 0x22d3218,
temp_pool =3D 0x22fdbe8, server =3D 0x22fa930, path =3D 0x0, cmd =3D 0x55=
1100
<so_cmds>, context =3D 0x0, err_directive =3D 0x230b398}
rv =3D 0
error =3D <optimized out>
#20 0x004fc135 in ap_read_config (process=3D<optimized out>,
ptemp=3D<optimized out>, filename=3D<optimized out>, conftree=3D<optimize=
d
out>) at config.c:2339
confname =3D <optimized out>
error =3D <optimized out>
p =3D 0x22d3218
s =3D 0x22fa930
#21 0x004d3c33 in main (argc=3D<optimized out>, argv=3D<optimized out>) a=
t
main.c:659
c =3D 0 '\000'
showcompile =3D <optimized out>
showdirectives =3D <optimized out>
confname =3D <optimized out>
def_server_root =3D <optimized out>
temp_error_log =3D <optimized out>
error =3D <optimized out>
process =3D 0x22d1298
pconf =3D <optimized out>
plog =3D 0x22fbbd8
ptemp =3D 0x22fdbe8
pcommands =3D 0x22f5328
opt =3D 0x22f53c8
rv =3D <optimized out>
mod =3D <optimized out>
opt_arg =3D 0x22d1208
"\350\321,\002=D8=BB/\002\370\361,\002\354\321,\002\240\026-\002"
signal_server =3D <optimized out>
rc =3D 0