Re: [exim] Exim 4.95-RC2 released

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [exim] Exim 4.95-RC2 released
On 2021-09-06 jgh--- via Exim-users <exim-users@???> wrote:
> On 06/09/2021 08:27, Evgeniy Berdnikov via Exim-users wrote:
> > Several happened last night, 1st coredump is below.


[...]
> Can you get the actual pointer, by dumping the disassembly
> and registers? We're hitting the limits of my gdb here,
> but it might be possible to dump the value pointed to
> (assuming non-null) and hence identify the config setting.

[...]

The common bt-howtos suggest
(gdb) backtrace full
(gdb) info registers
(gdb) x/16i $pc
(gdb) thread apply all bt full
(gdb) quit

> It'd also be useful to know the version of GnuTLS;
> please run "exim4 -d -bV" and extract the version that says.


Evgeniy mentioned earlier in YTUB+hw9TgnI2R+J@??? that he was
running Debian package 3.7.2-2.

cu Andreas