qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.35k stars 2.98k forks source link

Crashed when export to dxf #58426

Open DesHero opened 3 weeks ago

DesHero commented 3 weeks ago

What is the bug or the crash?

Crashed when tried to export to dxf

User Feedback

Trying to Export to dxf

Report Details

Python Stack Trace

Windows fatal exception: access violation

Current thread 0x00005c10 (most recent call first):
<no Python frame>

Stack Trace


geos::noding::SegmentNodeList::size :
geos::geom::prep::PreparedGeometryFactory::create :
initGEOS :
GEOSPreparedIntersects_r :
pal::LabelPosition::intersects :
pal::Pal::extractProblem :
QgsLabelingEngine::solve :
QgsDefaultLabelingEngine::run :
QgsDxfExport::writeEntities :
QgsDxfExport::writeToFile :
QgisApp::dxfExport :
QObject::qt_static_metacall :
QAction::activate :
QMenu::actionGeometry :
QMenu::actionGeometry :
QMenu::mouseReleaseEvent :
QWidget::event :
QMenu::event :
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.36.0-Maidenhead QGIS code revision: 09951dc0 Compiled against Qt: 5.15.3 Running against Qt: 5.15.3 Compiled against GDAL: 3.8.4 Running against GDAL: 3.8.4

System Info CPU Type: x86_64 Kernel Type: winnt Kernel Version: 10.0.22631

Steps to reproduce the issue

tried to export project to dxf

Versions

User Feedback

Trying to Export to dxf

Report Details

Python Stack Trace

Windows fatal exception: access violation

Current thread 0x00005c10 (most recent call first):
<no Python frame>

Stack Trace


geos::noding::SegmentNodeList::size :
geos::geom::prep::PreparedGeometryFactory::create :
initGEOS :
GEOSPreparedIntersects_r :
pal::LabelPosition::intersects :
pal::Pal::extractProblem :
QgsLabelingEngine::solve :
QgsDefaultLabelingEngine::run :
QgsDxfExport::writeEntities :
QgsDxfExport::writeToFile :
QgisApp::dxfExport :
QObject::qt_static_metacall :
QAction::activate :
QMenu::actionGeometry :
QMenu::actionGeometry :
QMenu::mouseReleaseEvent :
QWidget::event :
QMenu::event :
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.36.0-Maidenhead QGIS code revision: 09951dc0 Compiled against Qt: 5.15.3 Running against Qt: 5.15.3 Compiled against GDAL: 3.8.4 Running against GDAL: 3.8.4

System Info CPU Type: x86_64 Kernel Type: winnt Kernel Version: 10.0.22631

Supported QGIS version

New profile

Additional context

No response

agiudiceandrea commented 3 weeks ago

@DesHero, thanks for reporting. QGIS 3.36 is no longer supported. Please try if the issue occurs also running a currently supported QGIS version according to the roadmap and using a new QGIS user profile. If it does, please provide a simple project and layer(s) and exact steps and parameters that make QGIS crash.

github-actions[bot] commented 1 week ago

The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue. In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue. If there is no further activity on this issue, it will be closed in a week.

nirvn commented 6 days ago

@DesHero , in addition to what @agiudiceandrea mentioned above, a sample dataset that leads to crashes would be helpful in replicating this issue. Thanks.