Hi again,

Thanks for the instruction. Here is my backtrace:

pdb ./output/bin/qgis
Traceback (most recent call last):
  File "/usr/lib/python2.7/pdb.py", line 1314, in main
    pdb._runscript(mainpyfile)
  File "/usr/lib/python2.7/pdb.py", line 1233, in _runscript
    self.run(statement)
  File "/usr/lib/python2.7/bdb.py", line 400, in run
    exec cmd in globals, locals
  File "<string>", line 1, in <module>
  File "./output/bin/qgis", line 1
    ELF
    ^
SyntaxError: invalid syntax
Uncaught exception. Entering post mortem debugging
Running 'cont' or 'step' will restart the program
Bt
  /usr/lib/python2.7/pdb.py(1314)main()
-> pdb._runscript(mainpyfile)
  /usr/lib/python2.7/pdb.py(1233)_runscript()
-> self.run(statement)
  /usr/lib/python2.7/bdb.py(400)run()
-> exec cmd in globals, locals
> <string>(1)<module>()

Hope anyone can get something out of it.

Cheers
Stefan

From: Matthias Kuhn [mailto:[email protected]]
Sent: 18. november 2015 21:15
To: Blumentrath, Stefan <[email protected]>; [email protected]
Subject: Re: [Qgis-user] QGIS Segmentation fault

Yes, compile with CMAKE_BUILD_TYPE=Debug
then run it in gdb, I normally do from the build directory

cd build
gdb ./output/bin/qgis
run
... wait for the crash
bt
... copy paste

Cheers,
Matthias
On 11/18/2015 09:08 PM, Blumentrath, Stefan wrote:
Hi,

How do I backtrace?
Do I have to build with debug functionality first?

Cheers
Stefan

From: Qgis-user [mailto:[email protected]] On Behalf Of 
Matthias Kuhn
Sent: 18. november 2015 21:06
To: [email protected]<mailto:[email protected]>
Subject: Re: [Qgis-user] QGIS Segmentation fault

Would any of you be able to produce a backtrace from this crash, paste it into 
the issue linked below and send a short reminder here?

Thanks
Matthias
On 11/18/2015 06:57 PM, Blumentrath, Stefan wrote:
Same here. Took the liberty to open a ticket:
https://hub.qgis.org/issues/13849

Yet, older versions of QGIS (2.10) crash equally...

Cheers
Stefan

From: Qgis-user [mailto:[email protected]] On Behalf Of 
[email protected]<mailto:[email protected]>
Sent: 31. oktober 2015 18:36
To: Paulo van Breugel <[email protected]><mailto:[email protected]>
Cc: QGIS user email list 
<[email protected]><mailto:[email protected]>
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 
<[email protected]<mailto:[email protected]>>:
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 translation failed [/usr/share/qt4/translations/qt_en_US]
Warning: QCss::Parser - Failed to load file  "/style.qss"
Warning: void DBusMenuExporterPrivate::addAction(QAction*, int): Already 
tracking action "&Toolbox" under id 237
ERROR 4: `/initrd.img' not recognised as a supported file format.

Segmentation fault (core dumped)

Any idea?
_______________________________________________
Qgis-user mailing list
[email protected]<mailto:[email protected]>
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
---
    .~.
   / v \
  //    \\
 /(      )\
   ^`~'^





_______________________________________________

Qgis-user mailing list

[email protected]<mailto:[email protected]>

List info: http://lists.osgeo.org/mailman/listinfo/qgis-user

Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user




--

Matthias Kuhn

OPENGIS.ch - https://www.opengis.ch

Spatial * (Q)GIS * PostGIS * Open Source



--

Matthias Kuhn

OPENGIS.ch - https://www.opengis.ch

Spatial * (Q)GIS * PostGIS * Open Source
_______________________________________________
Qgis-user mailing list
[email protected]
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to