Re: [strongSwan] strongswan 5.8.3 core dump

2020-03-27 Thread Tobias Brunner
Hi Marco, >> I pushed a fix to master [1].  I guess we'll be releasing 5.8.4 soon. > > I have applied your fix and after 5 hours, everything is in good shape. > Thanks a lot Tobias for the quick response and fix. Thanks for testing and sorry for the inconvenience. Regards, Tobias

Re: [strongSwan] strongswan 5.8.3 core dump

2020-03-26 Thread Marco Berizzi
Hello Tobias, > I pushed a fix to master [1].  I guess we'll be releasing 5.8.4 soon. I have applied your fix and after 5 hours, everything is in good shape. Thanks a lot Tobias for the quick response and fix. Cheers, Marco PS: Here is the log: [CFG] found matching child config

Re: [strongSwan] strongswan 5.8.3 core dump

2020-03-26 Thread Tobias Brunner
Hi Marco, > Here is the charon.log: I hope it will be useful for you. Thanks for the update. This is a bug introduced with the changes that attempt to keep the proposal selection for IKEv1 more consistent (returning the lifetimes of the actually selected transform and the correct proposal and

Re: [strongSwan] strongswan 5.8.3 core dump

2020-03-25 Thread Marco Berizzi
Brunner Sent: Wednesday, March 25, 2020 3:07 PM To: Marco Berizzi ; users@lists.strongswan.org Subject: Re: [strongSwan] strongswan 5.8.3 core dump   Hi Marco, > What should I do to debug it? First, not stripping symbols/debug information from binaries probably would help.  Then y

Re: [strongSwan] strongswan 5.8.3 core dump

2020-03-25 Thread Noel Kuntze
Hi, Also make sure you're not mixing libraries of different versions. Kind regards Noel Am 25.03.20 um 15:07 schrieb Tobias Brunner: > Hi Marco, > >> What should I do to debug it? > > First, not stripping symbols/debug information from binaries probably > would help. Then you might already

Re: [strongSwan] strongswan 5.8.3 core dump

2020-03-25 Thread Marco Berizzi
Thanks Tobias, I have run again 'make install', without stripping anymore the symbols. I'm waiting the crash. Thanks again. From: Tobias Brunner Sent: Wednesday, March 25, 2020 3:07 PM To: Marco Berizzi ; users@lists.strongswan.org Subject: Re: [strongSwan] strongswan 5.8.3 core dump

Re: [strongSwan] strongswan 5.8.3 core dump

2020-03-25 Thread Tobias Brunner
Hi Marco, > What should I do to debug it? First, not stripping symbols/debug information from binaries probably would help. Then you might already see what the problem is. Otherwise try attaching a debugger or use one to analyze the core dump (if one is created). Regards, Tobias