This is the post above of backtrace
By accident I've seen that Perl comes with GDB. This might help as
well.
I called httpd.exe from GDB with "-X -e debug" and then called a Perl
URL in the browser.
Excerpt below:
Thread 100 received signal SIGSEGV, Segmentation fault.
[Switching to Thread 4936.0x23e0]
0x00007ffbe57515d9 in libhttpd!ap_get_server_built () from
X:\Apps\Apache24\bin\libhttpd.dll
(gdb) bt
#0 0x00007ffbe57515d9 in libhttpd!ap_get_server_built () from
X:\Apps\Apache24\bin\libhttpd.dll
#1 0x00007ffbe44d14aa in ?? () from
X:\Apps\Apache24\modules\mod_cgi.so
#2 0x00007ffbe575ee85 in libhttpd!ap_run_handler () from
X:\Apps\Apache24\bin\libhttpd.dll
#3 0x00007ffbe575da7f in libhttpd!ap_invoke_handler () from
X:\Apps\Apache24\bin\libhttpd.dll
#4 0x00007ffbe575a62a in libhttpd!ap_internal_redirect_handler ()
from X:\Apps\Apache24\bin\libhttpd.dll
#5 0x00007ffbe575a6af in libhttpd!ap_process_request () from
X:\Apps\Apache24\bin\libhttpd.dll
#6 0x00007ffbe22888ef in ?? () from
X:\Apps\Apache24\modules\mod_http2.so
#7 0x00007ffbe5761545 in libhttpd!ap_run_process_connection () from
X:\Apps\Apache24\bin\libhttpd.dll
#8 0x00007ffbe22885ba in ?? () from
X:\Apps\Apache24\modules\mod_http2.so
#9 0x00007ffbe228c36e in ?? () from
X:\Apps\Apache24\modules\mod_http2.so
#10 0x00007ffbe9e30e72 in ucrtbase!_beginthreadex () from
C:\Windows\System32\ucrtbase.dll
#11 0x00007ffbea107bd4 in KERNEL32!BaseThreadInitThunk () from
C:\Windows\System32\kernel32.dll
#12 0x00007ffbebecced1 in ntdll!RtlUserThreadStart () from
C:\Windows\SYSTEM32\ntdll.dll
#13 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)
On Tuesday 14/04/2020 at 11:57, Rainer Jung wrote:
Hi Steffen,
I didn't find a stack either, neither in the mail thread here nor in
the one on you forum. Just the error log lines and the clear text for
the windows error code.
Regards,
Rainer
Am 14.04.2020 um 11:51 schrieb Steffen:
Few posts above there is a GDB back trace.
On Tuesday 14/04/2020 at 11:38, Ruediger Pluem wrote:
Did I miss it, or isn't there any stacktrace posted from the Windows
crashes yet?
Regards
RĂ¼diger