[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00846) Re: IPSEC: problem add/delete policy from SPD
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 00846) Re: IPSEC: problem add/delete policy from SPD
- From: latten@xxxxxxxxxxxxxx
- Date: Mon, 8 Oct 2001 18:42:18 -0500
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi,
I am not very sure, but was the problem in
the list_for_each in sa_list_clear() in sa_index.c? At least that
is what I have figured out so far in my oops. I am not
very sure. I am still learning to read oops. :-)
Was the entry being deleted, and the memory freed,
but then try to reference it again in the "list_for_each"?
I think...
Thanks,
Joy
>Hi,
>At Fri, 5 Oct 2001 14:33:23 -0500,
>latten@xxxxxxxxxxxxxx wrote:
>>
>>
>> Hi,
>>
>> I recently udpated to the October 1st snapshot. Since then,
>> at intermittent times I get a segmentation fault when adding
>> or deleting a policy to the SPD with the pfkey command.
>> Has anyone else seen this?
>
>Yes, I have.
>
>I'm now trying to fix this bug...
>
>
>-mk