Re: qgis build on aarch64

2022-06-17 Thread Rafael Sadowski
On Fri Jun 17, 2022 at 10:06:01AM +0200, Theo Buehler wrote: > The patch below is a hack that makes qgis build on aarch64. It's > not the correct fix. > > What happens is that the destructor of the QWaitCondition class is > called more than once. IMHO The issue is the python c

qgis build on aarch64

2022-06-17 Thread Theo Buehler
The patch below is a hack that makes qgis build on aarch64. It's not the correct fix. What happens is that the destructor of the QWaitCondition class is called more than once. The second time it is called from Python's atexit handler crashes due to a use-after-free in pthread_cond_destroy