I get core dumps during make test (the server won't start)
(gdb) where
#0 0x40127781 in malloc () from /lib/libc.so.6
#1 0x401290e7 in calloc () from /lib/libc.so.6
#2 0x4000bccd in _dl_new_object (
realname=0x82f9758
"/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE/libperl.so",
libname=0x401dae35 "libperl.so", type=2, loader=0x815a228)
at dl-object.c:40
#3 0x400060cf in _dl_map_object_from_fd () at dl-load.c:824
#4 0x400077ca in _dl_map_object (loader=0x815a228,
name=0x401dae35 "libperl.so", preloaded=0, type=2, trace_mode=0,
mode=0)
at dl-load.c:1706
#5 0x4000d9ac in openaux (a=0xbfffadb0) at dl-deps.c:67
#6 0x4000df2a in _dl_catch_error (objname=0xbfffada8,
errstring=0xbfffadac,
operate=0x4000d970 <openaux>, args=0xbfffadb0) at dl-error.c:149
#7 0x4000cecd in _dl_map_object_deps () at dl-deps.c:246
#8 0x401b8ea6 in getutmpx () from /lib/libc.so.6
#9 0x4000df2a in _dl_catch_error (objname=0xbfffafa8,
errstring=0xbfffafac,
operate=0x401b8c70 <getutmpx+464>, args=0xbfffafb0) at dl-error.c:149
#10 0x401b91ce in _dl_open () from /lib/libc.so.6
#11 0x40091335 in dlopen () from /lib/libdl.so.2
#12 0x4000df2a in _dl_catch_error (objname=0x811b098, errstring=0x811b09c,
operate=0x40091300 <dlopen+76>, args=0xbfffb120) at dl-error.c:149
#13 0x400916bb in dlerror () from /lib/libdl.so.2
#14 0x400912e6 in dlopen () from /lib/libdl.so.2
---Type <return> to continue, or q <return> to quit---
#15 0x080c2cad in apr_dso_load (res_handle=0xbfffb29c,
path=0x811d3cc
"/home/stas/apache.org/modperl-2.0/src/modules/perl/libmodperl.so",
ctx=0x80e6efc) at dso.c:138
#16 0x0807bf87 in load_module ()
#17 0x0807fac0 in invoke_cmd ()
#18 0x08080e52 in execute_now ()
#19 0x0808048d in ap_build_config_sub ()
#20 0x08080786 in ap_build_cont_config ()
#21 0x08091658 in start_ifmod ()
#22 0x0807f9fe in invoke_cmd ()
#23 0x08080e52 in execute_now ()
#24 0x0808048d in ap_build_config_sub ()
#25 0x08080a13 in ap_build_config ()
#26 0x0808135b in ap_process_resource_config ()
#27 0x08081ba7 in ap_read_config ()
#28 0x08083927 in main ()
#29 0x400c6111 in __libc_start_main () from /lib/libc.so.6
builds:
perl-5.6.1
./Configure -des -Dusethreads -Doptimize='-g' -Duseshrplib
apache-2.0.18-dev
./configure --with-mpm=threaded --enable-so
mod_perl (cvs):
perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 MP_DEBUG=1 \
MP_APXS=/home/stas/httpd-2.0/bin/apxs
gcc:
gcc version 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk)
uname -a:
linux 2.2.17-21mdk (got 2.4.3 today, but the mouse doesn't work under
Mandrake 8.0 version of the kernel :(
Doug, I wonder whether reporting build options is as helpful as the output
of -v/-V from the used components. It looks shorter to me.
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]