<div dir="ltr"><div>Hi Phil,</div><div><br></div>I believe I found a bug in PyQt6. Test case is very simple:<div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">from PyQt6 import QtCore, QtGui, QtWidgets </font></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">app = QtWidgets.QApplication([])</font></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">img = QtGui.QImage(b'\xff' * (256 * 256 * 4), 256, 256, QtGui.QImage.Format.Format_ARGB32)</font></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">img.save('test.png')</font></blockquote><div><br></div><div>In PyQt5 5.15.4 (adjust the <font face="monospace">import</font> line to test it), this correctly saves a white 256x256 png in the current directory.</div><div>In PyQt6 6.2.0 on Ubuntu 20.04, this segfaults on the last line.</div></div><div>In PyQt6 6.2.0 on Windows 10, it doesn't crash, but the output is a corrupt image (example attached). I can also make it sometimes do the same on Ubuntu by playing with the QImage constructor arguments.<br></div><div><br></div><div>Let me know if you need any more info.</div><div><br></div><div>Thanks,</div><div>RoadrunnerWMC</div><br></div>