|
From: SourceForge.net <no...@so...> - 2006-07-06 15:48:31
|
Bugs item #1518232, was opened at 2006-07-06 10:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102294&aid=1518232&group_id=2294 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 Resolution: None Priority: 5 Submitted By: Trevor Cordes (tcordes) Assigned to: Nobody/Anonymous (nobody) Summary: segfault workaround Initial Comment: I was getting lots of intermittent segfaults using mdb-sql. Weird, it worked great for the longest time then started segfaulting intermittently, then all the time. I tried 0.6pre1 and cvs (2006-07-06). 0.6pre1 had major compile issues. cvs was better but installs the .so's wrong (without the .so extension!). Manual cleanup fixed it. Anyhow, the solution I found (for now) to the segfaults is to rm -f .mdbhistory in your home dir before every run. Do that and it works again. Must be a bug in the history parsing code. Explains why when it segfaults it's before any data is output. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102294&aid=1518232&group_id=2294 |