Bugs item #1577286, was opened at 2006-10-14 10:37 Message generated for change (Comment added) made by pcmacdon 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: Peter MacDonald (pcmacdon) Date: 2006-10-15 20:16 Message: Logged In: YES user_id=190660 Unfortunately, that's no possible. I didn't even start working on the #1577323 problem until a couple of hours after I had found and fixed this core dump problem. ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2006-10-15 14: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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

