[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#880477: gnustep-sqlclient: FTBFS on sparc64: Bus error when running tests



Source: gnustep-sqlclient
Version: 1.7.3-2.1
Severity: important
User: debian-sparc@lists.debian.org
Usertags: sparc64

The typical sparc "greeting"; could be an indication for a serious
issue in gnustep-base and/or gnustep-performance.  I'll dig deeper
when the ongoing transition is over.  Any help from sparc64 porters is
more than welcome.

,----
| mkdir -p Bundles/SQLClient1.7
| cp -a SQLite.bundle Bundles/SQLClient1.7
| LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj:$LD_LIBRARY_PATH \
|   GNUSTEP_CONFIG_FILE=/<<PKGBUILDDIR>>/test.conf ./obj/testSQLite
| 2017-10-13 16:19:05.453 testSQLite[253587:253587] Duration 0.305767 for statement create table xxx ( k char(40), char1 char(1), intval int, realval real, b blob)
| 2017-10-13 16:19:05.484 testSQLite[253587:253587] Duration 0.029605 for statement insert into xxx (k, char1, intval, realval, b) values ('hello', 'X', 1, 9.99, '?'''?')
| 2017-10-13 16:19:06.532 testSQLite[253587:253587] Duration 0.048066 for statement insert into xxx (k, char1, intval, realval, b) values ('hello', 'X', 1, 12345.6789, '?'''?')
| Bus error
| debian/rules:28: recipe for target 'override_dh_auto_test' failed
`----

At first glance, the error happens when the test program attempts to
query the newly created database:

  records = [db query: @"select * from xxx", nil];


Reply to: