Windows fatal exception access violation python

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

Python Stack Trace — Windows fatal exception: access violation #47888

Python Stack Trace — Windows fatal exception: access violation #47888

Bug Either a bug report, or a bug fix. Let’s hope for the latter! Feedback Waiting on the submitter for answers stale Uh oh! Seems this work is abandoned, and the PR is about to close.

Comments

What is the bug or the crash?

User Feedback

Add a single feature class to the map, with only one feature in the shapefile. In properties, I click the field calculator button and the fatal error occurs.

Читайте также:  Yii2 php fpm docker

Report Details

Python Stack Trace

Windows fatal exception: access violation Current thread 0x00002248 (most recent call first):

Stack Trace
No stack trace is available.

QGIS Info
QGIS Version: 3.24.1-Tisler
QGIS code revision: 5709b82
Compiled against Qt: 5.15.2
Running against Qt: 5.15.2
Compiled against GDAL: 3.4.1
Running against GDAL: 3.4.1

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

Steps to reproduce the issue

  1. Open a new project
  2. Add a single shapefile layer, with one feature in it
  3. Right-click on the shapefile > Properties > Fields
  4. Select field I’m trying to calculate geometry for
  5. Click the Field Calculator button.
  6. Fatal crash

Versions

p, li

QGIS version 3.24.1-Tisler QGIS code revision 5709b82
Qt version 5.15.2
Python version 3.9.5
GDAL/OGR version 3.4.1
PROJ version 8.2.1
EPSG Registry database version v10.041 (2021-12-03)
GEOS version 3.10.2-CAPI-1.16.0
SQLite version 3.37.2
PDAL version 2.3.0
PostgreSQL client version unknown
SpatiaLite version 5.0.1
QWT version 6.1.3
QScintilla2 version 2.11.5
OS version Windows 10 Version 2004
Active Python plugins
LAStools 1.4
latlontools 3.6.3
mgrs 3.0.1
open_lidar_tools 2.1
postgis_geoprocessing 0.9
qfieldsync v4.0.0
quick_map_services 0.19.29
TerrainShading 0.9.3
db_manager 0.1.20
grassprovider 2.12.99
MetaSearch 0.3.6
processing 2.12.99
sagaprovider 2.12.99

QGIS version 3.24.1-Tisler QGIS code revision [5709b82](https://github.com/qgis/QGIS/commit/5709b824) Qt version 5.15.2 Python version 3.9.5 GDAL/OGR version 3.4.1 PROJ version 8.2.1 EPSG Registry database version v10.041 (2021-12-03) GEOS version 3.10.2-CAPI-1.16.0 SQLite version 3.37.2 PDAL version 2.3.0 PostgreSQL client version unknown SpatiaLite version 5.0.1 QWT version 6.1.3 QScintilla2 version 2.11.5 OS version Windows 10 Version 2004

Active Python plugins
LAStools
1.4
latlontools
3.6.3
mgrs
3.0.1
open_lidar_tools
2.1
postgis_geoprocessing
0.9
qfieldsync
v4.0.0
quick_map_services
0.19.29
TerrainShading
0.9.3
db_manager
0.1.20
grassprovider
2.12.99
MetaSearch
0.3.6
processing
2.12.99
sagaprovider
2.12.99

Supported QGIS version

New profile

Additional context

The issue resolves with the new test profile

The text was updated successfully, but these errors were encountered:

I’m having the same issue with manipulating OSM data. I can’t go more than about 10 minutes without a crash on some projects. I did notice that the project I’m working on is a suspended UWP in the task manager. Could that be part of it?

@VulcanTrekkie45 Same, have you tried with a fresh profile ?
Preference -> User profiles -> New profile

@VulcanTrekkie45 Same, have you tried with a fresh profile ?
Preference -> User profiles -> New profile

I haven’t because many of my workflows rely on access to QuickOSM, so it kinda feels like treating a paper cut by cutting off the arm

I did use a new profile and it worked as normal. I’m now wondering how I can fix the issue on the default profile.

@mlsthmpsn add plugins one by one and test.

I haven’t because many of my workflows rely on access to QuickOSM, so it kinda feels like treating a paper cut by cutting off the arm

Not really because if the fault lies with QuickOSM (which it sounds like it might) then you are reporting the bug in the wrong place — Quick OSM should have it’s own issue tracker.

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.

github-actions bot added the stale Uh oh! Seems this work is abandoned, and the PR is about to close. label May 11, 2023

I am having multiple people in my organization experiencing this error. All of these are new installs of QGIS with no extra plugins installed:

Python Stack Trace Windows fatal exception: access violation Thread 0x00003908 (most recent call first): Stack Trace memcpy memcpy.asm:254 QgsRasterIdentifyResult::params : QgsRasterIdentifyResult::operator= : QgsSingleBandGrayRenderer::block : QgsBrightnessContrastFilter::block : QgsHueSaturationFilter::block : QgsRasterResampleFilter::block : QgsRasterProjector::block : QgsRasterIterator::readNextRasterPartInternal : QgsRasterDrawer::draw : QgsRasterDrawer::draw : QgsRasterLayerRenderer::render : QgsMapRendererParallelJob::renderLayerStatic : QgsProfilePlotRenderer::replaceSourceInternal : QgsMapRendererParallelJob::renderingFinished : QgsMapRendererParallelJob::takeLabelingResults : QtConcurrent::ThreadEngineBase::run : QThreadPoolPrivate::reset : QThread::start : BaseThreadInitThunk : RtlUserThreadStart : QGIS Info QGIS Version: 3.30.2-'s-Hertogenbosch QGIS code revision: 0992b533 Compiled against Qt: 5.15.3 Running against Qt: 5.15.3 Compiled against GDAL: 3.6.4 Running against GDAL: 3.6.4 System Info CPU Type: x86_64 Kernel Type: winnt Kernel Version: 10.0.19045 

Источник

Оцените статью