[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU PSPP 0.8.1.1-g608cc6] testsuite: 144 failed
From: |
Jeremy Lavergne |
Subject: |
Re: [GNU PSPP 0.8.1.1-g608cc6] testsuite: 144 failed |
Date: |
Thu, 9 Jan 2014 15:34:59 -0500 |
There’s no crash and the test passes when using only libpspp-core.
On Jan 9, 2014, at 11:43, Ben Pfaff <address@hidden> wrote:
> I don't see how the problem can occur without some kind of funny linking
> issue, because line 159 of pspp-convert.c in your backtrace is a long
> way after the call to i18n_init() on line 75, and i18n_init() has a
> pretty obvious initialization of the map that is causing the fault.
>
> Hmm, maybe we still have a duplicate, can you just change
> utilities/automake.mk to use
> utilities_pspp_convert_LDADD = src/libpspp-core.la
> instead of the committed assignment of three items or the one that I
> suggested earlier with two items?