[exim-dev] [Bug 2838] exim binary crashes during testsuite w…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2838] exim binary crashes during testsuite with Bus Error on SPARC due to alignment issues
https://bugs.exim.org/show_bug.cgi?id=2838

--- Comment #3 from John Paul Adrian Glaubitz <glaubitz@???> ---
With debug symbols, the crash can be located in pcre2:

(gdb) bt
#0  pcre2_general_context_create_8 (private_malloc=0x1000004f680
<function_store_malloc>, 
    private_free=0x1000004f650 <function_store_free>, memory_data=0x0) at
src/pcre2_context.c:123
#1  0x00000100000517a8 in main ()
(gdb) 


which is:
https://salsa.debian.org/debian/pcre2/-/blob/master/src/pcre2_context.c#L123

I'm going to file a bug report with pcre2.

--
You are receiving this mail because:
You are on the CC list for the bug.