Re: [spdlib-develop] SPD 3D Points Viewer: Segmentation fault

2014-05-08 Thread Pete Bunting
Hi Roberto, Dan and I had a look at this issue on the weekend when I was passing through LA. I think it might be related to OpenGL / QT setup / versions. I think I am going to have to build a custom version of QT and add print lines to debug further but could you let me know what version of QT

Re: [spdlib-develop] SPD 3D Points Viewer: Segmentation fault

2014-04-14 Thread Daniel Clewley
Hi Pete, No I can't specify an SPD file from the command line. I tried with Qt 4.8.4 I compiled from source as well as the version in the package manager and observed the same behaviour. An older version of SPDPointsViewer (20130611) works fine on the same system. Thanks, Dan On 13/04/14 15

Re: [spdlib-develop] SPD 3D Points Viewer: Segmentation fault

2014-04-13 Thread Pete Bunting
Thanks Dan and Roberto, Dan does SPDPointsViewer allow you to specify the spd file to open from the command line with the debug option set. I don’t know why this would make a difference unless you had a different set (version?) of debug QT libraries from release. Can you both check this? Are

Re: [spdlib-develop] SPD 3D Points Viewer: Segmentation fault

2014-04-11 Thread Roberto Antolín
Hi Daniel and Pete, 2014-04-09 16:25 GMT+01:00 Daniel Clewley : > I've managed to reproduce this using the latest version of SPD Points Viewer > on Ubuntu 12.04 with the same version of qt as Roberto and also 4.8.4 I > compiled from source. I forgot... Yes, my Linux system is Ubunut 12.04 as well

Re: [spdlib-develop] SPD 3D Points Viewer: Segmentation fault

2014-04-09 Thread Daniel Clewley
Hi Pete and Roberto, I've managed to reproduce this using the latest version of SPD Points Viewer on Ubuntu 12.04 with the same version of qt as Roberto and also 4.8.4 I compiled from source. For some strange reason it works when you build in Debug mode. Try using the following cmake flag: -D

Re: [spdlib-develop] SPD 3D Points Viewer: Segmentation fault

2014-04-09 Thread Roberto Antolín
Hi Pete, On Mon, Apr 07, 2014 at 01:55:54PM +1200, Pete Bunting wrote: > I have had a couple of reports of this issue but I haven’t been able to > reproduce it myself. At the moment my best guess is that you have multiple > versions of QT (qt3 and 3?) installed and that is causing the problem - ma

Re: [spdlib-develop] SPD 3D Points Viewer: Segmentation fault

2014-04-06 Thread Pete Bunting
Hi Roberto. Sorry for not being in touch earlier and hope things are going well. I have had a couple of reports of this issue but I haven’t been able to reproduce it myself. At the moment my best guess is that you have multiple versions of QT (qt3 and 3?) installed and that is causing the pro