Xinwei,

I apologize for not having reviewed your lock patches earlier.  We are
working very hard (top priority) to release 0.83 and there is currently
an issue with it that is blocking several users which is consuming all
of my attention.

I promise I will review the lock patches as soon as 0.83 is resolved.  I
wrote most of the code a long time ago and need to dig into the patchs
to ensure the changes are correct.

As for this patch, it is merged!  Thanks for the contribution.

Also in the future, can you make unified diffs of patches?  diff -uNr or
use

svn diff > patch

from your svn working directory.

Regards
-steve

On Fri, 2008-05-09 at 19:19 +0800, Xinwei Hu wrote:
> Hi all,
> 
>   When turning debug on (OPENAIS_BUILD=DEBUG in Makefile.inc), aisexec
> core dumps while existing.
> 
>   The backtrace is in object_find of exec/objdb.c, and the reason is
> instance->find_child_list is not a
> valid list entry after unlink.
> 
>   The attached patch simply call object_find_reset in every iteration
> in openais_service_unlink_all, which
> fix this issue.
> 
>   Please help to review.
> 
> BTW:
> 
>   I submit several other patches to the list days ago, and there's no
> response at all. Is that there's no one interested
> in saLck ? Or my patch is naive and simply wrong ?
> 
>   Thanks.
> _______________________________________________
> Openais mailing list
> [email protected]
> https://lists.linux-foundation.org/mailman/listinfo/openais

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to