Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.
Sebastiaan Couwenberg
sebastic at xs4all.nl
Tue May 12 23:42:27 UTC 2015
Hi Andy,
On 05/12/2015 01:13 PM, Andy G Wood wrote:
> On Tuesday 12 May 2015 12:03:43 Sebastiaan Couwenberg wrote:
>>> Justification: breaks unrelated software
>>
>> This justification is not supported by your bugreport.
>>
>> Which unrelated software does this issue break?
>
> Sorry, perhaps this is not "unrelated", but ....
>
> ogr2ogr -a_srs WGS84 -f "SQLite" -dsco SPATIALITE=YES \
> -where 'PTT="143471"' -nln "143471" -append \
> wcp_2015.sqlite wcp.xml
>
> Segfaults too.
Thanks for the clarification.
I've got slightly more informative gdb output with the spatialite debug
symbols:
(gdb) run
Starting program: /usr/bin/spatialite
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff787fff4 in spatialite_init (verbose=1) at spatialite_init.c:114
114 sqlite3_auto_extension ((void (*)(void))
init_spatialite_extension);
(gdb) list
109
110 #ifndef OMIT_GEOS /* initializing GEOS */
111 initGEOS (geos_warning, geos_error);
112 #endif /* end GEOS */
113
114 sqlite3_auto_extension ((void (*)(void))
init_spatialite_extension);
115 spatialite_splash_screen (verbose);
116 }
117
118 SPATIALITE_DECLARE void
I'll try spatialite 4.2.x in experimenal to see if that also breaks now.
Kind Regards,
Bas
--
GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
More information about the Pkg-grass-devel
mailing list