GNOME Bugzilla – Bug 722958
GnuCash crashes while opening some reports of Income & Expenses
Last modified: 2018-06-29 23:25:19 UTC
Created attachment 267176 [details] Debug log When I open this reports in Income & Expenses: *Profit & Loss *Equity Statement *Income Statement *Trial Balance then GnuCash crashes. GnuCash 2.6.0 rev 38a0d33+ on 2014-01-01 PC: Lenovo ThinkPad L412 with Intel Core i3 M330 CPU 2.13 GHz. 4GB RAM OS: Debian 7 GNU/Linux jessie/sid Linux ThinkPad-L412 3.12-1-686-pae #1 SMP Debian 3.12.8-1 (2014-01-19) i686 GNU/Linux KDE 4.11.5 $ gnucash --debug Found Finance::Quote version 1.18 Segmentation fault $dmesg gnucash[6005]: segfault at 0 ip b6ca5f3a sp bff5d1c0 error 4 in libc-2.17.so[b6b76000+1aa000]
Thank you for your report. Can you tell me which version of guile gnucash is linked with ?
(In reply to comment #1) > Thank you for your report. Can you tell me which version of guile gnucash is > linked with ? Where can I find it? $ guile GNU Guile 2.0.9-deb+1-1
This is default version of GnuCash installed from Debian repository, not from source code.
(In reply to comment #3) > This is default version of GnuCash installed from Debian repository, not from > source code. Thanks. But I don't have Debian installed so I don't know how the package maintainers built gnucash for Debian. Can you run dpkg -l | grep guile and ldd /usr/bin/gnucash | grep guile and report the output ? That should provide sufficient information for my question.
(In reply to comment #4) $ dpkg -l | grep guile ii guile-2.0 2.0.9+1-1 i386 GNU extension language and Scheme interpreter ii guile-2.0-libs 2.0.9+1-1 i386 Core Guile libraries $ ldd /usr/bin/gnucash | grep guile libguile-2.0.so.22 => /usr/lib/libguile-2.0.so.22 (0xb72ec000) I created new file from default template, this reports opens fine, but with my file not working.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in gnucash 2.6.1, to be released this weekend. The problem is that the gnucash 2.6.0 release source files are missing a patch that is required to make gnucash work with guile 2 and languages that uses non-ascii characters. This patch will be in the 2.6.1 release source files (also referred to as the release tarball) *** This bug has been marked as a duplicate of bug 721600 ***
(In reply to comment #6) > Thanks for taking the time to report this bug. > This particular bug has already been reported into our bug tracking system, but > we are happy to tell you that the problem has already been fixed. It should be > solved in gnucash 2.6.1, to be released this weekend. > > The problem is that the gnucash 2.6.0 release source files are missing a patch > that is required to make gnucash work with guile 2 and languages that uses > non-ascii characters. > > This patch will be in the 2.6.1 release source files (also referred to as the > release tarball) > > *** This bug has been marked as a duplicate of bug 721600 *** Thank you, for your work!:)
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=722958. Please update any external references or bookmarks.