Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-23 Thread Wood, Andy
Sorry Bas,

Version: 4.1.1-5 now in testing does not fix the problem.  Segmentation fault 
still occurs.

Andy.

 This message (and any attachments) is for the recipient only. NERC is subject 
to the Freedom of Information Act 2000 and the contents of this email and any 
reply you make may be disclosed by NERC unless it is exempt from release under 
the Act. Any material supplied to NERC may be stored in an electronic records 
management system.



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-23 Thread Sebastiaan Couwenberg
Hi Andy,

On 05/23/2015 09:47 PM, Wood, Andy wrote:
 Version: 4.1.1-5 now in testing does not fix the problem.
 Segmentation fault still occurs.

spatialite-bin no longer segfaults because it doesn't use the
spatialite_init() method anymore.

gdal, qgis  pyspatialite still use the deprecated spatialite_init()
method though. gdal 1.11.2 in experimental will stop using it in favor
of spatialite_init_ex() for spatialite = 4.1.2, so we also need to
transition to spatialite 4.2.x. See my recent message to the debian-gis
list and the threads linked therein:

https://lists.debian.org/debian-gis/2015/05/msg00035.html

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-16 Thread Adam D. Barratt
On Tue, 2015-05-12 at 12:13 +0100, Andy G Wood wrote:
 Hi Sebastiaan,
 
 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.

Software designed to be able to use spatialite is fairly far away from
the definition of unrelated to spatialite. :-)

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-14 Thread Debian Bug Tracking System
Processing control commands:

 fixed -1 spatialite-bin/4.2.1~rc1-3
Bug #785091 [spatialite-bin] spatialite-bin: spatialite gives a Segmentation 
fault.
The source spatialite-bin and version 4.2.1~rc1-3 do not appear to match any 
binary packages
Marked as fixed in versions spatialite-bin/4.2.1~rc1-3; no longer marked as 
fixed in versions spatialite-bin/4.2.1~rc1-3.

-- 
785091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-14 Thread Debian Bug Tracking System
Processing control commands:

 fixed -1 spatialite-bin/4.2.1~rc1-3
Bug #785091 [spatialite-bin] spatialite-bin: spatialite gives a Segmentation 
fault.
The source spatialite-bin and version 4.2.1~rc1-3 do not appear to match any 
binary packages
Marked as fixed in versions spatialite-bin/4.2.1~rc1-3.

-- 
785091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-14 Thread Sebastiaan Couwenberg
Control: fixed -1 spatialite-bin/4.2.1~rc1-3

On 05/13/2015 01:42 AM, Sebastiaan Couwenberg wrote:
 I'll try spatialite 4.2.x in experimenal to see if that also breaks now.

spatialite-tools (4.2.1~rc1-3) in experimental still works fine.

I'll need to find the change(s) between 4.1.1 and 4.2.1 responsible so I
can backport them for the package in unstable. The 4.2.1 release
candidate in experimental is not ready to move to unstable yet.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-12 Thread Andy G Wood
Hi Sebastiaan,

On Tuesday 12 May 2015 12:03:43 Sebastiaan Couwenberg wrote:
 Control: tags -1 confirmed
 
 Hi Andy,
 
 Thanks for reporting this issue. I can confirm the issue in unstable.
 
 A gdb run shows:
 
  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.
  0x7787fff4 in spatialite_init () from
 /usr/lib/x86_64-linux-gnu/libspatialite.so.5
 
  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.

Andy.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-12 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 confirmed
Bug #785091 [spatialite-bin] spatialite-bin: spatialite gives a Segmentation 
fault.
Added tag(s) confirmed.

-- 
785091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-12 Thread Sebastiaan Couwenberg
Control: tags -1 confirmed

Hi Andy,

Thanks for reporting this issue. I can confirm the issue in unstable.

A gdb run shows:

 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.
 0x7787fff4 in spatialite_init () from
/usr/lib/x86_64-linux-gnu/libspatialite.so.5

 Justification: breaks unrelated software

This justification is not supported by your bugreport.

Which unrelated software does this issue break?


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-12 Thread Sebastiaan Couwenberg
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.
0x7787fff4 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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#785091: spatialite-bin: spatialite gives a Segmentation fault.

2015-05-12 Thread Andy Wood
Package: spatialite-bin
Version: 4.1.1-4+b1
Severity: critical
Justification: breaks unrelated software

Dear Maintainer,

   * What led up to the situation?

Recent testing update.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Simply type the command `spatialite`

   * What was the outcome of this action?

Segfault


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages spatialite-bin depends on:
ii  libc6   2.19-18
ii  libexpat1   2.1.0-6+b3
ii  libfreexl1  1.0.1-2
ii  libgeos-c1  3.4.2-7
ii  libproj94.9.1-1
ii  libreadline66.3-8+b3
ii  libreadosm1 1.0.0d-1
ii  libspatialite5  4.1.1-10+b1
ii  libsqlite3-03.8.9-2
ii  zlib1g  1:1.2.8.dfsg-2+b1

spatialite-bin recommends no packages.

spatialite-bin suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org