Hi Mike,

> The crash is in thread 08 in the DBG2 processing below, because the thread's
> ike_sa value is set to the now-deleted ike_sa_t.

That's exactly what happened.  The problem is that the IKE_SA is checked 
out by one thread and then checked in by another, thus the thread local 
IKE_SA is not reset in the thread that checked it out.
I pushed a patch to master that should fix it (see [1]).

Regards,
Tobias

[1] http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=dcab9d39


_______________________________________________
Users mailing list
Users@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to