[exim-dev] [Bug 1671] segfault after delivery

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1671] segfault after delivery
https://bugs.exim.org/show_bug.cgi?id=1671

--- Comment #9 from Wolfgang Breyha <wbreyha@???> ---
interesting:
frame 2:
(gdb) print tblock
$6 = (struct transport_instance *) 0x0

but
(gdb) print ob
$7 = (smtp_transport_options_block *) 0x999f478

and
smtp_transport_options_block * ob =
(smtp_transport_options_block *)tblock->options_block;

Maybe an oddity of my pretty old gdb?
GNU gdb (GDB) CentOS (7.0.1-45.el5.centos)

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