|
From: SourceForge.net <no...@so...> - 2006-10-14 17:37:39
|
Bugs item #1577286, was opened at 2006-10-14 10:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379806&aid=1577286&group_id=23824 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Peter MacDonald (pcmacdon) Assigned to: Nobody/Anonymous (nobody) Summary: core dump in dbi_main.c _error_handler() Initial Comment: In _error_handler() a free() is performed when the new value == old value, in essence freeing itself. This is causing random core dumps. I also added a sanity check before access to errflag_messages[].. Attached is a patch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379806&aid=1577286&group_id=23824 |