<div dir="ltr">Any plans for when the next release will be?<div>Thanks for the fix,</div><div>Antony</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-06 7:17 GMT-07:00 Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 30/09/2014 7:40 am, Dmitry Shachnev wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
On Tue, Sep 30, 2014 at 9:20 AM, Antony Lee <<a href="mailto:antony.lee@berkeley.edu" target="_blank">antony.lee@berkeley.edu</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
I have observed that "pydoc3 PyQt4.QtCore" segfaults.  This is on Arch Linux<br>
with Python 3.4.1 and PyQt4 4.11.2 or 4.10.4 (both fail).<br>
Can anyone confirm the issue?  Is it known?<br>
</blockquote>
<br>
I can confirm this, with PyQt4 and PyQt5. The segfault seems to happen<br>
when trying to repr() some object:<br>
<br>
(gdb) bt full<br>
#0  0x08220c8d in type_qualname (context=0x0, type=0xb78e9e2c) at<br>
../Objects/typeobject.c:369<br>
        et = 0xb78e9e2c<br>
#1  type_repr.lto_priv () at ../Objects/typeobject.c:819<br>
        mod = 'PyQt5.QtCore'<br>
        rtn = <optimized out><br>
#2  0x081bca86 in PyObject_Repr (v=<sip.enumtype at remote<br>
0xb78e9e2c>) at ../Objects/object.c:466<br>
        res = <optimized out><br>
#3  builtin_repr.lto_priv () at ../Python/bltinmodule.c:1851<br>
No locals.<br>
#4  0x08131590 in call_function (oparg=<optimized out>,<br>
pp_stack=<optimized out>) at ../Python/ceval.c:4221<br>
        flags = 140111464<br>
        n = 0<br>
[...]<br>
<br>
Also, calling help(Qt) or help(QTextEdit) in Python interactive shell<br>
causes a segmentation fault as well.<br>
</blockquote>
<br></div></div>
Should be fixed in tonight's SIP snapshot.<br>
<br>
Thanks,<br>
Phil<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.<u></u>com/mailman/listinfo/pyqt</a></div></div></blockquote></div><br></div>