We are facing some hard crashes using Ubuntu 20.04. LTS and some specific WMS services from DWD (German Weather Service Provider). Whenever we try to consume a "radar composite" the ArcGIS Runtime for Qt Version 100.4 creates a segmentation fault.
Some sample WMS services which lead to a crash:
https://maps.dwd.de/geoserver/dwd/wms
Tagged sample application which crashes. Take a look at PegelMapApp::addWmsLayer.
Machine specs are attached to the Ubuntu 20.04 LTS CPU Instruction Issue
Solved! Go to Solution.
I tried this out and can reproduce on 100.4, but appears to be fixed with 100.5. Can you try upgrading to 100.5 or newer (current release is 100.11.2)?
I tried this out and can reproduce on 100.4, but appears to be fixed with 100.5. Can you try upgrading to 100.5 or newer (current release is 100.11.2)?
We would love to upgrade, but we are facing the mentioned Ubuntu 20.04 LTS CPU Instruction Issue
The application is running on a "mature desktop workstation", but it is just a proof of concept for us. We are going to switch over to the new Apple Mac Mini M1 workstation. We did not found any issues regarding the M1 chip, so we hope this is a safe way to migrate. Would you recommend the Mac Mini M1 chip or the INTEL chip?
Apple M1 Chip should work with Rosetta, but we have been testing on Intel chips. Please note, Qt itself does not support targeting arm64, so you'll need to continue using the same clang mac Qt kit.
Here is an issue collating Rosetta related issues https://bugreports.qt.io/browse/QTBUG-86405
Here is the work tracking Apple M1 arm support for Qt 6: