On Aug 11, 2015 4:33 AM, "Christian Kütbach" <[email protected]> wrote: > > Hello, > > there is a bug (server crash), while graceful restart a httpd at windows: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=58024 > > Is there any progress? > > Can I help with testing or debugging, because I also would need a solution to this crash?
Assistance is always welcome. Ensure you have the .pdb files corresponding to the build you are running. Toggle crash dump collection on windows. Reproduce the crash. Use windbg to open the newly created crash dump and collect a backtrace of the crashed process and crashed thread. Add this to the bug report, which will help the devs isolate what happened. I expect this has everything to do with the fact that balancer members may now be added during the running process.
