Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGIS crash after deleting a layer #57326

Open
1 of 2 tasks
Alberto-Silva-Ariano opened this issue May 2, 2024 · 0 comments
Open
1 of 2 tasks

QGIS crash after deleting a layer #57326

Alberto-Silva-Ariano opened this issue May 2, 2024 · 0 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption

Comments

@Alberto-Silva-Ariano
Copy link

What is the bug or the crash?

User Feedback

Nota Bene: This is my first post here. Any help will be greatly appreciated...

I was deleting a layer after realizing that I used the wrong coordinate system to project it.

I selected WGS-84/ UTM zone 18S, when I found that some areas and points were ouside the range/domain of that UTM zone (there is a partial overlap of zones 17S and 19 S in Peru, the mapped area).

My idea was to redo all it in a geographic coordinates (lat-long) to avoid that issue, until the program crashed after deleting the layer with areas in all those adjacent UTM strips.

By the way, the raw dataset used was done in ESRI (ArcGIS) format, I am struggling to do the conversion to a format compatible with QGIS.

Report Details

Python Stack Trace

Windows fatal exception: access violation

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

Stack Trace


QgsBrowserModel::flags :
QgsBrowserGuiModel::flags :
QSortFilterProxyModel::flags :
QModelIndex::flags :
QTreeViewPrivate::isIndexExpanded :
QgsBrowserTreeView::hasExpandedDescendant :
QgsBrowserWidget::refreshModel :
QgsBrowserWidget::refreshModel :
QgsBrowserWidget::refreshModel :
QgsBrowserWidget::refresh :
QObject::qt_static_metacall :
QAction::activate :
QAbstractButton::click :
QAbstractButton::mouseReleaseEvent :
QToolButton::mouseReleaseEvent :
QWidget::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.34.6-Prizren
QGIS code revision: 623828f
Compiled against Qt: 5.15.13
Running against Qt: 5.15.13
Compiled against GDAL: 3.8.5
Running against GDAL: 3.8.5

System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.22631
2024-05-02 (1)
2024-05-02 (2)

Steps to reproduce the issue

I do not remember the exact sequence of commands I tried.
I just was selecting a layer to delete it, after suspecting a coordinate projection error (see above), just before the crash. I attached screenshots and a description above, together with the authomatic error report.

Versions

QGIS Info
QGIS Version: 3.34.6-Prizren
QGIS code revision: 623828f
Compiled against Qt: 5.15.13
Running against Qt: 5.15.13
Compiled against GDAL: 3.8.5
Running against GDAL: 3.8.5

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

I was begginning to plot a map done by the Geological Survey of Peru (INGEMMET)... unfortunately all those maps are in ESRI - ArcGis format, most of them are not compatible with QGIS... only a map of filled polygons was compatible (the layer deleted just before the crash) and the rest are ensembles of points in excel (xls and xlsx format).

(Below are screenshots of the raw data, as appear in Windows)

2024-05-02 (6)
2024-05-02 (5)
2024-05-02 (4)

@Alberto-Silva-Ariano Alberto-Silva-Ariano added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption
Projects
None yet
Development

No branches or pull requests

2 participants