Advertisement
Guest User

Untitled

a guest
Jan 26th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1. $ gdb --args qgis --noplugins
  2. [snip]
  3. Debug: src/app/qgslabeldialog.cpp: 42: (QgsLabelDialog) entering.
  4. Debug: src/app/qgslabeldialog.cpp: 59: (init) entering.
  5. Debug: src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp: 41: (_initRenderer) Set for singleSymbol
  6. Debug: src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp: 41: (_initRenderer) Set for categorizedSymbol
  7. Debug: src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp: 41: (_initRenderer) Set for graduatedSymbol
  8. Debug: src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp: 41: (_initRenderer) Set for RuleRenderer
  9. Debug: src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp: 41: (_initRenderer) Set for pointDisplacement
  10. Debug: src/app/qgslabeldialog.cpp: 59: (init) entering.
  11. Debug: src/app/qgscustomization.cpp: 778: (customizeWidget) objectName = QgsVectorLayerPropertiesBase event type = 17
  12. Debug: src/app/qgscustomization.cpp: 780: (customizeWidget) QgsVectorLayerProperties x QDialog
  13. Debug: src/app/qgscustomization.cpp: 778: (customizeWidget) objectName = QgsSymbolV2SelectorDialogBase event type = 17
  14. Debug: src/app/qgscustomization.cpp: 780: (customizeWidget) QgsSymbolV2SelectorDialog x QDialog
  15. Debug: src/app/qgscustomization.cpp: 778: (customizeWidget) objectName = QgsRendererV2PropsDialogBase event type = 17
  16. Debug: src/app/qgscustomization.cpp: 780: (customizeWidget) QgsRendererV2PropertiesDialog x QDialog
  17. Debug: src/providers/ogr/qgsogrprovider.cpp: 2146: (uniqueValues) SQL: SELECT DISTINCT "name" FROM "test" ORDER BY name ASC
  18.  
  19. Program received signal SIGSEGV, Segmentation fault.
  20. swq_select_summarize (select_info=0x2807af0, dest_column=<optimized out>, value=0x0) at swq.cpp:295
  21. 295 for( i = 0; i < summary->count; i++ )
  22. (gdb)
  23. (gdb) bt
  24. #0 swq_select_summarize (select_info=0x2807af0, dest_column=<optimized out>, value=0x0) at swq.cpp:295
  25. #1 0x00007ffff7306112 in OGRGenSQLResultsLayer::PrepareSummary (this=0x288e5c0) at ogr_gensql.cpp:663
  26. #2 0x00007ffff7308025 in OGRGenSQLResultsLayer::GetFeature (this=0x288e5c0, nFID=0) at ogr_gensql.cpp:1115
  27. #3 0x00007fffd65cd25b in QgsOgrProvider::uniqueValues (this=0x1eae380, index=<optimized out>, uniqueValues=..., limit=-1) at /home/bob/dev/gis/Quantum-GIS/src/providers/ogr/qgsogrprovider.cpp:2152
  28. #4 0x00007ffff65b8d2f in QgsVectorLayer::uniqueValues (this=0x1f4cdd0, index=1, uniqueValues=..., limit=-1) at /home/bob/dev/gis/Quantum-GIS/src/core/qgsvectorlayer.cpp:5155
  29. #5 0x00007ffff5ff451f in QgsCategorizedSymbolRendererV2Widget::addCategories (this=0xd15620) at /home/bob/dev/gis/Quantum-GIS/src/gui/symbology-ng/qgscategorizedsymbolrendererv2widget.cpp:264
  30. #6 0x00007ffff608e278 in QgsCategorizedSymbolRendererV2Widget::qt_metacall (this=0xd15620, _c=QMetaObject::InvokeMetaMethod, _id=3, _a=0x7fffffffac60)
  31. at /home/bob/dev/gis/Quantum-GIS/build2/src/gui/symbology-ng/moc_qgscategorizedsymbolrendererv2widget.cxx:94
  32. #7 0x00007ffff5758eba in QMetaObject::activate (sender=0x2650240, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fffffffac60) at kernel/qobject.cpp:3278
  33. #8 0x00007ffff5167582 in QAbstractButton::clicked (this=<optimized out>, _t1=false) at .moc/release-shared/moc_qabstractbutton.cpp:206
  34. #9 0x00007ffff4ead13e in QAbstractButtonPrivate::emitClicked (this=<optimized out>) at widgets/qabstractbutton.cpp:546
  35. #10 0x00007ffff4eae47b in QAbstractButtonPrivate::click (this=0x289a450) at widgets/qabstractbutton.cpp:539
  36. #11 0x00007ffff4eae6ec in QAbstractButton::mouseReleaseEvent (this=0x2650240, e=0x7fffffffb3d0) at widgets/qabstractbutton.cpp:1121
  37. #12 0x00007ffff4b46c9a in QWidget::event (this=0x2650240, event=0x7fffffffb3d0) at kernel/qwidget.cpp:8295
  38. #13 0x00007ffff4af6424 in notify_helper (e=0x7fffffffb3d0, receiver=0x2650240, this=0xb969a0) at kernel/qapplication.cpp:4486
  39. #14 QApplicationPrivate::notify_helper (this=0xb969a0, receiver=0x2650240, e=0x7fffffffb3d0) at kernel/qapplication.cpp:4458
  40. #15 0x00007ffff4afbc6b in QApplication::notify (this=<optimized out>, receiver=0x2650240, e=0x7fffffffb3d0) at kernel/qapplication.cpp:4047
  41. #16 0x00007ffff64cf3de in QgsApplication::notify (this=0x7fffffffd8f0, receiver=0x2650240, event=0x7fffffffb3d0) at /home/bob/dev/gis/Quantum-GIS/src/core/qgsapplication.cpp:191
  42. #17 0x00007ffff5745afc in QCoreApplication::notifyInternal (this=0x7fffffffd8f0, receiver=0x2650240, event=0x7fffffffb3d0) at kernel/qcoreapplication.cpp:787
  43. #18 0x00007ffff4af73f2 in sendEvent (event=<optimized out>, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
  44. #19 QApplicationPrivate::sendMouseEvent (receiver=0x2650240, event=0x7fffffffb3d0, alienWidget=0x2650240, nativeWidget=0x25833e0, buttonDown=0x2650240, lastMouseReceiver=..., spontaneous=true)
  45. at kernel/qapplication.cpp:3146
  46. #20 0x00007ffff4b76945 in QETWidget::translateMouseEvent (this=0x25833e0, event=<optimized out>) at kernel/qapplication_x11.cpp:4568
  47. #21 0x00007ffff4b758be in QApplication::x11ProcessEvent (this=0x7fffffffd8f0, event=0x7fffffffbbf0) at kernel/qapplication_x11.cpp:3690
  48. #22 0x00007ffff4b9e412 in x11EventSourceDispatch (s=0xb9b440, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
  49. #23 0x00007ffff0903a5d in g_main_dispatch (context=0xb9a0e0) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:2441
  50. #24 g_main_context_dispatch (context=0xb9a0e0) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3011
  51. #25 0x00007ffff0904258 in g_main_context_iterate (context=0xb9a0e0, block=<optimized out>, dispatch=1, self=<optimized out>) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3089
  52. #26 0x00007ffff0904429 in g_main_context_iteration (context=0xb9a0e0, may_block=1) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3152
  53. #27 0x00007ffff5770ed6 in QEventDispatcherGlib::processEvents (this=0xb97960, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:422
  54. #28 0x00007ffff4b9e07e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
  55. #29 0x00007ffff5744cf2 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
  56. #30 0x00007ffff5744ef7 in QEventLoop::exec (this=0x7fffffffbfc0, flags=...) at kernel/qeventloop.cpp:201
  57. #31 0x00007ffff4fad216 in QDialog::exec (this=0x25833e0) at dialogs/qdialog.cpp:552
  58. #32 0x00000000004f3c1f in QgisApp::showLayerProperties (this=0xd96850, ml=0x1f4cdd0) at /home/bob/dev/gis/Quantum-GIS/src/app/qgisapp.cpp:7015
  59. #33 0x00000000006c71f7 in QgsLegend::mouseDoubleClickEvent (this=<optimized out>, e=<optimized out>) at /home/bob/dev/gis/Quantum-GIS/src/app/legend/qgslegend.cpp:587
  60. #34 0x00007ffff4b46cb4 in QWidget::event (this=0x101c850, event=0x7fffffffcbe0) at kernel/qwidget.cpp:8299
  61. #35 0x00007ffff4eef4f6 in QFrame::event (this=0x101c850, e=0x7fffffffcbe0) at widgets/qframe.cpp:557
  62. #36 0x00007ffff500019b in QAbstractItemView::viewportEvent (this=0x101c850, event=0x7fffffffcbe0) at itemviews/qabstractitemview.cpp:1628
  63. #37 0x00007ffff5044d35 in QTreeView::viewportEvent (this=0x101c850, event=0x7fffffffcbe0) at itemviews/qtreeview.cpp:1256
  64. #38 0x00007ffff5745c88 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<optimized out>, receiver=0x101c530, event=0x7fffffffcbe0) at kernel/qcoreapplication.cpp:902
  65. #39 0x00007ffff4af63ef in notify_helper (e=0x7fffffffcbe0, receiver=0x101c530, this=0xb969a0) at kernel/qapplication.cpp:4482
  66. #40 QApplicationPrivate::notify_helper (this=0xb969a0, receiver=0x101c530, e=0x7fffffffcbe0) at kernel/qapplication.cpp:4458
  67. #41 0x00007ffff4afbc6b in QApplication::notify (this=<optimized out>, receiver=0x101c530, e=0x7fffffffcbe0) at kernel/qapplication.cpp:4047
  68. #42 0x00007ffff64cf3de in QgsApplication::notify (this=0x7fffffffd8f0, receiver=0x101c530, event=0x7fffffffcbe0) at /home/bob/dev/gis/Quantum-GIS/src/core/qgsapplication.cpp:191
  69. #43 0x00007ffff5745afc in QCoreApplication::notifyInternal (this=0x7fffffffd8f0, receiver=0x101c530, event=0x7fffffffcbe0) at kernel/qcoreapplication.cpp:787
  70. #44 0x00007ffff4af73f2 in sendEvent (event=<optimized out>, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
  71. #45 QApplicationPrivate::sendMouseEvent (receiver=0x101c530, event=0x7fffffffcbe0, alienWidget=0x101c530, nativeWidget=0x11c9f00, buttonDown=0x101c530, lastMouseReceiver=..., spontaneous=true)
  72. at kernel/qapplication.cpp:3146
  73. #46 0x00007ffff4b76945 in QETWidget::translateMouseEvent (this=0x11c9f00, event=<optimized out>) at kernel/qapplication_x11.cpp:4568
  74. #47 0x00007ffff4b758be in QApplication::x11ProcessEvent (this=0x7fffffffd8f0, event=0x7fffffffd400) at kernel/qapplication_x11.cpp:3690
  75. #48 0x00007ffff4b9e412 in x11EventSourceDispatch (s=0xb9b440, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
  76. ---Type <return> to continue, or q <return> to quit---
  77. #49 0x00007ffff0903a5d in g_main_dispatch (context=0xb9a0e0) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:2441
  78. #50 g_main_context_dispatch (context=0xb9a0e0) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3011
  79. #51 0x00007ffff0904258 in g_main_context_iterate (context=0xb9a0e0, block=<optimized out>, dispatch=1, self=<optimized out>) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3089
  80. #52 0x00007ffff0904429 in g_main_context_iteration (context=0xb9a0e0, may_block=1) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3152
  81. #53 0x00007ffff5770ed6 in QEventDispatcherGlib::processEvents (this=0xb97960, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:422
  82. #54 0x00007ffff4b9e07e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
  83. #55 0x00007ffff5744cf2 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
  84. #56 0x00007ffff5744ef7 in QEventLoop::exec (this=0x7fffffffd7d0, flags=...) at kernel/qeventloop.cpp:201
  85. #57 0x00007ffff5749789 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
  86. #58 0x00000000004c9434 in main (argc=2, argv=<optimized out>) at /home/bob/dev/gis/Quantum-GIS/src/app/main.cpp:787
  87. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement