[QGIS-trac] [Quantum GIS] #2475: Segmentation Fault in 1.4,
opensuse 11.2
Quantum GIS
qgis at qgis.org
Fri Feb 26 05:18:01 EST 2010
#2475: Segmentation Fault in 1.4, opensuse 11.2
---------------------------------------------------------+------------------
Reporter: jtornero | Owner: nobody
Type: bug | Status: new
Priority: critical: causes crash or data corruption | Milestone: Version 1.5.0
Component: Build/Install | Version: 1.4.0
Keywords: | Platform_version:
Platform: SuSE | Must_fix: Yes
Status_info: 0 |
---------------------------------------------------------+------------------
When Qgis starts, it crashes whith this message:
----
rewrewqr at ewrqwerqw:~/.config/QuantumGIS> qgis
Python support ENABLED :-)
Loaded : fTools (package: fTools)
Warning: QHttp: empty path requested is invalid -- using '/'
Loaded : Plugin Installer (package: plugin_installer)
Violación de segmento (Segmentation fault)
----
I've been looking around and I've found that the problem itself occurs
when plugin_installer is loaded (maybe that's why if you run qgis as root
it works until you try to use the plugin installer, because I guess
different users have different QGIS.conf files and in root maybe the
plugin is not activated by default, so it's not loaded at start)
If you modify your QGIS.conf and set the string under [PythonPlugins]
plugin_installer to false, it starts (but at soon as you select the plugin
in the plugin manager and accept it crashes). Also is posible to start if
you set the string under [QGis] plugin-installer\checkOnStart to false, in
this case even if you have selected the plugin Qgis will start.
I don't know much about debugging and stuff but I've make a dbg qgis with
this result (I ommit a lot of lines before):
Try: zypper install -C "debuginfo(build-
id)=5a01875b572dc7f1dc3bd2aa0317bd5c16b36d05"
Python support ENABLED :-)
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/math.so
Try: zypper install -C "debuginfo(build-
id)=4458c4c5053a5061dddb6f6d1db7782cb6b3fb86"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/itertools.so
Try: zypper install -C "debuginfo(build-
id)=2810e6a3e22bae059e320128defb02d1a1fca7ce"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/_struct.so
Try: zypper install -C "debuginfo(build-
id)=31f94a0ad84e920fda6bc15abe62f8d40f9f3b7a"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/datetime.so
Try: zypper install -C "debuginfo(build-
id)=a178f24bded8eac318be7706ff526d0cfa452413"
Missing separate debuginfo for /usr/lib/python2.6/lib-
dynload/_collections.so
Try: zypper install -C "debuginfo(build-
id)=afbc1f0256196518930ca48c6eb74accf09a4552"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/operator.so
Try: zypper install -C "debuginfo(build-
id)=79427d04efb7e8747c51993246f46d1282e91a7d"
Missing separate debuginfo for /usr/lib/python2.6/lib-
dynload/_functools.so
Try: zypper install -C "debuginfo(build-
id)=4fba3d2da44cc7f455ffc883bd2a6b0de4a8fe94"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/time.so
Try: zypper install -C "debuginfo(build-
id)=527a1a43efd2e9702a4affc34a805e9824e08d7c"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/_csv.so
Try: zypper install -C "debuginfo(build-
id)=e6ef1eb7a75617f5535ef8fba19fcc2587a87f1e"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/cStringIO.so
Try: zypper install -C "debuginfo(build-
id)=5d672746cbefe392a78aecb1135800d4806d4fb5"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/binascii.so
Try: zypper install -C "debuginfo(build-
id)=61fdb37e66a9cb9486056e404f49921cbea1e14b"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/_random.so
Try: zypper install -C "debuginfo(build-
id)=532d0115b896c0bd8b1a3fd6fa5adb3d963f7835"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/select.so
Try: zypper install -C "debuginfo(build-
id)=ba1b9d92293aeb23ca132eb2e7212783cd290d31"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/fcntl.so
Try: zypper install -C "debuginfo(build-
id)=2e11381f39a2393fac77cbf169571de9bd7404b8"
Loaded : fTools (package: fTools)
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/_sqlite3.so
Try: zypper install -C "debuginfo(build-
id)=acb37beabc55aeaadab58b029e813c5c511a4d3d"
Missing separate debuginfo for /usr/lib/python2.6/lib-
dynload/unicodedata.so
Try: zypper install -C "debuginfo(build-
id)=1a99a0e33642f5971b234bcc58918ea807a2998e"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/zlib.so
Try: zypper install -C "debuginfo(build-
id)=353df9fab19918b521114dcccd53ce55bcd724e3"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/strop.so
Try: zypper install -C "debuginfo(build-
id)=abe44c078b1362972447ce77e7d0f9c58f12ed90"
Missing separate debuginfo for /usr/lib/python2.6/lib-dynload/_locale.so
Try: zypper install -C "debuginfo(build-
id)=8033610963dbeef57d4995df6f33bcfe42c94216"
Detaching after fork from child process 10333.
Loaded : Plugin Installer (package: plugin_installer)
Warning: QObject::connect: Incompatible sender/receiver arguments
QgsProject::writeProject(QDomDocument&) -->
QgisApp::projectChanged(QDomDocument)
Warning: QHttp: empty path requested is invalid -- using '/'
Program received signal SIGSEGV, Segmentation fault.
0xb61493d8 in strcmp () from /lib/libc.so.6
I also attach a file from strace. Hope it helps. I am newbie reporting
things like this.
Best Regards
Jorge Tornero
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2475>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list