DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14336>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14336 AIX 4.3.3/xlc (vac.C) 5.0.2.5 - httpd 2.0.43 core dumped ------- Additional Comments From [EMAIL PROTECTED] 2002-11-11 18:39 ------- The same resault. [and, as i have said in my first report, httpd 2.0.42 with the same config and httpd.conf is working ok.] for some reason, apr_palloc starts returns a NULL pointer when the first DSO module is being loaded. no matter how it is named - e.g. if i comment out the first LoadModule, it will segfault while loading the second one. the code where the below particular run segfaulted is in mod_auth.c: =============== static void *create_auth_dir_config(apr_pool_t *p, char *d) { auth_config_rec *conf = apr_palloc(p, sizeof(*conf)); =============== # dbx ./httpd Type 'help' for help. reading symbolic information ... (dbx) run Segmentation fault in create_auth_dir_config at line 99 in file "" ($t1) could not read "mod_auth.c" (dbx) where create_auth_dir_config(p = 0x200eb634, d = (nil)), line 99 in "mod_auth.c" mod_auth.register_hooks(p = 0x20089290), line 343 in "mod_auth.c" ap_register_hooks(0x200eb0d8, 0x20089290), line 439 in "config.c" ap_add_module(0x200eb0d8, 0x20089290), line 510 in "config.c" ap_add_loaded_module(0x200eb0d8, 0x20089290), line 565 in "config.c" load_module(0x2ff227c0, 0x2ff206ec, 0x200bb660, 0x200bb670), line 323 in "mod_so.c" invoke_cmd(0x20067718, 0x2ff227c0, 0x2ff206ec, 0x2ff20792), line 739 in "config.c" execute_now(0x200bb610, 0x2ff20773, 0x2ff227c0, 0x20089290, 0x200b9170, 0x2ff206ec, 0x0), line 1345 in "config.c" unnamed block $b88, line 942 in "config.c" ap_build_config_sub(0x20089290, 0x200b9170, 0x2ff20768, 0x2ff227c0, 0x2ff20760, 0x2ff20764, 0x200663c0), line 942 in "config.c" ap_build_config(0x2ff227c0, 0x20089290, 0x200b9170, 0x200663c0), line 1149 in "config.c" ap_process_resource_config(0x200a7230, 0x200a79a0, 0x200663c0, 0x20089290, 0x200b9170), line 1554 in "config.c" ap_read_config(0x20087300, 0x200b9170, 0x2005c428, 0x200663c0), line 1832 in "config.c" main(argc = 1, argv = 0x2ff22ab0), line 557 in "main.c" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
