Hi,

On Sun, Nov 12, 2023 at 07:22:45PM +0100, Gert Doering wrote:
> (If you feel like debugging a bit more - could you compile an instance
> without optimization, run from gdb, and when it segfaults print all 
> local variables of interest?  i, j, ks, *ks, ks->send_reliable?  We
> got one variable print from Dmitry - thanks! - but the optimizer broke
> printing "ks" things)

Dmitry was able to do this, and has confirmed that ks->send_reliable
is NULL here, because of "half-initialized state" - which can be determined
by checking ks->state first (S_UNDEF = 0 --> send_reliable not yet
initialized).

Thanks for your help, Dmitry and Greg.  Fixed version coming soon...

gert
-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
                             Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany                             g...@greenie.muc.de

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to