ehlo
Не встречались-ли вы с такой проблемой со своими модулями:
модуль грузится нормально, отрабатывает (в первой фазе - проверке
httpd.conf), при выгрузке его httpd падает в core.
# gdb httpd
(gdb) run -X
Starting program: /ext/stuff/project/apache-ssl/bin/httpd -X
Cannot access memory at address 0x4063f0d0
(gdb) bt
#0 0x4000a411 in _dl_debug_state () at dl-debug.c:56
#1 0x40178dfc in _dl_close (map=0x80ef618) at dl-close.c:192
#2 0x4009d0c0 in dlclose_doit (handle=0x80ef618) at dlclose.c:26
#3 0x4000a12b in _dl_catch_error (errstring=0x4009ed00,
operate=0x4009d0a8 <dlclose_doit>, args=0x80ef618) at dl-error.c:141
#4 0x4009d608 in _dlerror_run (operate=0x4009d0a8 <dlclose_doit>,
args=0x80ef618) at dlerror.c:122
#5 0x4009d08e in dlclose (handle=0x80ef618) at dlclose.c:32
#6 0x8071c30 in ap_os_dso_unload (handle=0x80ef618) at os.c:133
#7 0x8050560 in unload_module (modi=0x80bc5d0) at mod_so.c:181
#8 0x805270e in run_cleanups (c=0x80ce6f0) at alloc.c:1946
#9 0x8050df4 in ap_clear_pool (a=0x80bc2c8) at alloc.c:689
#10 0x80617e3 in standalone_main (argc=4, argv=0xbffff5e4) at http_main.c:4741
#11 0x8062093 in main (argc=4, argv=0xbffff5e4) at http_main.c:5123
(gdb)
При отслеживании было выяснено - dlclose получает какой-то левый адрес,
на котором и валится. Кто как поборол, если встречал?
WBW, Artur
PS. apache - 1.3.12,1.3.14, mm 1.1.2, mod_ssl 2.6.4,2.7.1
--
Можете мешать меня с дерьмом, только не путайте....
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.