Running htdig 3.1.6 on SuSE linux (SLES8) on a big endian architecture
(s390).
Though it usually works fine, twice now htdig has gotten into a loop at
the same place, using all CPU until killed.
The loop occurs in __db_shalloc_free (db/common/db_salloc.c) in this
code:
for (elp = SH_LIST_FIRST(hp, __data), lastp = NULL;
elp != NULL && (void *)elp < (void *)ptr;
lastp = elp, elp = SH_LIST_NEXT(elp, links, __data))
;
It appears that somehow links.sle_next is 0, so each elp =
SH_LIST_NEXT(...) will forever assign elp + 0 to elp.
I'm not familiar with htdig, but it appears sle_next is only set by
SH_LIST_INSERT_AFTER. Is this a known issue? Any patches?
Please CC me in reply as I am not subscribed to this list.
Thanks for any info,
~ Daniel
-----------------------------------------------------------------------
This message is the property of Time Inc. or its affiliates. It may be
legally privileged and/or confidential and is intended only for the use
of the addressee(s). No addressee should forward, print, copy, or
otherwise reproduce this message in any manner that would allow it to be
viewed by any individual not originally listed as a recipient. If the
reader of this message is not the intended recipient, you are hereby
notified that any unauthorized disclosure, dissemination, distribution,
copying or the taking of any action in reliance on the information
herein is strictly prohibited. If you have received this communication
in error, please immediately notify the sender and delete this message.
Thank you.
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general