Closed as not planned
Description
What is the bug or the crash?
User Feedback
Manually moving a label where the label is offset and has a callout. Its crashing every time I try, even with a fresh shapefile loaded.
Report Details
Python Stack Trace
Windows fatal exception: code 0x8001010d
Current thread 0x00008bdc (most recent call first):
<no Python frame>
Windows fatal exception: access violation
Current thread 0x00008bdc (most recent call first):
<no Python frame>
Stack Trace
QgsFields::QgsFields :
QgsSymbolRenderContext::fields :
QgsVectorLayerJoinBuffer::joinedFeatureOf :
QgsVectorLayerJoinBuffer::changeAttributeValue :
QgsVectorLayer::changeAttributeValue :
QgsMapToolMoveLabel::cadCanvasPressEvent :
QgsMapToolAdvancedDigitizing::canvasPressEvent :
QgsMapCanvas::mousePressEvent :
QWidget::event :
QFrame::event :
QGraphicsView::viewportEvent :
QCoreApplicationPrivate::sendThroughObjectEventFilters :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :
QGIS Info
QGIS Version: 3.34.11-Prizren
QGIS code revision: 2904bce
Compiled against Qt: 5.15.13
Running against Qt: 5.15.13
Compiled against GDAL: 3.9.2
Running against GDAL: 3.9.2
System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.22631
Steps to reproduce the issue
- Shapefile with joined CSV data, joined to virtual field.
- CSV data is displayed as labels
- Labels configured for call outs with 1 mm min length
- Labels offset from center 2 mm.
- Move label, assign by FID
Versions
QGIS Info
QGIS Version: 3.34.11-Prizren
QGIS code revision: 2904bce
Compiled against Qt: 5.15.13
Running against Qt: 5.15.13
Compiled against GDAL: 3.9.2
Running against GDAL: 3.9.2
Supported QGIS version
- I'm running a supported QGIS version according to the roadmap.
New profile
- I tried with a new QGIS profile
Additional context
No response