-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Adding Join while attribute table is open causes Qgis to hang #47921
Comments
I confirm on QGIS 3.22.5, 3.24.1 and master OSGeo4W64 v2 Win 10 Pro |
same for me on QGIS 3.22.4 OSGeo4W install in Win10 |
I found that this bug is also present in QGIS 3.16.16 but not in 3.16.0 EDIT:
|
It seems there are only 10 commits between 3.16.13 and 3.16.14 https://github.com/qgis/QGIS/compare/final-3_16_13%E2%80%A6final-3_16_14 and no one, at first sight, seems related to this bug. Is the Qt version (and other libraries) the same of both your installation of QGIS 3.16.13 and QGIS 3.16.14? |
in QGIS.3.20.3 Odense NO BUG !!!EDIT:in QGIS.3.21.0 DEV
|
I've made a test with 3.16.13 and 3.16.14. QGIS 3.16.14 with the bug |
I'd start to say that I think there is a lot of loud noise about this issue, both on Twitter, here and on the Mailing list. Why the drama? Is there an old issue (plz link to), or is this the first time? So please stay gentle and polite. Create a proper issue with some dataset here, and eventually ask for help on the mailing list? But... I can confirm this on my Debian, version 3.25-master Some small dataset to test, 12 records of shp and 12 lines of csv: join on provcode: QGIS hangs at:
|
Duh, thank @jef :-) |
What is the bug or the crash?
When you join to layers (via layer properties) if the attribute table of the destination layer is open (in the background, minimised etc) qgis will hang indefinitely.
Steps to reproduce the issue
Versions
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 2009
Active Python plugins
GeoCoding
2.18
go2streetview
8.1
QuickOSM
2.0.0
quick_map_services
0.19.19
realcentroid
1.0.3
searchlayers
3.0.2
StreetView
3.2
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
Works fine if the attribute table is closed. (Annoyingly layer properties/add join windows hold the focus so you can't easily close any attribute table you may have left open).
Have had this occur many times and doesn't appear to be restricted to any particular layer formats (I'm typically using shp, csv and/or geojson files).
The text was updated successfully, but these errors were encountered: