Arch-general
Threads by month
- ----- 2026 -----
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- 18 participants
- 9348 discussions
On Wed, 2026-04-15 at 09:15 +0900, Evans Jahja wrote:
> > So the first step is to install a client.
>
> I am confused as well. I have a Matrix account on matrix.org and a
> client.
> I'm not sure where the room is. [snip]
>
> What am I missing?
Sorry, I'm not a big fan of chat rooms, so I'm not familiar with the
pitfalls. Google says:
"Übersicht mit KI
To join the #archlinux-ports IRC channel, which is dedicated to
discussing Arch Linux ports to other architectures (like ARM, PPC, MIPS,
etc.), you need to connect to the Libera.Chat IRC network.
Here are the steps to join:
Use an IRC Client: Open an IRC client (such as HexChat, Konversation, or
WeeChat) and connect to the Libera.Chat network: irc.libera.chat.
Join the Channel: Once connected to the network, join the channel by
typing:
/join #archlinux-ports
Alternative (Webchat): You can use the Libera.Chat Webchat in your
browser. Enter a nickname, set the channel to #archlinux-ports, and
click "Start".
Rules & Etiquette: Be sure to read the channel topic and rules upon
joining, as specific IRC channels in the Arch community have established
guidelines for participation.
The Arch Linux Ports project also relies on mailing lists for
communication, which you can join via the Arch Linux Mailman interface."
3
4
Is it time to bring Arch Linux ARM into the fold of Arch Linux?
The GNU toolchain of ALARM is now very behind, and the developers are
dead silent about why. There little to no response on pull requests on
the github page, and while it seems like there is activity on their
PKGBUILDs repo, it almost seems to me that it is some kind of
automatic jobs being run.
Their forum is broken and has been broken for quite some time as well.
--
chs
12
20
> So the first step is to install a client.
I am confused as well. I have a Matrix account on matrix.org and a client.
I'm not sure where the room is. I found
https://github.com/archlinux/infrastructure/blob/master/docs/matrix.md
which leads to logging in using arch account which I have, but I can't
login to matrix using it (assumption: package maintainer only?)
I also saw #public-space:archlinux.org and #archlinux:archlinux.org,
again I couldn't join.
What am I missing?
1
0
> IRC/Matrix, so if you're interested please join #archlinux-ports
Where is it on Matrix? I am not sure which one I can join, is an invite needed?
1
0
Hi Natalie,
Carl Smedstad already resolved the issue quickly after reporting by releasing
libdbi-drivers-0.9.0-13. But your analysis seems spot on.
Thanks,
Uwe
Am 11.04.26 um 10:45 schrieb sprungles.me:
> Hi Uwe,
>
> Looking at your coredumpctl info, the crash is occurring in libdbdsqlite3.so during a strncpy operation specifically in frames 6 through 10. This indicates a buffer overflow within the SQLite driver for libdbi, likely triggered by a change in the underlying system libraries or the toolchain used to build the latest Arch packages.
>
> This is currently an assumption on my part, and I am definitely open to others sharing their thoughts or corrections if they see something else in the stack trace. To help narrow this down and find a workaround, could you check a few things?
>
> Regarding the DBI stack downgrade, since downgrading GnuCash didn't work, we should target the drivers that handle the database connection. You can do this by running the following command in your terminal to use your local package cache to revert to the previous versions:
>
> sudo pacman -U /var/cache/pacman/pkg/libdbi-0.9.0-7-x86_64.pkg.tar.zst /var/cache/pacman/pkg/libdbi-drivers-0.9.0-10-x86_64.pkg.tar.zst
>
> If the files are missing, you can download them from the Arch Linux Archive at archive.archlinux.org and run pacman -U on the downloaded files.
>
> Next, we should isolate the database from the driver to see if the crash is inherent to the driver or triggered by your specific data. Open a terminal and run "gnucash --new-file" to see if it remains stable. If GnuCash opens and stays stable, the overflow is likely triggered by the length of specific strings like account names or notes in your existing file interacting with the new driver version.
>
> For further debugging, I suggest using Valgrind because it is excellent for catching memory overflows. You can install it with "sudo pacman -S valgrind" and then run "valgrind gnucash budget_2026.gnucash" in your terminal. This will be slow, but look for lines mentioning Invalid write or Buffer overflow in the terminal output. Additionally, providing the output of "ldd --version" would help see if there is a mismatch with the core system C library.
>
> If the DBI downgrade fixes it for you, it is a strong sign we need to report this to the Arch maintainers for a package rebuild.
>
> Best,
>
> Natalie Spiva
>
>
>
> Sent with Proton Mail secure email.
>
> On Thursday, April 9th, 2026 at 12:51 PM, Uwe Sauter <uwe.sauter.de(a)gmail.com> wrote:
>
>> Hi all,
>>
>
>> since I updated GnuCash yesterday (5.14-3 -> 5.15-2) it keeps crashing with:
>>
>
>> $ gnucash budget_2026.gnucash
>> This is a development version. It may or may not work.
>> Report bugs and other problems to gnucash-devel(a)gnucash.org
>> You can also lookup and file bug reports at https://bugs.gnucash.org
>> To find the last stable version, please refer to https://www.gnucash.org/
>> *** buffer overflow detected ***: terminated
>> Aborted (core dumped) gnucash budget_2026.gnucash
>>
>
>>
>
>> When downgraded to 5.14-3 the error reads:
>>
>
>> $ gnucash budget_2026.gnucash
>> *** buffer overflow detected ***: terminated
>> Aborted (core dumped) gnucash budget_2026.gnucash
>>
>
>> During the update pacman informed that /var/lib/libdbi/sqlite3/ had permissions 1777 while the package's directory had
>> 0755. I changed the permissions to 0755 but I'm pretty sure that this is not the reason. Changing permissions back to
>> 1777 didn't help.
>>
>
>> I'm pretty certain that the GnuCash file (sqlite) is not corrupted because the crash also appears with files from the
>> last years.
>>
>
>> Since a whole bunch of other packages were updated as well and a downgrading to 5.14-3 didn't resolve the issue I
>> suspect that some dependency is causing this.
>>
>
>> Is anyone else experiencing that issue?
>>
>
>> Below you can find the relevant pacman log and info from coredumpctl.
>>
>
>>
>
>> Best,
>>
>
>> Uwe
>>
>
>>
>
>> #### pacman.log ####
>> [2026-04-08T19:46:08+0200] [PACMAN] Running 'pacman -Syyu --ignore edk2-ovmf'
>> [2026-04-08T19:46:08+0200] [PACMAN] synchronizing package lists
>> [2026-04-08T19:46:09+0200] [PACMAN] starting full system upgrade
>> [2026-04-08T19:46:30+0200] [ALPM] transaction started
>> [2026-04-08T19:46:30+0200] [ALPM] upgraded adwaita-cursors (49.0-1 -> 50.0-1)
>> [2026-04-08T19:46:30+0200] [ALPM] upgraded adwaita-icon-theme (49.0-1 -> 50.0-1)
>> [2026-04-08T19:46:30+0200] [ALPM] upgraded openssl (3.6.1-1 -> 3.6.2-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded gwenhywfar (5.14.1-1 -> 5.14.1-3)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded aqbanking (6.9.1-1 -> 6.9.1-2)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded libsysprof-capture (49.0-2 -> 50.0-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded glib2 (2.86.5-1 -> 2.88.0-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded gsettings-system-schemas (49.1-1 -> 50.0-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded gsettings-desktop-schemas (49.1-1 -> 50.0-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded at-spi2-core (2.58.4-1 -> 2.60.0-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded ding-libs (0.6.2-2 -> 0.7.0-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded dos2unix (7.5.4-1 -> 7.5.5-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded librsvg (2:2.61.4-1 -> 2:2.62.1-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded glycin (2.0.8-1 -> 2.1.1-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded gdk-pixbuf2 (2.44.4-1 -> 2.44.6-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded gtk-update-icon-cache (1:4.20.4-1 -> 1:4.22.2-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded tinysparql (3.10.1-2 -> 3.11.0-1)
>> [2026-04-08T19:46:31+0200] [ALPM] upgraded libpeas (1.36.0-7 -> 1.38.1-1)
>> [2026-04-08T19:46:32+0200] [ALPM] upgraded eom (1.28.0-3 -> 1.28.1-1)
>> [2026-04-08T19:46:32+0200] [ALPM] upgraded firefox (149.0-1 -> 149.0.2-1)
>> [2026-04-08T19:46:32+0200] [ALPM] upgraded firefox-i18n-de (149.0-1 -> 149.0.2-1)
>> [2026-04-08T19:46:33+0200] [ALPM] upgraded vtk (9.5.2-9 -> 9.6.1-1)
>> [2026-04-08T19:46:34+0200] [ALPM] upgraded opencascade (1:7.9.3-2 -> 1:7.9.3-3)
>> [2026-04-08T19:46:34+0200] [ALPM] upgraded shiboken6 (6.11.0-3 -> 6.11.0-4)
>> [2026-04-08T19:46:35+0200] [ALPM] upgraded pyside6 (6.11.0-3 -> 6.11.0-4)
>> [2026-04-08T19:46:35+0200] [ALPM] upgraded python-filelock (3.25.2-1 -> 3.26.0-1)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded freecad (1.1.0-3 -> 1.1.0-4)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded glibmm-2.68 (2.86.0-2 -> 2.88.0-1)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded gnome-keyring (1:48.0-1 -> 1:50.0-1)
>> [2026-04-08T19:46:36+0200] [ALPM] installed gwenhywfar-gtk (5.14.1-3)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded libdbi (0.9.0-7 -> 0.9.0-8)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded gstreamer (1.28.1-2 -> 1.28.2-1)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded gst-plugins-base-libs (1.28.1-2 -> 1.28.2-1)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded gst-plugins-bad-libs (1.28.1-2 -> 1.28.2-1)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded xdg-dbus-proxy (0.1.6-1 -> 0.1.7-1)
>> [2026-04-08T19:46:36+0200] [ALPM] upgraded webkit2gtk-4.1 (2.50.6-1 -> 2.52.1-1)
>> [2026-04-08T19:46:37+0200] [ALPM] upgraded gnucash (5.14-3 -> 5.15-2)
>> [2026-04-08T19:46:37+0200] [ALPM] upgraded gtk4 (1:4.20.4-1 -> 1:4.22.2-1)
>> [2026-04-08T19:46:37+0200] [ALPM] upgraded libadwaita (1:1.8.4-1 -> 1:1.9.0-1)
>> [2026-04-08T19:46:37+0200] [ALPM] upgraded webkitgtk-6.0 (2.50.6-1 -> 2.52.1-1)
>> [2026-04-08T19:46:38+0200] [ALPM] upgraded gnucash-docs (5.14-1 -> 5.15-2)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded go (2:1.26.1-1 -> 2:1.26.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded gssproxy (0.9.2-2 -> 0.9.2-3)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded gst-libav (1.28.1-2 -> 1.28.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded gst-plugins-bad (1.28.1-2 -> 1.28.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded gst-plugins-base (1.28.1-2 -> 1.28.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded gst-plugins-good (1.28.1-2 -> 1.28.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded gtkmm-4.0 (4.20.0-1 -> 4.22.0-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded hwdata (0.405-1 -> 0.406-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded gvfs (1.58.3-1 -> 1.60.0-2)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded lib2geom (1.4-2 -> 1.4-3)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded libdatachannel (0.24.1-1 -> 0.24.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] warning: directory permissions differ on /var/lib/libdbi/sqlite3/, filesystem: 1777
>> package: 755
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded libdbi-drivers (0.9.0-10 -> 0.9.0-12)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded libisofs (1.5.8-1 -> 1.5.8.1-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded nfsidmap (2.8.7-1 -> 2.9.1-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded nfs-utils (2.8.7-1 -> 2.9.1-1)
>> [2026-04-08T19:46:40+0200] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded pacman-mirrorlist (20260213-1 -> 20260406-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded pciutils (3.14.0-1 -> 3.15.0-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded python-bitarray (3.8.0-2 -> 3.8.1-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded python-gobject (3.54.5-2 -> 3.56.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded python-jaraco.context (6.0.1-3 -> 6.1.2-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded python-platformdirs (4.9.4-1 -> 4.9.5-1)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded python-pyqt5 (5.15.11-6 -> 5.15.11-7)
>> [2026-04-08T19:46:40+0200] [ALPM] upgraded python-wrapt (2.1.1-1 -> 2.1.2-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded qt6-webengine (6.11.0-2 -> 6.11.0-3)
>> [2026-04-08T19:46:41+0200] [ALPM] installed colm (0.14.7-5)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded ragel (6.10-4 -> 7.0.4-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded rust-analyzer (20260330-1 -> 20260406-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded simdjson (1:4.6.0-1 -> 1:4.6.1-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded simple-scan (49.1-1 -> 50.0-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded vim-runtime (9.2.0283-1 -> 9.2.0316-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded vim (9.2.0283-1 -> 9.2.0316-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded vte-common (0.82.3-1 -> 0.84.0-1)
>> [2026-04-08T19:46:41+0200] [ALPM] upgraded vte3 (0.82.3-1 -> 0.84.0-1)
>> [2026-04-08T19:46:42+0200] [ALPM] upgraded zed (0.230.1-1 -> 0.230.2-1)
>> [2026-04-08T19:46:42+0200] [ALPM] transaction completed
>> [2026-04-08T19:46:44+0200] [ALPM] running '20-systemd-sysusers.hook'...
>> [2026-04-08T19:46:44+0200] [ALPM] running '21-systemd-tmpfiles.hook'...
>> [2026-04-08T19:46:44+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
>> [2026-04-08T19:46:45+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
>> [2026-04-08T19:46:46+0200] [ALPM] running '30-update-mime-database.hook'...
>> [2026-04-08T19:46:46+0200] [ALPM] running '35-systemd-enqueue-marked.hook'...
>> [2026-04-08T19:46:46+0200] [ALPM] running '35-systemd-udev-reload.hook'...
>> [2026-04-08T19:46:48+0200] [ALPM] running '35-systemd-update.hook'...
>> [2026-04-08T19:46:48+0200] [ALPM] running 'gio-querymodules.hook'...
>> [2026-04-08T19:46:48+0200] [ALPM] running 'glib-compile-schemas.hook'...
>> [2026-04-08T19:46:48+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
>> [2026-04-08T19:46:48+0200] [ALPM] running 'gvfsd.hook'...
>> [2026-04-08T19:46:48+0200] [ALPM] running 'update-desktop-database.hook'...
>> #### end pacman.log ####
>>
>
>>
>
>> #### coredumpectl info ####
>> PID: 10671 (gnucash)
>> UID: 1000 (uwe)
>> GID: 1000 (uwe)
>> Signal: 6 (ABRT)
>> Timestamp: Thu 2026-04-09 21:12:11 CEST (3min 45s ago)
>> Command Line: gnucash budget_2026.gnucash
>> Executable: /usr/bin/gnucash
>> Control Group: /user.slice/user-1000.slice/session-3.scope
>> Unit: session-3.scope
>> Slice: user-1000.slice
>> Session: 3
>> Owner UID: 1000 (uwe)
>> Boot ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> Machine ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> Hostname: kiste
>> Storage: /var/lib/systemd/coredump/core.gnucash.1000.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.10671.1775761931000000.zst
>> (present)
>> Size on Disk: 16.2M
>> Message: Process 10671 (gnucash) of user 1000 dumped core.
>>
>
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report-menus.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-to-gnc.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-merge-groups.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-utils.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-file.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-parse.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-guess-map.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-objects.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/string.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-dialog-utils.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/head-or-tail.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-14.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/plain.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/footer.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/css.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/locale/us/tax/txf-help.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/locale/us/tax/txf.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/locale/us/tax.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/locale-specific/us/taxtxf.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/average-balance.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/daily-reports.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/sample-graphs.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/sample-report.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/general-ledger.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/income-statement.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/cash-flow.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/price-scatter.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/portfolio.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balsheet-eg.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/dashboard.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/cash-flow-calc.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/cashflow-barchart.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/account-summary.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/taxinvoice.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-balance-sheet.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/account-piecharts.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-flow.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/lot-viewer.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balance-sheet.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/view-column.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/eguile/eguile-html-utilities.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/eguile/eguile-utilities.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/eguile.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/syntax.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/local-eval.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/receipt.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/advanced-portfolio.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/trial-balance.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-barchart.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/category-barchart.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/transaction.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/invoice.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/income-gst-statement.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/reconcile-report.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/ifrs-cost-basis.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/general-journal.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balsheet-pnl.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/investment-lots.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-income-statement.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/equity-statement.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balance-forecast.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/net-charts.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/customer-summary.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/txn-columns.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/new-owner-report.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/new-aging.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/register.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/reports.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/trep-engine.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-fonts.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/options-utilities.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/iconv.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/web/uri.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-table.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/commodity-utilities.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-acct-table.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-text.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/report-utilities.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/report-register-hooks.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-69.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/and-let-star.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-2.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/report-core.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-utilities.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/json/builder.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-chart.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-style-info.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-anytag.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-document.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/rnrs/bytevectors/gnu.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/rdelim.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/textual-ports.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/custom-ports.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/binary-ports.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/soft-ports.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/pretty-print.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/options.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-style-sheet.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/html.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-6.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-19.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/report.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/gnome-utils/gnc-menu-extensions.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/gnome-utils.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/app-utils/c-interface.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/app-utils/date-utilities.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/app-utils.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-8.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/engine/gnc-numeric.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/engine/business-core.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-13.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/engine.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/optargs.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/i18n.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-16.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/base/pmatch.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/language/tree-il/primitives.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/oop/goops.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/ftw.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/regex.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/base/target.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/foreign.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/foreign-library.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/core-utils.go without build-id.
>> Module /usr/lib/guile/3.0/site-ccache/gnucash/utilities.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/format.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/vlist.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-26.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/language/scheme/decompile-tree-il.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/language/tree-il.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/language/scheme/compile-tree-il.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/language/scheme/spec.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/vm/loader.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/receive.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/base/message.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/base/syntax.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/base/language.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/base/compile.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/eval-string.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/rnrs/bytevectors.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-4.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/exceptions.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/control.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/q.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-9/gnu.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/system/base/ck.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-9.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-1.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/futures.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/match.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/threads.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/ports.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/srfi/srfi-11.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/copy-tree.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/deprecated.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/networking.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/posix.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/psyntax-pp.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/boot-9.go without build-id.
>> Module /usr/lib/guile/3.0/ccache/ice-9/eval.go without build-id.
>> Stack trace of thread 10671:
>> #0 0x00007f8d0cdd7a2c n/a (libc.so.6 + 0x98a2c)
>> #1 0x00007f8d0cd7d1a0 raise (libc.so.6 + 0x3e1a0)
>> #2 0x00007f8d0cd645fe abort (libc.so.6 + 0x255fe)
>> #3 0x00007f8d0cd65697 n/a (libc.so.6 + 0x26697)
>> #4 0x00007f8d0ce64b80 __fortify_fail (libc.so.6 + 0x125b80)
>> #5 0x00007f8d0ce644f4 __chk_fail (libc.so.6 + 0x1254f4)
>> #6 0x00007f8d0ce66229 __strncpy_chk (libc.so.6 + 0x127229)
>> #7 0x00007f8cf42d6217 n/a (libdbdsqlite3.so + 0x3217)
>> #8 0x00007f8cf42d63dc n/a (libdbdsqlite3.so + 0x33dc)
>> #9 0x00007f8cf42d7393 dbd_query (libdbdsqlite3.so + 0x4393)
>> #10 0x00007f8cf42e4632 dbi_conn_query (libdbi.so.1 + 0x7632)
>> #11 0x00007f8cf424f8a3
>> _ZN19GncDbiSqlConnection24execute_select_statementERKSt10unique_ptrI15GncSqlStatementSt14default_deleteIS1_EE
>> (libgncmod-backend-dbi.so + 0x3f8a3)
>> #12 0x00007f8cf41e9230
>> _ZNK13GncSqlBackend24execute_select_statementERKSt10unique_ptrI15GncSqlStatementSt14default_deleteIS1_EE
>> (libgnc-backend-sql.so + 0x3e230)
>> #13 0x00007f8cf41e5730 n/a (libgnc-backend-sql.so + 0x3a730)
>> #14 0x00007f8cf41e721d _ZN18GncSqlTransBackend8load_allEP13GncSqlBackend (libgnc-backend-sql.so + 0x3c21d)
>> #15 0x00007f8cf41ee21c _ZN13GncSqlBackend4loadEP8_QofBook18QofBackendLoadType (libgnc-backend-sql.so +
>> 0x4321c)
>> #16 0x00007f8cf42520d4 n/a (libgncmod-backend-dbi.so + 0x420d4)
>> #17 0x00007f8d0d71fd68 _ZN14QofSessionImpl4loadEPFvPKcdE (libgnc-engine.so + 0x296d68)
>> #18 0x00007f8d0e1a0742 n/a (libgnc-gnome-utils.so + 0x69742)
>> #19 0x000055c573a5173f n/a (/usr/bin/gnucash + 0x1473f)
>> #20 0x00007f8d0e3d8de9 n/a (libguile-3.0.so.1 + 0x55de9)
>> #21 0x00007f8d0e3bb926 n/a (libguile-3.0.so.1 + 0x38926)
>> #22 0x00007f8d0e455974 n/a (libguile-3.0.so.1 + 0xd2974)
>> #23 0x00007f8d0e463f5c scm_call_n (libguile-3.0.so.1 + 0xe0f5c)
>> #24 0x00007f8d0e3bd352 scm_call_2 (libguile-3.0.so.1 + 0x3a352)
>> #25 0x00007f8d0e3c2c58 n/a (libguile-3.0.so.1 + 0x3fc58)
>> #26 0x00007f8d0e44f73f scm_c_catch (libguile-3.0.so.1 + 0xcc73f)
>> #27 0x00007f8d0e3be4bf scm_c_with_continuation_barrier (libguile-3.0.so.1 + 0x3b4bf)
>> #28 0x00007f8d0e44e6a7 n/a (libguile-3.0.so.1 + 0xcb6a7)
>> #29 0x00007f8d0c2e393a GC_call_with_stack_base (libgc.so.1 + 0x2193a)
>> #30 0x00007f8d0e447a7f scm_with_guile (libguile-3.0.so.1 + 0xc4a7f)
>> #31 0x00007f8d0e3e2bdb scm_boot_guile (libguile-3.0.so.1 + 0x5fbdb)
>> #32 0x000055c573a547be _ZN7Gnucash7Gnucash5startEiPPc (/usr/bin/gnucash + 0x177be)
>> #33 0x000055c573a47d6b main (/usr/bin/gnucash + 0xad6b)
>> #34 0x00007f8d0cd666c1 n/a (libc.so.6 + 0x276c1)
>> #35 0x00007f8d0cd667f9 __libc_start_main (libc.so.6 + 0x277f9)
>> #36 0x000055c573a48055 _start (/usr/bin/gnucash + 0xb055)
>>
>
>> Stack trace of thread 10676:
>> #0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
>> #1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
>> #2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
>> #3 0x00007f8d0ce4c2f6 ppoll (libc.so.6 + 0x10d2f6)
>> #4 0x00007f8d0d38f734 n/a (libglib-2.0.so.0 + 0x60734)
>> #5 0x00007f8d0d38f815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
>> #6 0x00007f8cedf907be n/a (libdconfsettings.so + 0x77be)
>> #7 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
>> #8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10674:
>> #0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
>> #1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
>> #2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
>> #3 0x00007f8d0ce4c2f6 ppoll (libc.so.6 + 0x10d2f6)
>> #4 0x00007f8d0d38f734 n/a (libglib-2.0.so.0 + 0x60734)
>> #5 0x00007f8d0d38f815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
>> #6 0x00007f8d0d38f862 n/a (libglib-2.0.so.0 + 0x60862)
>> #7 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
>> #8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10673:
>> #0 0x00007f8d0ce5706d syscall (libc.so.6 + 0x11806d)
>> #1 0x00007f8d0d3bbdee g_cond_wait (libglib-2.0.so.0 + 0x8cdee)
>> #2 0x00007f8d0d35522d n/a (libglib-2.0.so.0 + 0x2622d)
>> #3 0x00007f8d0d3c59c7 n/a (libglib-2.0.so.0 + 0x969c7)
>> #4 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10672:
>> #0 0x00007f8d0ce5706d syscall (libc.so.6 + 0x11806d)
>> #1 0x00007f8d0d3bbdee g_cond_wait (libglib-2.0.so.0 + 0x8cdee)
>> #2 0x00007f8d0d35522d n/a (libglib-2.0.so.0 + 0x2622d)
>> #3 0x00007f8d0d35529d g_async_queue_pop (libglib-2.0.so.0 + 0x2629d)
>> #4 0x00007f8d0baf751c n/a (libpangoft2-1.0.so.0 + 0xc51c)
>> #5 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
>> #6 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #7 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10680:
>> #0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
>> #1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
>> #2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
>> #3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
>> #4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10683:
>> #0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
>> #1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
>> #2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
>> #3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
>> #4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10675:
>> #0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
>> #1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
>> #2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
>> #3 0x00007f8d0ce4c2f6 ppoll (libc.so.6 + 0x10d2f6)
>> #4 0x00007f8d0d38f734 n/a (libglib-2.0.so.0 + 0x60734)
>> #5 0x00007f8d0d38f9c7 g_main_loop_run (libglib-2.0.so.0 + 0x609c7)
>> #6 0x00007f8d0d97f6a4 n/a (libgio-2.0.so.0 + 0x1196a4)
>> #7 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
>> #8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10679:
>> #0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
>> #1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
>> #2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
>> #3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
>> #4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10677:
>> #0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
>> #1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
>> #2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
>> #3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
>> #4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10687:
>> #0 0x00007f8d039b6aa6 n/a (libglycin-2.so.0 + 0x1e5aa6)
>> #1 0x00007f8d039b6152 n/a (libglycin-2.so.0 + 0x1e5152)
>> #2 0x00007f8d039b5f8c n/a (libglycin-2.so.0 + 0x1e4f8c)
>> #3 0x00007f8d03afe570 n/a (libglycin-2.so.0 + 0x32d570)
>> #4 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #5 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10693:
>> #0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
>> #1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
>> #2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
>> #3 0x00007f8d0ce4267f wait4 (libc.so.6 + 0x10367f)
>> #4 0x00007f8d03b0446b n/a (libglycin-2.so.0 + 0x33346b)
>> #5 0x00007f8d038e440a n/a (libglycin-2.so.0 + 0x11340a)
>> #6 0x00007f8d038ed6e7 n/a (libglycin-2.so.0 + 0x11c6e7)
>> #7 0x00007f8d03afe570 n/a (libglycin-2.so.0 + 0x32d570)
>> #8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10681:
>> #0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
>> #1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
>> #2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
>> #3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
>> #4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10678:
>> #0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
>> #1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
>> #2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
>> #3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
>> #4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10684:
>> #0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
>> #1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
>> #2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
>> #3 0x00007f8d0ce4c32e read (libc.so.6 + 0x10d32e)
>> #4 0x00007f8d0e3c9a44 n/a (libguile-3.0.so.1 + 0x46a44)
>> #5 0x00007f8d0c2dfae2 n/a (libgc.so.1 + 0x1dae2)
>> #6 0x00007f8d0c2e3b25 n/a (libgc.so.1 + 0x21b25)
>> #7 0x00007f8d0c2e3f03 GC_do_blocking (libgc.so.1 + 0x21f03)
>> #8 0x00007f8d0e447b0a scm_without_guile (libguile-3.0.so.1 + 0xc4b0a)
>> #9 0x00007f8d0e3d303a n/a (libguile-3.0.so.1 + 0x5003a)
>> #10 0x00007f8d0e3bb926 n/a (libguile-3.0.so.1 + 0x38926)
>> #11 0x00007f8d0e455974 n/a (libguile-3.0.so.1 + 0xd2974)
>> #12 0x00007f8d0e463f5c scm_call_n (libguile-3.0.so.1 + 0xe0f5c)
>> #13 0x00007f8d0e3bd352 scm_call_2 (libguile-3.0.so.1 + 0x3a352)
>> #14 0x00007f8d0e3c2c58 n/a (libguile-3.0.so.1 + 0x3fc58)
>> #15 0x00007f8d0e44f73f scm_c_catch (libguile-3.0.so.1 + 0xcc73f)
>> #16 0x00007f8d0e3be4bf scm_c_with_continuation_barrier (libguile-3.0.so.1 + 0x3b4bf)
>> #17 0x00007f8d0e44e6a7 n/a (libguile-3.0.so.1 + 0xcb6a7)
>> #18 0x00007f8d0c2e393a GC_call_with_stack_base (libgc.so.1 + 0x2193a)
>> #19 0x00007f8d0e447a7f scm_with_guile (libguile-3.0.so.1 + 0xc4a7f)
>> #20 0x00007f8d0e3d30a8 n/a (libguile-3.0.so.1 + 0x500a8)
>> #21 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #22 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10686:
>> #0 0x00007f8d0ce5706d syscall (libc.so.6 + 0x11806d)
>> #1 0x00007f8d03a6c1a5 n/a (libglycin-2.so.0 + 0x29b1a5)
>> #2 0x00007f8d039af029 n/a (libglycin-2.so.0 + 0x1de029)
>> #3 0x00007f8d039ad619 n/a (libglycin-2.so.0 + 0x1dc619)
>> #4 0x00007f8d039ad521 n/a (libglycin-2.so.0 + 0x1dc521)
>> #5 0x00007f8d03afe570 n/a (libglycin-2.so.0 + 0x32d570)
>> #6 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #7 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>>
>
>> Stack trace of thread 10682:
>> #0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
>> #1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
>> #2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
>> #3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
>> #4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
>> #5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
>> #6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
>> ELF object binary architecture: AMD x86-64
>> #### end coredumpctl info ####
>>
>
>>
>
>>
>
>>
>
>>
>
>>
1
0
Hi all,
since I updated GnuCash yesterday (5.14-3 -> 5.15-2) it keeps crashing with:
$ gnucash budget_2026.gnucash
This is a development version. It may or may not work.
Report bugs and other problems to gnucash-devel(a)gnucash.org
You can also lookup and file bug reports at https://bugs.gnucash.org
To find the last stable version, please refer to https://www.gnucash.org/
*** buffer overflow detected ***: terminated
Aborted (core dumped) gnucash budget_2026.gnucash
When downgraded to 5.14-3 the error reads:
$ gnucash budget_2026.gnucash
*** buffer overflow detected ***: terminated
Aborted (core dumped) gnucash budget_2026.gnucash
During the update pacman informed that /var/lib/libdbi/sqlite3/ had permissions 1777 while the package's directory had
0755. I changed the permissions to 0755 but I'm pretty sure that this is not the reason. Changing permissions back to
1777 didn't help.
I'm pretty certain that the GnuCash file (sqlite) is not corrupted because the crash also appears with files from the
last years.
Since a whole bunch of other packages were updated as well and a downgrading to 5.14-3 didn't resolve the issue I
suspect that some dependency is causing this.
Is anyone else experiencing that issue?
Below you can find the relevant pacman log and info from coredumpctl.
Best,
Uwe
#### pacman.log ####
[2026-04-08T19:46:08+0200] [PACMAN] Running 'pacman -Syyu --ignore edk2-ovmf'
[2026-04-08T19:46:08+0200] [PACMAN] synchronizing package lists
[2026-04-08T19:46:09+0200] [PACMAN] starting full system upgrade
[2026-04-08T19:46:30+0200] [ALPM] transaction started
[2026-04-08T19:46:30+0200] [ALPM] upgraded adwaita-cursors (49.0-1 -> 50.0-1)
[2026-04-08T19:46:30+0200] [ALPM] upgraded adwaita-icon-theme (49.0-1 -> 50.0-1)
[2026-04-08T19:46:30+0200] [ALPM] upgraded openssl (3.6.1-1 -> 3.6.2-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded gwenhywfar (5.14.1-1 -> 5.14.1-3)
[2026-04-08T19:46:31+0200] [ALPM] upgraded aqbanking (6.9.1-1 -> 6.9.1-2)
[2026-04-08T19:46:31+0200] [ALPM] upgraded libsysprof-capture (49.0-2 -> 50.0-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded glib2 (2.86.5-1 -> 2.88.0-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded gsettings-system-schemas (49.1-1 -> 50.0-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded gsettings-desktop-schemas (49.1-1 -> 50.0-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded at-spi2-core (2.58.4-1 -> 2.60.0-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded ding-libs (0.6.2-2 -> 0.7.0-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded dos2unix (7.5.4-1 -> 7.5.5-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded librsvg (2:2.61.4-1 -> 2:2.62.1-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded glycin (2.0.8-1 -> 2.1.1-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded gdk-pixbuf2 (2.44.4-1 -> 2.44.6-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded gtk-update-icon-cache (1:4.20.4-1 -> 1:4.22.2-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded tinysparql (3.10.1-2 -> 3.11.0-1)
[2026-04-08T19:46:31+0200] [ALPM] upgraded libpeas (1.36.0-7 -> 1.38.1-1)
[2026-04-08T19:46:32+0200] [ALPM] upgraded eom (1.28.0-3 -> 1.28.1-1)
[2026-04-08T19:46:32+0200] [ALPM] upgraded firefox (149.0-1 -> 149.0.2-1)
[2026-04-08T19:46:32+0200] [ALPM] upgraded firefox-i18n-de (149.0-1 -> 149.0.2-1)
[2026-04-08T19:46:33+0200] [ALPM] upgraded vtk (9.5.2-9 -> 9.6.1-1)
[2026-04-08T19:46:34+0200] [ALPM] upgraded opencascade (1:7.9.3-2 -> 1:7.9.3-3)
[2026-04-08T19:46:34+0200] [ALPM] upgraded shiboken6 (6.11.0-3 -> 6.11.0-4)
[2026-04-08T19:46:35+0200] [ALPM] upgraded pyside6 (6.11.0-3 -> 6.11.0-4)
[2026-04-08T19:46:35+0200] [ALPM] upgraded python-filelock (3.25.2-1 -> 3.26.0-1)
[2026-04-08T19:46:36+0200] [ALPM] upgraded freecad (1.1.0-3 -> 1.1.0-4)
[2026-04-08T19:46:36+0200] [ALPM] upgraded glibmm-2.68 (2.86.0-2 -> 2.88.0-1)
[2026-04-08T19:46:36+0200] [ALPM] upgraded gnome-keyring (1:48.0-1 -> 1:50.0-1)
[2026-04-08T19:46:36+0200] [ALPM] installed gwenhywfar-gtk (5.14.1-3)
[2026-04-08T19:46:36+0200] [ALPM] upgraded libdbi (0.9.0-7 -> 0.9.0-8)
[2026-04-08T19:46:36+0200] [ALPM] upgraded gstreamer (1.28.1-2 -> 1.28.2-1)
[2026-04-08T19:46:36+0200] [ALPM] upgraded gst-plugins-base-libs (1.28.1-2 -> 1.28.2-1)
[2026-04-08T19:46:36+0200] [ALPM] upgraded gst-plugins-bad-libs (1.28.1-2 -> 1.28.2-1)
[2026-04-08T19:46:36+0200] [ALPM] upgraded xdg-dbus-proxy (0.1.6-1 -> 0.1.7-1)
[2026-04-08T19:46:36+0200] [ALPM] upgraded webkit2gtk-4.1 (2.50.6-1 -> 2.52.1-1)
[2026-04-08T19:46:37+0200] [ALPM] upgraded gnucash (5.14-3 -> 5.15-2)
[2026-04-08T19:46:37+0200] [ALPM] upgraded gtk4 (1:4.20.4-1 -> 1:4.22.2-1)
[2026-04-08T19:46:37+0200] [ALPM] upgraded libadwaita (1:1.8.4-1 -> 1:1.9.0-1)
[2026-04-08T19:46:37+0200] [ALPM] upgraded webkitgtk-6.0 (2.50.6-1 -> 2.52.1-1)
[2026-04-08T19:46:38+0200] [ALPM] upgraded gnucash-docs (5.14-1 -> 5.15-2)
[2026-04-08T19:46:40+0200] [ALPM] upgraded go (2:1.26.1-1 -> 2:1.26.2-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded gssproxy (0.9.2-2 -> 0.9.2-3)
[2026-04-08T19:46:40+0200] [ALPM] upgraded gst-libav (1.28.1-2 -> 1.28.2-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded gst-plugins-bad (1.28.1-2 -> 1.28.2-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded gst-plugins-base (1.28.1-2 -> 1.28.2-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded gst-plugins-good (1.28.1-2 -> 1.28.2-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded gtkmm-4.0 (4.20.0-1 -> 4.22.0-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded hwdata (0.405-1 -> 0.406-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded gvfs (1.58.3-1 -> 1.60.0-2)
[2026-04-08T19:46:40+0200] [ALPM] upgraded lib2geom (1.4-2 -> 1.4-3)
[2026-04-08T19:46:40+0200] [ALPM] upgraded libdatachannel (0.24.1-1 -> 0.24.2-1)
[2026-04-08T19:46:40+0200] [ALPM] warning: directory permissions differ on /var/lib/libdbi/sqlite3/, filesystem: 1777
package: 755
[2026-04-08T19:46:40+0200] [ALPM] upgraded libdbi-drivers (0.9.0-10 -> 0.9.0-12)
[2026-04-08T19:46:40+0200] [ALPM] upgraded libisofs (1.5.8-1 -> 1.5.8.1-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded nfsidmap (2.8.7-1 -> 2.9.1-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded nfs-utils (2.8.7-1 -> 2.9.1-1)
[2026-04-08T19:46:40+0200] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2026-04-08T19:46:40+0200] [ALPM] upgraded pacman-mirrorlist (20260213-1 -> 20260406-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded pciutils (3.14.0-1 -> 3.15.0-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded python-bitarray (3.8.0-2 -> 3.8.1-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded python-gobject (3.54.5-2 -> 3.56.2-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded python-jaraco.context (6.0.1-3 -> 6.1.2-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded python-platformdirs (4.9.4-1 -> 4.9.5-1)
[2026-04-08T19:46:40+0200] [ALPM] upgraded python-pyqt5 (5.15.11-6 -> 5.15.11-7)
[2026-04-08T19:46:40+0200] [ALPM] upgraded python-wrapt (2.1.1-1 -> 2.1.2-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded qt6-webengine (6.11.0-2 -> 6.11.0-3)
[2026-04-08T19:46:41+0200] [ALPM] installed colm (0.14.7-5)
[2026-04-08T19:46:41+0200] [ALPM] upgraded ragel (6.10-4 -> 7.0.4-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded rust-analyzer (20260330-1 -> 20260406-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded simdjson (1:4.6.0-1 -> 1:4.6.1-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded simple-scan (49.1-1 -> 50.0-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded vim-runtime (9.2.0283-1 -> 9.2.0316-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded vim (9.2.0283-1 -> 9.2.0316-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded vte-common (0.82.3-1 -> 0.84.0-1)
[2026-04-08T19:46:41+0200] [ALPM] upgraded vte3 (0.82.3-1 -> 0.84.0-1)
[2026-04-08T19:46:42+0200] [ALPM] upgraded zed (0.230.1-1 -> 0.230.2-1)
[2026-04-08T19:46:42+0200] [ALPM] transaction completed
[2026-04-08T19:46:44+0200] [ALPM] running '20-systemd-sysusers.hook'...
[2026-04-08T19:46:44+0200] [ALPM] running '21-systemd-tmpfiles.hook'...
[2026-04-08T19:46:44+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2026-04-08T19:46:45+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2026-04-08T19:46:46+0200] [ALPM] running '30-update-mime-database.hook'...
[2026-04-08T19:46:46+0200] [ALPM] running '35-systemd-enqueue-marked.hook'...
[2026-04-08T19:46:46+0200] [ALPM] running '35-systemd-udev-reload.hook'...
[2026-04-08T19:46:48+0200] [ALPM] running '35-systemd-update.hook'...
[2026-04-08T19:46:48+0200] [ALPM] running 'gio-querymodules.hook'...
[2026-04-08T19:46:48+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2026-04-08T19:46:48+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2026-04-08T19:46:48+0200] [ALPM] running 'gvfsd.hook'...
[2026-04-08T19:46:48+0200] [ALPM] running 'update-desktop-database.hook'...
#### end pacman.log ####
#### coredumpectl info ####
PID: 10671 (gnucash)
UID: 1000 (uwe)
GID: 1000 (uwe)
Signal: 6 (ABRT)
Timestamp: Thu 2026-04-09 21:12:11 CEST (3min 45s ago)
Command Line: gnucash budget_2026.gnucash
Executable: /usr/bin/gnucash
Control Group: /user.slice/user-1000.slice/session-3.scope
Unit: session-3.scope
Slice: user-1000.slice
Session: 3
Owner UID: 1000 (uwe)
Boot ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Machine ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hostname: kiste
Storage: /var/lib/systemd/coredump/core.gnucash.1000.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.10671.1775761931000000.zst
(present)
Size on Disk: 16.2M
Message: Process 10671 (gnucash) of user 1000 dumped core.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report-menus.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-to-gnc.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-merge-groups.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-utils.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-file.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-parse.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-guess-map.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-objects.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/string.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import/qif-dialog-utils.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/qif-import.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/head-or-tail.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-14.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/plain.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/footer.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/stylesheets/css.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/locale/us/tax/txf-help.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/locale/us/tax/txf.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/locale/us/tax.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/locale-specific/us/taxtxf.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/average-balance.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/daily-reports.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/sample-graphs.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/example/sample-report.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/general-ledger.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/income-statement.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/cash-flow.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/price-scatter.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/portfolio.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balsheet-eg.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/dashboard.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/cash-flow-calc.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/cashflow-barchart.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/account-summary.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/taxinvoice.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-balance-sheet.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/account-piecharts.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-flow.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/lot-viewer.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balance-sheet.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/view-column.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/eguile/eguile-html-utilities.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/eguile/eguile-utilities.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/eguile.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/syntax.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/local-eval.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/receipt.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/advanced-portfolio.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/trial-balance.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-barchart.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/category-barchart.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/transaction.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/invoice.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/income-gst-statement.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/reconcile-report.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/ifrs-cost-basis.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/general-journal.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balsheet-pnl.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/investment-lots.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/budget-income-statement.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/equity-statement.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/balance-forecast.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/net-charts.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/customer-summary.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/txn-columns.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/new-owner-report.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/new-aging.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports/standard/register.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/reports.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/trep-engine.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-fonts.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/options-utilities.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/iconv.go without build-id.
Module /usr/lib/guile/3.0/ccache/web/uri.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-table.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/commodity-utilities.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-acct-table.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-text.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/report-utilities.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/report-register-hooks.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-69.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/and-let-star.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-2.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/report-core.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-utilities.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/json/builder.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-chart.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-style-info.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-anytag.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-document.go without build-id.
Module /usr/lib/guile/3.0/ccache/rnrs/bytevectors/gnu.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/rdelim.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/textual-ports.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/custom-ports.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/binary-ports.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/soft-ports.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/pretty-print.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/options.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report/html-style-sheet.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/html.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-6.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-19.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/report.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/gnome-utils/gnc-menu-extensions.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/gnome-utils.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/app-utils/c-interface.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/app-utils/date-utilities.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/app-utils.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-8.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/engine/gnc-numeric.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/engine/business-core.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-13.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/engine.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/optargs.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/i18n.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-16.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/base/pmatch.go without build-id.
Module /usr/lib/guile/3.0/ccache/language/tree-il/primitives.go without build-id.
Module /usr/lib/guile/3.0/ccache/oop/goops.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/ftw.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/regex.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/base/target.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/foreign.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/foreign-library.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/core-utils.go without build-id.
Module /usr/lib/guile/3.0/site-ccache/gnucash/utilities.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/format.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/vlist.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-26.go without build-id.
Module /usr/lib/guile/3.0/ccache/language/scheme/decompile-tree-il.go without build-id.
Module /usr/lib/guile/3.0/ccache/language/tree-il.go without build-id.
Module /usr/lib/guile/3.0/ccache/language/scheme/compile-tree-il.go without build-id.
Module /usr/lib/guile/3.0/ccache/language/scheme/spec.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/vm/loader.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/receive.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/base/message.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/base/syntax.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/base/language.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/base/compile.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/eval-string.go without build-id.
Module /usr/lib/guile/3.0/ccache/rnrs/bytevectors.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-4.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/exceptions.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/control.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/q.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-9/gnu.go without build-id.
Module /usr/lib/guile/3.0/ccache/system/base/ck.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-9.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-1.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/futures.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/match.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/threads.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/ports.go without build-id.
Module /usr/lib/guile/3.0/ccache/srfi/srfi-11.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/copy-tree.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/deprecated.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/networking.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/posix.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/psyntax-pp.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/boot-9.go without build-id.
Module /usr/lib/guile/3.0/ccache/ice-9/eval.go without build-id.
Stack trace of thread 10671:
#0 0x00007f8d0cdd7a2c n/a (libc.so.6 + 0x98a2c)
#1 0x00007f8d0cd7d1a0 raise (libc.so.6 + 0x3e1a0)
#2 0x00007f8d0cd645fe abort (libc.so.6 + 0x255fe)
#3 0x00007f8d0cd65697 n/a (libc.so.6 + 0x26697)
#4 0x00007f8d0ce64b80 __fortify_fail (libc.so.6 + 0x125b80)
#5 0x00007f8d0ce644f4 __chk_fail (libc.so.6 + 0x1254f4)
#6 0x00007f8d0ce66229 __strncpy_chk (libc.so.6 + 0x127229)
#7 0x00007f8cf42d6217 n/a (libdbdsqlite3.so + 0x3217)
#8 0x00007f8cf42d63dc n/a (libdbdsqlite3.so + 0x33dc)
#9 0x00007f8cf42d7393 dbd_query (libdbdsqlite3.so + 0x4393)
#10 0x00007f8cf42e4632 dbi_conn_query (libdbi.so.1 + 0x7632)
#11 0x00007f8cf424f8a3
_ZN19GncDbiSqlConnection24execute_select_statementERKSt10unique_ptrI15GncSqlStatementSt14default_deleteIS1_EE
(libgncmod-backend-dbi.so + 0x3f8a3)
#12 0x00007f8cf41e9230
_ZNK13GncSqlBackend24execute_select_statementERKSt10unique_ptrI15GncSqlStatementSt14default_deleteIS1_EE
(libgnc-backend-sql.so + 0x3e230)
#13 0x00007f8cf41e5730 n/a (libgnc-backend-sql.so + 0x3a730)
#14 0x00007f8cf41e721d _ZN18GncSqlTransBackend8load_allEP13GncSqlBackend (libgnc-backend-sql.so + 0x3c21d)
#15 0x00007f8cf41ee21c _ZN13GncSqlBackend4loadEP8_QofBook18QofBackendLoadType (libgnc-backend-sql.so +
0x4321c)
#16 0x00007f8cf42520d4 n/a (libgncmod-backend-dbi.so + 0x420d4)
#17 0x00007f8d0d71fd68 _ZN14QofSessionImpl4loadEPFvPKcdE (libgnc-engine.so + 0x296d68)
#18 0x00007f8d0e1a0742 n/a (libgnc-gnome-utils.so + 0x69742)
#19 0x000055c573a5173f n/a (/usr/bin/gnucash + 0x1473f)
#20 0x00007f8d0e3d8de9 n/a (libguile-3.0.so.1 + 0x55de9)
#21 0x00007f8d0e3bb926 n/a (libguile-3.0.so.1 + 0x38926)
#22 0x00007f8d0e455974 n/a (libguile-3.0.so.1 + 0xd2974)
#23 0x00007f8d0e463f5c scm_call_n (libguile-3.0.so.1 + 0xe0f5c)
#24 0x00007f8d0e3bd352 scm_call_2 (libguile-3.0.so.1 + 0x3a352)
#25 0x00007f8d0e3c2c58 n/a (libguile-3.0.so.1 + 0x3fc58)
#26 0x00007f8d0e44f73f scm_c_catch (libguile-3.0.so.1 + 0xcc73f)
#27 0x00007f8d0e3be4bf scm_c_with_continuation_barrier (libguile-3.0.so.1 + 0x3b4bf)
#28 0x00007f8d0e44e6a7 n/a (libguile-3.0.so.1 + 0xcb6a7)
#29 0x00007f8d0c2e393a GC_call_with_stack_base (libgc.so.1 + 0x2193a)
#30 0x00007f8d0e447a7f scm_with_guile (libguile-3.0.so.1 + 0xc4a7f)
#31 0x00007f8d0e3e2bdb scm_boot_guile (libguile-3.0.so.1 + 0x5fbdb)
#32 0x000055c573a547be _ZN7Gnucash7Gnucash5startEiPPc (/usr/bin/gnucash + 0x177be)
#33 0x000055c573a47d6b main (/usr/bin/gnucash + 0xad6b)
#34 0x00007f8d0cd666c1 n/a (libc.so.6 + 0x276c1)
#35 0x00007f8d0cd667f9 __libc_start_main (libc.so.6 + 0x277f9)
#36 0x000055c573a48055 _start (/usr/bin/gnucash + 0xb055)
Stack trace of thread 10676:
#0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
#1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
#2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
#3 0x00007f8d0ce4c2f6 ppoll (libc.so.6 + 0x10d2f6)
#4 0x00007f8d0d38f734 n/a (libglib-2.0.so.0 + 0x60734)
#5 0x00007f8d0d38f815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
#6 0x00007f8cedf907be n/a (libdconfsettings.so + 0x77be)
#7 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
#8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10674:
#0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
#1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
#2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
#3 0x00007f8d0ce4c2f6 ppoll (libc.so.6 + 0x10d2f6)
#4 0x00007f8d0d38f734 n/a (libglib-2.0.so.0 + 0x60734)
#5 0x00007f8d0d38f815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
#6 0x00007f8d0d38f862 n/a (libglib-2.0.so.0 + 0x60862)
#7 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
#8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10673:
#0 0x00007f8d0ce5706d syscall (libc.so.6 + 0x11806d)
#1 0x00007f8d0d3bbdee g_cond_wait (libglib-2.0.so.0 + 0x8cdee)
#2 0x00007f8d0d35522d n/a (libglib-2.0.so.0 + 0x2622d)
#3 0x00007f8d0d3c59c7 n/a (libglib-2.0.so.0 + 0x969c7)
#4 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10672:
#0 0x00007f8d0ce5706d syscall (libc.so.6 + 0x11806d)
#1 0x00007f8d0d3bbdee g_cond_wait (libglib-2.0.so.0 + 0x8cdee)
#2 0x00007f8d0d35522d n/a (libglib-2.0.so.0 + 0x2622d)
#3 0x00007f8d0d35529d g_async_queue_pop (libglib-2.0.so.0 + 0x2629d)
#4 0x00007f8d0baf751c n/a (libpangoft2-1.0.so.0 + 0xc51c)
#5 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
#6 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#7 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10680:
#0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
#1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
#2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
#3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
#4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10683:
#0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
#1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
#2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
#3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
#4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10675:
#0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
#1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
#2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
#3 0x00007f8d0ce4c2f6 ppoll (libc.so.6 + 0x10d2f6)
#4 0x00007f8d0d38f734 n/a (libglib-2.0.so.0 + 0x60734)
#5 0x00007f8d0d38f9c7 g_main_loop_run (libglib-2.0.so.0 + 0x609c7)
#6 0x00007f8d0d97f6a4 n/a (libgio-2.0.so.0 + 0x1196a4)
#7 0x00007f8d0d3c54fc n/a (libglib-2.0.so.0 + 0x964fc)
#8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10679:
#0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
#1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
#2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
#3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
#4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10677:
#0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
#1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
#2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
#3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
#4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10687:
#0 0x00007f8d039b6aa6 n/a (libglycin-2.so.0 + 0x1e5aa6)
#1 0x00007f8d039b6152 n/a (libglycin-2.so.0 + 0x1e5152)
#2 0x00007f8d039b5f8c n/a (libglycin-2.so.0 + 0x1e4f8c)
#3 0x00007f8d03afe570 n/a (libglycin-2.so.0 + 0x32d570)
#4 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#5 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10693:
#0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
#1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
#2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
#3 0x00007f8d0ce4267f wait4 (libc.so.6 + 0x10367f)
#4 0x00007f8d03b0446b n/a (libglycin-2.so.0 + 0x33346b)
#5 0x00007f8d038e440a n/a (libglycin-2.so.0 + 0x11340a)
#6 0x00007f8d038ed6e7 n/a (libglycin-2.so.0 + 0x11c6e7)
#7 0x00007f8d03afe570 n/a (libglycin-2.so.0 + 0x32d570)
#8 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#9 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10681:
#0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
#1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
#2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
#3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
#4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10678:
#0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
#1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
#2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
#3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
#4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10684:
#0 0x00007f8d0cdddf32 n/a (libc.so.6 + 0x9ef32)
#1 0x00007f8d0cdd239c n/a (libc.so.6 + 0x9339c)
#2 0x00007f8d0cdd23e4 n/a (libc.so.6 + 0x933e4)
#3 0x00007f8d0ce4c32e read (libc.so.6 + 0x10d32e)
#4 0x00007f8d0e3c9a44 n/a (libguile-3.0.so.1 + 0x46a44)
#5 0x00007f8d0c2dfae2 n/a (libgc.so.1 + 0x1dae2)
#6 0x00007f8d0c2e3b25 n/a (libgc.so.1 + 0x21b25)
#7 0x00007f8d0c2e3f03 GC_do_blocking (libgc.so.1 + 0x21f03)
#8 0x00007f8d0e447b0a scm_without_guile (libguile-3.0.so.1 + 0xc4b0a)
#9 0x00007f8d0e3d303a n/a (libguile-3.0.so.1 + 0x5003a)
#10 0x00007f8d0e3bb926 n/a (libguile-3.0.so.1 + 0x38926)
#11 0x00007f8d0e455974 n/a (libguile-3.0.so.1 + 0xd2974)
#12 0x00007f8d0e463f5c scm_call_n (libguile-3.0.so.1 + 0xe0f5c)
#13 0x00007f8d0e3bd352 scm_call_2 (libguile-3.0.so.1 + 0x3a352)
#14 0x00007f8d0e3c2c58 n/a (libguile-3.0.so.1 + 0x3fc58)
#15 0x00007f8d0e44f73f scm_c_catch (libguile-3.0.so.1 + 0xcc73f)
#16 0x00007f8d0e3be4bf scm_c_with_continuation_barrier (libguile-3.0.so.1 + 0x3b4bf)
#17 0x00007f8d0e44e6a7 n/a (libguile-3.0.so.1 + 0xcb6a7)
#18 0x00007f8d0c2e393a GC_call_with_stack_base (libgc.so.1 + 0x2193a)
#19 0x00007f8d0e447a7f scm_with_guile (libguile-3.0.so.1 + 0xc4a7f)
#20 0x00007f8d0e3d30a8 n/a (libguile-3.0.so.1 + 0x500a8)
#21 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#22 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10686:
#0 0x00007f8d0ce5706d syscall (libc.so.6 + 0x11806d)
#1 0x00007f8d03a6c1a5 n/a (libglycin-2.so.0 + 0x29b1a5)
#2 0x00007f8d039af029 n/a (libglycin-2.so.0 + 0x1de029)
#3 0x00007f8d039ad619 n/a (libglycin-2.so.0 + 0x1dc619)
#4 0x00007f8d039ad521 n/a (libglycin-2.so.0 + 0x1dc521)
#5 0x00007f8d03afe570 n/a (libglycin-2.so.0 + 0x32d570)
#6 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#7 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
Stack trace of thread 10682:
#0 0x00007f8d0cdd23be n/a (libc.so.6 + 0x933be)
#1 0x00007f8d0cdd268c n/a (libc.so.6 + 0x9368c)
#2 0x00007f8d0cdd4e5e pthread_cond_wait (libc.so.6 + 0x95e5e)
#3 0x00007f8d0c2e1d41 n/a (libgc.so.1 + 0x1fd41)
#4 0x00007f8d0c2e1ecf n/a (libgc.so.1 + 0x1fecf)
#5 0x00007f8d0cdd597a n/a (libc.so.6 + 0x9697a)
#6 0x00007f8d0ce592bc n/a (libc.so.6 + 0x11a2bc)
ELF object binary architecture: AMD x86-64
#### end coredumpctl info ####
2
2
Hi, I noticed the scratch package in the extra repository is for the
Squeak-based
v1.4 editor. Are there any plans to replace it with the much more
up-to-date Electron version which someone has already packaged in the AUR
as scratch3? If not could the package be renamed to avoid confusion or
dropped to the AUR?
Thanks!
1
0
Fwd: (from arch-dev-public) News draft: iptables now defaults to the nft backend
by David C Rankin 07 Apr '26
by David C Rankin 07 Apr '26
07 Apr '26
Felix, thank you for the heads up,
I need legacy-only behavior. Can you tell us what the versions
numbers will be for this switch so we can make sure we can install
iptables-legacy and remove iptables when the change is made.
Also, to preserve the current iptables behavior is there anything
other than installing iptables-legacy necessary?
-------- Forwarded Message --------
Subject: News draft: iptables now defaults to the nft backend
Date: Thu, 2 Apr 2026 14:56:21 +0800
From: Felix Yan <felixonmars(a)archlinux.org>
To: arch-dev-public <arch-dev-public(a)lists.archlinux.org>
The old iptables-nft package name is replaced by iptables, and the
legacy backend is available as iptables-legacy.
When switching packages (among iptables-nft, iptables, iptables-legacy),
check for .pacsave files in /etc/iptables/ and restore your rules if needed:
- /etc/iptables/iptables.rules.pacsave
- /etc/iptables/ip6tables.rules.pacsave
Most setups should work unchanged, but users relying on uncommon xtables
extensions or legacy-only behavior should test carefully and use
iptables-legacy if required.
--
Regards,
Felix Yan
--
David C. Rankin, J.D.,P.E.
3
3
04 Apr '26
Hi
It's been a while since neovim v0.12.0 is added to extra-testing [1] repository and neovim v0.11.7 is flagged out of date in extra repository [2]. I was curious about how many days will be required to release the latest version to extra repository, or are we waiting for a minor release for stability?
Regards,
Harsh Vyapari
[1]: https://archlinux.org/packages/extra-testing/x86_64/neovim/[2]: https://archlinux.org/packages/extra/x86_64/neovim/
1
0
Hi,
A little warning after my 3h debugging nut debugging session:
After upgrading nut from 2.8.2 to 2.8.4
/usr/lib/systemd/system-shutdown/nutshutdown script will stop working if
MODE in /etc/nut/ups.conf is not set.
I have a running standalone configuration with nut driver, server and
monitor on single machine and I didn't set MODE in ups.conf.
Due to this commit:
https://github.com/jimklimov/nut/commit/cccbd8774b1f7d4c749c114e649e6924cba…
in 2.8.4 without MODE system shutdown will not issue a shutdown command
to UPS anymore.
Regards,
Łukasz
2
5