Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-27 Thread Andreas Neumann
Hi, I will continue to try to simplify the project. @Andrea: this is a different issue. My crash happens directly after project load. Not when removing a layer. Andreas Am 27.06.2014 08:55, schrieb Martin Dobias: > Hi Andreas > > On Fri, Jun 27, 2014 at 3:43 PM, Andreas Neumann wrote: >> >> T

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-27 Thread Martin Dobias
Hi Andreas On Fri, Jun 27, 2014 at 3:43 PM, Andreas Neumann wrote: > > The crashes do not appear always. Maybe 1 out of 3 or 4. They appear > more often after a fresh start of QGIS. > > I am afraid I cannot produce an easy to reproduce test-case. I understand - I didn't mean to prepare a project

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-27 Thread Andrea Peri
;> it opens qgis and immediately crashed (windows 7 64 bit OSGEO latest >>>> nightly). I then open the project from within QGIS, it worked fine. And >>>> double-clicking on the project also worked subsequently. >>>> >>>> Cheers, >>>> Sabe

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-27 Thread Andreas Neumann
. >>> >>> Cheers, >>> Saber >>> >>> >>> -Original Message----- >>> From: qgis-developer-boun...@lists.osgeo.org >>> [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Jürgen E. >>> Fischer >>

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-27 Thread Martin Dobias
And >> double-clicking on the project also worked subsequently. >> >> Cheers, >> Saber >> >> >> -Original Message- >> From: qgis-developer-boun...@lists.osgeo.org >> [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Jürgen

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
; > Cheers, > Saber > > > -Original Message- > From: qgis-developer-boun...@lists.osgeo.org > [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Jürgen E. > Fischer > Sent: 25 June 2014 15:21 > To: qgis-developer@lists.osgeo.org > Subject: Re: [Qgis-developer]

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Saber Razmjooei
-Original Message- From: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Jürgen E. Fischer Sent: 25 June 2014 15:21 To: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] 2.2 project keeps crashing after load Hi Andreas, On Wed, 25. Jun

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi Jürgen, It should crash immediately after loading - if it crashes. No user input required for the crash. Here is the output from debug-view up to the crash: http://webgis.uster.ch/temp/project_crash_debug_view_output.zip Andreas Am 25.06.2014 14:20, schrieb Jürgen E. Fischer: > Hi Andreas,

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Jürgen E . Fischer
Hi Andreas, On Wed, 25. Jun 2014 at 13:25:07 +, Andreas Neumann wrote: > I can only reproduce the issue on Windows (Win7 64bit). It does not > appear on Linux 64bit. Also on Windows it does not happen always, but often. [...] > My project is here to download with SpatiaLite 4 as a datasource:

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Jürgen E . Fischer
Hi Andreas, On Wed, 25. Jun 2014 at 09:55:11 +, Andreas Neumann wrote: > * What software are people using to analyze the minidump file? The Visual C++ IDE. > * During the QGIS crash I see that there are 570 messages in the log > window - but because QGIS crashes I cannot access these log-mes

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi Gino, Thanks for the hints. I will try the thing with the logging. I don't have VisualStudio - will the free express version help? I don't know if the windows nightlies have debug symbols enabled. Thanks, Andreas Am 25.06.2014 13:11, schrieb Gino Pirelli: > two useful tricks > > 1) redirec

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi, I can only reproduce the issue on Windows (Win7 64bit). It does not appear on Linux 64bit. Also on Windows it does not happen always, but often. I have removed all composers, so this is definitely not a composer issue. I also removed the WMS and it still crashes. It happens with both Postgr

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Gino Pirelli
two useful tricks 1) redirect log to file as stated here http://qgis.org/api/classQgsLogger.html#details export QGIS_DEBUG= e.g. 3 export QGIS_LOG_FILE=./qgis.log in the shell or add them in the settings->otions->system->environments ... log will be produces using unix EndOFLine so under win you n

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi, I believe it has to do with layers that have automated labeling on polygon layers with free or horizontal label placement algorithm. If I turn off these layers the crashes do not appear. I can then later turn on the visibility of these layers and it will work fine. I will try to create a tes

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Matthias Kuhn
The way we used minidump files at my previous workplace was to open them in Visual Studio, but as far as I remember, to do anything useful with it you need a .pdb file (for the particular .exe/.dll version that caused the crash), that contains additional symbol to sourcecode mapping information

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Martin Dobias
Hi Andreas On Wed, Jun 25, 2014 at 5:04 PM, Andreas Neumann wrote: > Hi again, > > Just before the crash I see the following messages in the log window: > > "QPixmap: It is not safe to use pixmaps outside the GUI thread" > > same message repeated several times. > > Does this ring any bell with s

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi, Yes - the .qgs file is here: http://webgis.uster.ch/temp/administrative_grenzen.zip I changed the credentials of the Postgis connection. The project contains 5 Postgis layers and 1 WMS layer. Thank you for having a look at it. Andreas Am 25.06.2014 10:18, schrieb Nyall Dawson: >> >>> Am 25

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Nyall Dawson
> > > Am 25.06.2014 09:35, schrieb Andreas Neumann: > > >> I have a 2.2 project that keeps crashing immediately after load - so not > >> much chance to investigate. The project has some PostgreSQL and a WMS > >> layer. Testing the last nightly on Win 64 bit build. > >> Hi Andreas, Can you share t

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi again, Just before the crash I see the following messages in the log window: "QPixmap: It is not safe to use pixmaps outside the GUI thread" same message repeated several times. Does this ring any bell with someone? Thanks, Andreas Am 25.06.2014 09:55, schrieb Andreas Neumann: > Hi, > > I

Re: [Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi, I have some related questions regarding my crash: * What software are people using to analyze the minidump file? * During the QGIS crash I see that there are 570 messages in the log window - but because QGIS crashes I cannot access these log-messages anymore. Are these log-messages also avai

[Qgis-developer] 2.2 project keeps crashing after load

2014-06-25 Thread Andreas Neumann
Hi, I have a 2.2 project that keeps crashing immediately after load - so not much chance to investigate. The project has some PostgreSQL and a WMS layer. Testing the last nightly on Win 64 bit build. Can qgis-devs read something in the minidump file to give me a hint what may cause the crash? Th