> -----Ursprüngliche Nachricht----- > Von: Niklas Edmundsson > Gesendet: Mittwoch, 20. Februar 2008 11:40 > An: [email protected] > Betreff: httpd 2.2.8 + mod_cache segfaults > > > Hi all! > > Getting a few cycles I thought I should do an easy migration to httpd > 2.2.8, but it seems that the thing is dumping core on me... > > Are anyone else using httpd 2.2.8 together with mod_cache > seeing this?
Not so far. > At the moment I'm not sure where the problem is. Our mod_disk_cache > patches are unchanged from 2.2.6 and my patch for mod_cache.c is the > same (the relaxupdates feature, and it's not enabled in config), so > I'm suspecting something changed between httpd 2.2.6 and 2.2.8 that > makes it fall apart on me. > > Anyone seen something similar? Any hints on where to dig? >From what I can see in the stack trace frame #4 points to the NULL pointer. Looks like there is no copy function set for the particular bucket type that gets processesd (not even the default one (apr_bucket_copy_notimpl) that returns APR_ENOTIMPL). So please try the following: frame 5 dump_brigade bb dump_bucket ec This should give a hint which bucket / bucket type fails and should give hints how to proceed further. Regards Rüdiger
