Launchpad has imported 19 comments from the remote bug at https://bugzilla.redhat.com/show_bug.cgi?id=629964.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2010-09-03T11:56:24+00:00 Mike wrote: Description of problem: Problems with GnuCash sqlite losing transactions data. See GnuCash bug 611936 and gnucash-devel thread "Bug 611936 and the 2.4.0 release" for a discussion of the bug. How reproducible: Only occurs with Fedora build of libdbi. Steps to Reproduce: 1. Install libdbi and libdbi-drivers using YUM 2. Obtain latest GnuCash svn, build and install. 3. Save to sqlite, close GnuCash, re-open saved data. Actual results: Loss of data as described in thread and GnuCash bug. Additional info: Removing rpm libraries and compiling from source using "make debug" cures the problem. Apparently this does not occur with other other library distributions. Apologies for referring to GnuCash mailing list and bugzilla but all the info is already there. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/0 ------------------------------------------------------------------------ On 2010-09-03T13:56:04+00:00 Tom wrote: Um ... could you provide URLs, rather than expecting me to know where to find this stuff? Assume I've never heard of GnuCash. I suppose there's probably a version of GnuCash available in Fedora. Does the problem happen with that, rather than a custom build? Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/1 ------------------------------------------------------------------------ On 2010-09-03T15:25:55+00:00 Mike wrote: Oh, sure sorry. https://bugzilla.gnome.org/show_bug.cgi?id=611936 And the start of the thread is at; https://lists.gnucash.org/pipermail/gnucash-devel/2010-August/029141.html It is rather a long thread however. This applies to the upcoming release of GnuCash 2.4, in development at 2.3.14 at the moment. The FC12 package is for Gnucash version 2.2, gnucash-2.2.9-4.fc12.i686 and the sqlite database is not part of that package. I can't comment on later Fedora releases I'm afraid. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/2 ------------------------------------------------------------------------ On 2010-09-03T18:32:16+00:00 Tom wrote: Hm, so -fno-fast-math makes it go away? Seems a bit odd, but I'm more than willing to nuke any "optimization" option that upstream is unwilling to include in their debug builds. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/3 ------------------------------------------------------------------------ On 2010-09-03T18:39:36+00:00 Tom wrote: I tried this on my Fedora 13 x86_64 box, using the gnucash that comes with F13 (gnucash-2.3.13-1.fc13.x86_64), and didn't see a problem. So either I'm testing wrongly, 2.3.13 doesn't have the problem, or it only occurs on 32-bit builds. Any thoughts which is the most likely path to pursue? Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/4 ------------------------------------------------------------------------ On 2010-09-03T23:58:16+00:00 Tom wrote: ... and the answer is that it's 32-bit-specific, or at least I can reproduce the data corruption on i686 F-13 and not x86_64. I don't see the other warnings that were mentioned in the upstream thread, though. Getting rid of -ffast-math does appear to fix it. I'll spin new RPMs with that fix shortly. Please test. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/5 ------------------------------------------------------------------------ On 2010-09-04T00:49:29+00:00 Fedora wrote: libdbi-drivers-0.8.3-6.fc13,libdbi-0.8.3-4.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/libdbi-drivers-0.8.3-6.fc13,libdbi-0.8.3-4.fc13 Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/6 ------------------------------------------------------------------------ On 2010-09-04T00:49:33+00:00 Fedora wrote: libdbi-drivers-0.8.3-6.fc12,libdbi-0.8.3-4.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/libdbi-drivers-0.8.3-6.fc12,libdbi-0.8.3-4.fc12 Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/7 ------------------------------------------------------------------------ On 2010-09-04T00:49:38+00:00 Fedora wrote: libdbi-drivers-0.8.3-6.fc14,libdbi-0.8.3-4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/libdbi-drivers-0.8.3-6.fc14,libdbi-0.8.3-4.fc14 Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/8 ------------------------------------------------------------------------ On 2010-09-04T08:29:39+00:00 Mike wrote: (In reply to comment #5) > ... and the answer is that it's 32-bit-specific, or at least I can reproduce > the data corruption on i686 F-13 and not x86_64. I don't see the other > warnings that were mentioned in the upstream thread, though. The other warnings I was getting was (I think) due to my GnuCash SVN tree getting corrupted, somethind I'd done elsewhere. It went away when I check out a fresh SVN tree. > > Getting rid of -ffast-math does appear to fix it. I'll spin new RPMs with > that > fix shortly. Please test. Will do. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/9 ------------------------------------------------------------------------ On 2010-09-04T10:20:18+00:00 Geert Janssens wrote: Tom, Thank you for your incredibly swift response. I have tested the updated packages on Fedora 13 i386 and can confirm they fix this bug. Is there anything I can do to speed up the process of getting them included in the official updates ? Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/10 ------------------------------------------------------------------------ On 2010-09-04T15:45:53+00:00 Tom wrote: (In reply to comment #10) > Is there anything I can do to speed up the process of getting them included in > the official updates ? Once the packages are pushed to updates-testing, you can add +1 karma to them (add a "works for me" comment to their bodhi page, which will have a link here once the push occurs). Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/11 ------------------------------------------------------------------------ On 2010-09-05T09:35:07+00:00 Mike wrote: This works for me on FC12 using GnuCash. Thanks Tom for very quick work. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/12 ------------------------------------------------------------------------ On 2010-09-06T05:15:00+00:00 Fedora wrote: libdbi-drivers-0.8.3-6.fc14, libdbi-0.8.3-4.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libdbi-drivers libdbi'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/libdbi-drivers-0.8.3-6.fc14,libdbi-0.8.3-4.fc14 Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/13 ------------------------------------------------------------------------ On 2010-09-07T09:12:42+00:00 Geert Janssens wrote: Will this be pushed to FC13 as well ? Or should I add a worksforme comment on the FC14 admin page ? I have only tested it in FC13 so far. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/14 ------------------------------------------------------------------------ On 2010-09-07T14:21:24+00:00 Tom wrote: Yes, it's in the queue for F13 and F12 too. What with the holiday weekend, I wasn't expecting to see *any* of those pushes happen before today ;-). Have patience, it should happen in the next day or two. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/15 ------------------------------------------------------------------------ On 2010-09-15T07:16:20+00:00 Fedora wrote: libdbi-drivers-0.8.3-6.fc14, libdbi-0.8.3-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/16 ------------------------------------------------------------------------ On 2010-09-15T22:32:41+00:00 Fedora wrote: libdbi-drivers-0.8.3-6.fc12, libdbi-0.8.3-4.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/17 ------------------------------------------------------------------------ On 2010-09-15T22:33:17+00:00 Fedora wrote: libdbi-drivers-0.8.3-6.fc13, libdbi-0.8.3-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/libdbi/+bug/673307/comments/18 ** Changed in: libdbi-drivers (Fedora) Status: Unknown => Fix Released ** Changed in: libdbi-drivers (Fedora) Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/673307 Title: libdbi / libdbd-sqlite3 returns incorrect values for several data types To manage notifications about this bug go to: https://bugs.launchpad.net/gnucash/+bug/673307/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs