Re[2]: apache 2.2 crashes at the start time in mod_dbd.c then preparing AuthDBDUserPWQuery

2006-08-17 Thread paritosh
Hi all, I had a working installation of apache 2.2.2 with mod_dbd and mod_authn_dbd configured. Recently I upgraded to 2.2.3 and the server crashes with the same backtrace. ( it crashes in apr_hashfunc_default at tables/apr_hash.c:228 ). Have there been any developments towards resolving this ?

Re[2]: apache 2.2 crashes at the start time in mod_dbd.c then preparing AuthDBDUserPWQuery

2006-07-27 Thread Anton Golubev
Hello Nick, I did some tests again with mod_dbd, but now against trunk versions of httpd, apr, apr-utils. And it seems to me, that the problem persists. It crashes with the same symptoms as I posted last week. Function ap_dbd_prepare called with corrupted arguments (s=0x80e6ed0,

Re[2]: apache 2.2 crashes at the start time in mod_dbd.c then preparing AuthDBDUserPWQuery

2006-07-23 Thread Anton Golubev
Hi Nick, I think you are right about crash reason. It probably was an incompatibility of http and apr-util, which I built separately to overcame configuration issues. Once I've had the clean build, the problem disappeared. There are three issues with the current auto-configuration regarding

Re[2]: apache 2.2 crashes at the start time in mod_dbd.c then preparing AuthDBDUserPWQuery

2006-07-23 Thread Anton Golubev
Hello Nick, What I'd like to see is dynamic loading of apr-util modules, and a build process as simple as apxs. But that's another subject. I agree, they are both important features to stimulate wider deployment and courage users to write extensions for this relatively new module. That

Re[2]: apache 2.2 crashes at the start time in mod_dbd.c then preparing AuthDBDUserPWQuery

2006-07-22 Thread Anton Golubev
Hello Nick, It doesn't crash for you with my config? Well, this might be a problem with my configuration/compilation options, but I can't remember anything special there. You can see my build details in my first post here about this issue. Here is another backtrace, which you may find

Re[2]: apache 2.2 crashes at the start time in mod_dbd.c then preparing AuthDBDUserPWQuery

2006-07-22 Thread Anton Golubev
Hello Nick, No, you just cut too much before posting. Actually, I'm not. It was the full working minimal httpd.conf, which I cleaned up from unrelated options in order to proof myself with exact problem source. Other values are optional defaults. What happens when you apply the (second) patch

Re: Re[2]: apache 2.2 crashes at the start time in mod_dbd.c then preparing AuthDBDUserPWQuery

2006-07-20 Thread Brian J. France
I think this is the same issue I had: http://www.mail-archive.com/dev@httpd.apache.org/msg31299.html Not sure if there was a fix committed into the code tree or not. Brian On Jul 20, 2006, at 3:52 PM, Anton Golubev wrote: Hello Nick, Here is here the minimal complete config, which crashes