Re: [users@httpd] Re: External exception in httpd

2021-04-01 Thread Yann Ylavic
On Thu, Apr 1, 2021 at 8:56 AM Michael Rabatscher wrote: > > we always use the precompiled version from > https://www.apachelounge.com/download/ > (httpd-2.4.46-win32-VS16.zip) Hopefully it's fixed in [1], if you could apply this patch and test it would help backporting it to 2.4. If you don't b

[users@httpd] Re: External exception in httpd

2021-03-31 Thread Michael Rabatscher
Dear all, thanks again for coming back at me... Am Mi., 31. März 2021 um 18:38 Uhr schrieb Christophe JAILLET < christophe.jail...@wanadoo.fr>: > Le 31/03/2021 à 15:53, Michael Rabatscher a écrit : > > Thanks for the information! These bugs seem to have the same symptoms. > > > > To clarify.. I

[users@httpd] Re: External exception in httpd

2021-03-31 Thread Christophe JAILLET
Le 31/03/2021 à 15:53, Michael Rabatscher a écrit : Thanks for the information! These bugs seem to have the same symptoms. To clarify.. I encounter this excption any time I shutdown the the httpd (ctrl + c) console window while having the debugger attached - so basically every time the module

Re: [users@httpd] Re: External exception in httpd

2021-03-31 Thread Michael Rabatscher
Thanks for the information! These bugs seem to have the same symptoms. To clarify.. I encounter this excption any time I shutdown the the httpd (ctrl + c) console window while having the debugger attached - so basically every time the module cleanup chain is executed. The version I use is acutall

Re: [users@httpd] Re: External exception in httpd

2021-03-31 Thread Yann Ylavic
On Wed, Mar 31, 2021 at 12:56 PM Christophe JAILLET wrote: > > Le 30/03/2021 à 11:30, Michael Rabatscher a écrit : > > > > system exception (code 0xc008) > > > > which as far as I could research is due to a double CloseHandle call in > > libapr > > > > could be a duplicate of https://bz.apache

[users@httpd] Re: External exception in httpd

2021-03-31 Thread Christophe JAILLET
Le 30/03/2021 à 11:30, Michael Rabatscher a écrit : Hey guys! I'm currently a Delphi developer creating a windows module for the apache 2.4 server. Every time I run the module with a debugger attached (and httpd.exe -X acutally to avoid 2 instances) I get a system exception on shutdown: syst