Thanks!

Then, I got the warnings as:

Reading symbols from gnucash...(no debugging symbols found)...done.
[New process 263110]
[New process 360684]
[New process 128393]
[New process 368300]
[New process 458730]
[New process 408938]

warning: .dynamic section for "/usr/lib/libc.so.95.0" is not at the
expected address (wrong library or version mismatch?)
Core was generated by `gnucash'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00000d6bc2c6042a in __mbsconv (mbsarg=<optimized out>,
prec=<optimized out>)
    at /usr/src/lib/libc/stdio/vfwprintf.c:190
190                             nconv = mbrlen(p, MB_CUR_MAX, &mbs);
[Current thread is 1 (process 263110)]
(gdb)

libc.so.95.0 problem?

Kenji


2019年3月8日(金) 9:26 Stuart Henderson <[email protected]>:

> On 2019/03/08 08:57, 岡本健二 wrote:
> > I have a problem to run gnucash on my -current system:
> >
> > It does not remember the previous state of windows size, position, or
> > opened files before... and dumps gnucash.core every time.
> >
> > I checked it as:
> > ci5hp2: gdb gnucash -c gnucash.core, and found the errors as:
> >  Reading symbols from /usr/local/lib/librsvg-2.so.39.0...
> > Error while reading shared library symbols:
> > Dwarf Error: wrong version in compilation unit header (is 4, should be 2)
> > [in
> > module /usr/local/lib/librsvg-2.so.39.0]
> >
> > I'm using pkg_add -u version of gnucash.
> >
> > Kenji
>
> gdb in base is very old (we have stayed with the last GPLv2 version) -
> you may be able to get a backtrace with the new one in ports:
>
> # pkg_add gdb
> $ egdb gnucash -c gnucash.core
>
>

Reply via email to