Re: [Qgis-user] QGIS Segmentation fault

2015-11-29 Thread Blumentrath, Stefan
, 19. November 2015 10:24 An: Matthias Kuhn; qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] QGIS Segmentation fault Hi again, I actually deleted the build directory before I built again with Debug. Now I freshly cloned the code, created build directory git clone -b release-2_12 --single

Re: [Qgis-user] QGIS Segmentation fault

2015-11-19 Thread Blumentrath, Stefan
ts.osgeo.org Subject: Re: [Qgis-user] QGIS Segmentation fault In cmake gui is the right choice, the env variable is ignored. Maybe you have to "make clean" before running "make" again? It seems that there are no debug symbols available yet. And once they are available, it see

Re: [Qgis-user] QGIS Segmentation fault

2015-11-19 Thread Matthias Kuhn
rlier I specified Debug in the cmake gui): > ccmake .. > make > gdb ./output/bin/qgis > > Cheers > Stefan > > -Original Message- > From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of > Matthias Kuhn > Sent: 19. november 2015 08:05 > To: qgis-use

Re: [Qgis-user] QGIS Segmentation fault

2015-11-19 Thread Blumentrath, Stefan
. november 2015 08:05 To: qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] QGIS Segmentation fault Did you make after cmake with buld type Debug and before running? Sorry, I forgot to write that... On 11/19/2015 07:05 AM, Blumentrath, Stefan wrote: > He, he, thanks for the hint... > > Run

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Matthias Kuhn
e the > issue is due to missing restart after kernel update? > > Cheers, > Sefan > > -Original Message- > From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of > Jürgen E. Fischer > Sent: 19. november 2015 00:52 > To: qgis-user@lists.osgeo

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Blumentrath, Stefan
issue is due to missing restart after kernel update? Cheers, Sefan -Original Message- From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Jürgen E. Fischer Sent: 19. november 2015 00:52 To: qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] QGIS Segmentation fault

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Jürgen E . Fischer
On Wed, 18. Nov 2015 at 23:26:25 +, Blumentrath, Stefan wrote: > Thanks for the instruction. Here is my backtrace: > > pdb ./output/bin/qgis gdb not pdb. > From: Matthias Kuhn [mailto:matth...@opengis.ch] > > cd build > gdb ./output/bin/qgis > run > ... wait for the crash > bt > ... copy pa

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Blumentrath, Stefan
one can get something out of it. Cheers Stefan From: Matthias Kuhn [mailto:matth...@opengis.ch] Sent: 18. november 2015 21:15 To: Blumentrath, Stefan ; qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] QGIS Segmentation fault Yes, compile with CMAKE_BUILD_TYPE=Debug then run it in gdb, I normally do from

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Matthias Kuhn
ace? > > Do I have to build with debug functionality first? > > > > Cheers > > Stefan > > > > *From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf > Of *Matthias Kuhn > *Sent:* 18. november 2015 21:06 > *To:* qgis-user@lists

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Blumentrath, Stefan
Hi, How do I backtrace? Do I have to build with debug functionality first? Cheers Stefan From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Matthias Kuhn Sent: 18. november 2015 21:06 To: qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] QGIS Segmentation fault Would any

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Matthias Kuhn
aulo van Breugel > *Cc:* QGIS user email list > *Subject:* Re: [Qgis-user] QGIS Segmentation fault > > > > I confirm the same problem for QGIS 2.12 in Arch Linux: > > Warning: QCss::Parser - Failed to load file "/style.qss" > > Then closes unexpectedly.

Re: [Qgis-user] QGIS Segmentation fault

2015-11-18 Thread Blumentrath, Stefan
: QGIS user email list Subject: Re: [Qgis-user] QGIS Segmentation fault I confirm the same problem for QGIS 2.12 in Arch Linux: Warning: QCss::Parser - Failed to load file "/style.qss" Then closes unexpectedly. regards, Samuel Mesa. 2015-09-21 5:45 GMT-05:00 Paulo van Breugel mailto

Re: [Qgis-user] QGIS Segmentation fault

2015-10-31 Thread samuelm...@gmail.com
I confirm the same problem for QGIS 2.12 in Arch Linux: Warning: QCss::Parser - Failed to load file "/style.qss" Then closes unexpectedly. regards, Samuel Mesa. 2015-09-21 5:45 GMT-05:00 Paulo van Breugel : > Hi, Just compiled the latest QGIS master (on Linux Ubuntu 14.04). Now, > when open

[Qgis-user] QGIS Segmentation fault

2015-09-21 Thread Paulo van Breugel
Hi, Just compiled the latest QGIS master (on Linux Ubuntu 14.04). Now, when opening QGIS, it opens, after which it immediately crashes, with the following sparse message: Warning: loading of qgis translation failed [/usr/local/qgis/share/qgis/i18n//qgis_en_US] Warning: loading of qt translatio

Re: [Qgis-user] qgis segmentation fault

2010-08-30 Thread David J. Bakeman
Title: qgis segmentation fault I just grabbed the qgis source rpm from Fedora 12 and was able to build it on my FC11 system and install it.  I only had to make one small change to the spec file I commented out the BuildRequires: qt4-webkit-devel line.  This is provided by qt4-devel in older rel

Re: [Qgis-user] qgis segmentation fault

2010-08-30 Thread David J. Bakeman
Title: qgis segmentation fault Andrea as I recall there is a symbol conflict issue with I think proj and gdal in Fedora.  I built my own rpms from source and a newer version of gdal to get around this.  It's probably easier to just build from source especially since the available rpms for Fedor

Re: [Qgis-user] qgis segmentation fault

2010-08-29 Thread Jürgen E . Fischer
Hi Andrea, On Sun, 29. Aug 2010 at 19:25:59 +0200, Del Bravo, Andrea (SELEX GALILEO, Italy) wrote: >The gdb rold me that the fault occurred in libQtGui.so.4 (on my system >from qt-x11-4.6.2-17.fc11.i586) A backtrace might help. If the problem is reproducable, please file a bug in our TR

[Qgis-user] qgis segmentation fault

2010-08-29 Thread Del Bravo, Andrea (SELEX GALILEO, Italy)
Title: qgis segmentation fault I've just installed qgis under Fedora Core 11 on a pretty new HP lap-top with 2 Gb memory. I installed it by yum procedure but it gave me a segnentation fault. I build the tool from source code with the same result. The gdb rold me that the fault occurred in libQ

Re: [Qgis-user] QGIS segmentation fault

2008-11-23 Thread Nikos Alexandris
On Fri, 2008-11-21 at 23:31 +0200, Tim Sutton wrote: > Hi Gavin > On Fri, 2008-11-21 at 08:36 +0200, Gavin Fleming wrote: > > Hi > > > > Ubuntu server 7.10. QGIS worked until I did an apt-get update some > > time back. It was using standard repositories plus the > > launchpad/timlinux one. Yesterd

Re: [Qgis-user] QGIS segmentation fault

2008-11-21 Thread Tim Sutton
Hi Gavin On Fri, 2008-11-21 at 08:36 +0200, Gavin Fleming wrote: > Hi > > > > Ubuntu server 7.10. QGIS worked until I did an apt-get update some > time back. It was using standard repositories plus the > launchpad/timlinux one. Yesterday I added launchpad/qgis to my apt > sources and tried a n

Re: [Qgis-user] QGIS segmentation fault

2008-11-21 Thread Borys Jurgiel
Friday 21 of November 2008 07:36:15 Gavin Fleming napisał(a): > Hi > > Ubuntu server 7.10. QGIS worked until I did an apt-get update some time > back. It was using standard repositories plus the launchpad/timlinux > one. Yesterday I added launchpad/qgis to my apt sources and tried a new > install b

[Qgis-user] QGIS segmentation fault

2008-11-20 Thread Gavin Fleming
Hi Ubuntu server 7.10. QGIS worked until I did an apt-get update some time back. It was using standard repositories plus the launchpad/timlinux one. Yesterday I added launchpad/qgis to my apt sources and tried a new install but I still get this, I'm not even sure what version it's attempting to

Re: [Qgis-user] Qgis "segmentation fault" in Fedora 9

2008-05-20 Thread Juha Tuomala
On Tuesday 20 May 2008 16:02:50 Jan Valenta wrote: > Currently this seems to be a fedora gdal related problem. The workaround > (before it will be solved in a more elegant way) is to build your own > version of gdal (1.4.4 works for me) and then the qgis 0.10.0 can be > build from source. https:

Re: [Qgis-user] Qgis "segmentation fault" in Fedora 9

2008-05-20 Thread Jan Valenta
Currently this seems to be a fedora gdal related problem. The workaround (before it will be solved in a more elegant way) is to build your own version of gdal (1.4.4 works for me) and then the qgis 0.10.0 can be build from source. Jan. Jan Valenta píše v Pá 16. 05. 2008 v 15:37 +0200: > The same

Re: [Qgis-user] Qgis "segmentation fault" in Fedora 9

2008-05-16 Thread Jan Valenta
The same problem with the testing repository version. I have updated the Bugzilla record. Jan. Juha Tuomala píše v Pá 16. 05. 2008 v 16:09 +0300: > > > On Friday 16 May 2008 12:05:11 Jan Valenta wrote: > > I have the same problem in Fedora 9. It is the same with the 0.9.1 > > version from the f

Re: [Qgis-user] Qgis "segmentation fault" in Fedora 9

2008-05-16 Thread Juha Tuomala
On Friday 16 May 2008 12:05:11 Jan Valenta wrote: > I have the same problem in Fedora 9. It is the same with the 0.9.1 > version from the fedora repository as well with the 0.10.0 version > compiled by myself. > https://bugzilla.redhat.com/show_bug.cgi?id=445128 Tuju -- Varo hattupäisiä

[Qgis-user] Qgis "segmentation fault" in Fedora 9

2008-05-16 Thread Jan Valenta
Hi, I have the same problem in Fedora 9. It is the same with the 0.9.1 version from the fedora repository as well with the 0.10.0 version compiled by myself. >From the gdb: (no debugging symbols found) Warning: No valid projection. Unable to set map units. Warning: No valid projection. Unable to

Re: [Qgis-user] Qgis "segmentation fault" in Fedora 9

2008-05-15 Thread Paolo Cavallini
Carlo van Rijswijk ha scritto: > I recently switched from Ubuntu Hardy H. to Fedora 9 (gnome). Of course > I wanted to install Qgis as my first app. But after installing > "qgis-0.9.1-5.fc9(i368)" via PackageKit and running it, I only see the > splash screen for 1 second and then qgis closes with

[Qgis-user] Qgis "segmentation fault" in Fedora 9

2008-05-15 Thread Carlo van Rijswijk
Hi, I recently switched from Ubuntu Hardy H. to Fedora 9 (gnome). Of course I wanted to install Qgis as my first app. But after installing "qgis-0.9.1-5.fc9(i368)" via PackageKit and running it, I only see the splash screen for 1 second and then qgis closes with "Segmentation fault" (when started