Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: gnucash coredump on startup
On Sat, Jan 07, 2023 at 03:42:00PM -0000, Christos Zoulas wrote:
> In article <Y7k0t9L9hKTRgiTD%yt.nih.at@localhost>,
> Thomas Klausner <wiz%gatalith.at@localhost> wrote:
> >Hi!
> >
> >I've just replaced my 10.99.2/20221231 userland (kernel slightly
> >older, but also 10.99.2) with a 10.99.2/20230107 kernel+userland.
> >
> >Now gnucash dumps core on startup:
>
> Could be rtld related. Can you try with the older ld_elf.so?
Not really, because the base system uses 4 segments now and the old
one doesn't handle it - I can just downgrade the whole system.
# cd /archive/build/amd64.gcc.20221231/libexec/
# install -c ld.elf_so /libexec/
# ls
ls: Shared object "libutil.so.7" not found
# cd /archive/build/amd64.gcc.20230107/libexec/
# install -c ld.elf_so /libexec/
install: Shared object "libutil.so.7" not found
# LD_PRELOAD=/lib/libutil.so.7 install
/lib/libutil.so.7: wrong number of segments (4 != 2)
But yes, I suspect that too.
Btw, I also see a core dump building lang/guile30 on that system,
that's probably related and has less dependencies for trying out on
your system.
Thomas
Home |
Main Index |
Thread Index |
Old Index