Ticket #2903 (closed bug: fixed)
Segmentation Fault in 1.4, ubuntu karmic binaries
| Reported by: | alobo | Owned by: | jef |
|---|---|---|---|
| Priority: | critical: causes crash or data corruption | Milestone: | Version 1.6.0 |
| Component: | Vectors | Version: | Trunk |
| Keywords: | Cc: | ||
| Platform Version: | Platform: | All | |
| Must Fix for Release: | No | Awaiting user input: | no |
Description (last modified by jef) (diff)
QGIS 1.4 (ubuntu Karmic binary) crashed while I was running plugin points2one. The problem is that QGIS crashes now as soon as I open any shape layer, all I get in the terminal is: Segmentation Fault. I have tried uninstalling the plugin, no improvement.
Before opening any vector layer, the last lines in the console are:
Warning: QObject::connect: Incompatible sender/receiver arguments
QgsProject::writeProject(QDomDocument&) -->
QgisApp::projectChanged(QDomDocument)
I've tried reinstalling qgis (and the rest of related packages) via Synaptic, same problem.
Output with gdb:
alobo@delia:~$ gdb qgis.bin
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/qgis.bin...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/qgis.bin
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe233a910 (LWP 9132)]
[Thread 0x7fffe233a910 (LWP 9132) exited]
Python support ENABLED :-)
/home/alobo/.qgis//python/plugins/imgboundary/__init__.py:38: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
sMsg = "Error import Module \'osgeo\' from package \'gdal-Python-1.5.4-4\'\n\nMessage: %s" % e.message
Loaded : Plugin Installer (package: plugin_installer)
Warning: QObject::connect: Incompatible sender/receiver arguments
QgsProject::writeProject(QDomDocument&) --> QgisApp::projectChanged(QDomDocument)
[New Thread 0x7fffe233a910 (LWP 9138)]
[New Thread 0x7fffc7fff910 (LWP 9139)]
[New Thread 0x7fffc75f9910 (LWP 9140)]
[New Thread 0x7fffc6df8910 (LWP 9141)]
[Thread 0x7fffe233a910 (LWP 9138) exited]
[Thread 0x7fffc7fff910 (LWP 9139) exited]
[Thread 0x7fffc6df8910 (LWP 9141) exited]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6c178ed in QTextCodec::toUnicode(char const*) const () from /usr/lib/libQtCore.so.4
Change History
Note: See
TracTickets for help on using
tickets.