|
From: SourceForge.net <no...@so...> - 2006-10-15 21:46:32
|
Bugs item #1577286, was opened at 2006-10-14 19:37 Message generated for change (Comment added) made by mhoenicka 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. ---------------------------------------------------------------------- >Comment By: Markus Hoenicka (mhoenicka) Date: 2006-10-15 23:46 Message: Logged In: YES user_id=85809 I've tried to figure out what's wrong here, and I believe this patch is only required after the patch provided for bug #1577323 is applied. I've appended an alternative patch for #1577323. Could you please check whether the problem you mentioned in this bug report persist after you applied that patch? Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379806&aid=1577286&group_id=23824 |