[Qgis-user] raster catalog

JJL buggerone at gmail.com
Wed Sep 2 16:32:10 PDT 2009


Hello,

> I've just installed again and still get your Raster Catalog listed grey and
> with a note stating incompatible
> (qgis 1.2.0 on ubuntu jaunty) in the Plugin Manager. Perhaps the new version
> is not
> in the repository?
yes, this is still the old version of the plugin in the repository.
I've packaged a new version for qgis >= 1.0.2
But as I have some crashes I don't want to upload it to the repository.
You can find tgz and instructions here :
http://kubuntu.free.fr/wiki/index.php?page=QGisRasterCatalog#_rasterCatalog_0_2

I've experienced crashes with
- kubuntu jaunty, kde 4.3, (qt 4.5.0, pyqt 4.4.4) home compiled or ppa
qgis 1.2.0
- Arch Linux, kde 4.3, (qt 4.5.2, pyqt 4.5.4) home compiled qgis 1.2.0
(see backtrace attached)
For this last one seems to be a problem with the
QgsMapCanvas::xyCoordinates signal.

But it works well with vanilla jaunty (kde 4.2, qt 4.5.0, pyqt 4.4.4)
and qgis 1.2.0 from ppa.

Regards
JJL

-- 
http://kubuntu.free.fr/blog
-------------- next part --------------
qgis crash with rasterCatalog
reproduce: move the mouse into the map area
  ArchLinux
  qgis 1.2.0-3 (home compiled with ABS)
  pyqt 4.5.4-1
  qt 4.5.2-6

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb5a6c700 (LWP 13491)]
0xb39ffb90 in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtCore.so
(gdb) bt
#0  0xb39ffb90 in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtCore.so
#1  0xb39f7172 in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtCore.so
#2  0xb39f79ed in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtCore.so
#3  0xb39f7ab5 in ?? () from /usr/lib/python2.6/site-packages/PyQt4/QtCore.so
#4  0xb7f279ac in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#5  0xb7f285e2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#6  0xb6f4d3b3 in QgsMapCanvas::xyCoordinates () from /usr/lib/libqgis_gui.so.1.2.0
#7  0xb6f2a04e in QgsMapCanvas::mouseMoveEvent () from /usr/lib/libqgis_gui.so.1.2.0
#8  0xb2fd26c4 in sipQgsMapCanvas::mouseMoveEvent () from /usr/share/qgis/python/qgis/gui.so
#9  0xb75b9053 in QWidget::event () from /usr/lib/libQtGui.so.4
#10 0xb795f693 in QFrame::event () from /usr/lib/libQtGui.so.4
#11 0xb79fde24 in QAbstractScrollArea::viewportEvent () from /usr/lib/libQtGui.so.4
#12 0xb7ba6cbf in QGraphicsView::viewportEvent () from /usr/lib/libQtGui.so.4
#13 0xb2fd5084 in sipQgsMapCanvas::viewportEvent () from /usr/share/qgis/python/qgis/gui.so
#14 0xb7a00415 in ?? () from /usr/lib/libQtGui.so.4
#15 0xb7f1113a in QCoreApplicationPrivate::sendThroughObjectEventFilters () from /usr/lib/libQtCore.so.4
#16 0xb756496c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#17 0xb756c9c0 in QApplication::notify () from /usr/lib/libQtGui.so.4
#18 0xb6fc9273 in QgsApplication::notify () from /usr/lib/libqgis_core.so.1.2.0
#19 0xb7f11fcb in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#20 0xb756b983 in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
#21 0xb75d9434 in ?? () from /usr/lib/libQtGui.so.4
#22 0xb75d8915 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#23 0xb7602f92 in ?? () from /usr/lib/libQtGui.so.4
#24 0xb63f0d98 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#25 0xb63f43e0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#26 0xb63f4513 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#27 0xb7f3c6cc in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#28 0xb76026c5 in ?? () from /usr/lib/libQtGui.so.4
#29 0xb7f10579 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#30 0xb7f109ca in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#31 0xb7f12e3f in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#32 0xb7564817 in QApplication::exec () from /usr/lib/libQtGui.so.4
#33 0x080b4efd in main ()


More information about the Qgis-user mailing list