[issue19437] More failures found by pyfailmalloc

2013-12-12 Thread STINNER Victor
STINNER Victor added the comment: There is no more pending patches nor known issues, so I'm closing this issue. I will open a new issue if I find new bugs. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org

[issue19437] More failures found by pyfailmalloc

2013-11-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f770cdb7a19 by Victor Stinner in branch 'default': Issue #19437: Fix error handling of CDataType_from_buffer() http://hg.python.org/cpython/rev/8f770cdb7a19 New changeset 556bdd8d0dde by Victor Stinner in branch 'default': Issue #19437: Fix error

[issue19437] More failures found by pyfailmalloc

2013-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset c9efe992e9b2 by Victor Stinner in branch 'default': Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append() http://hg.python.org/cpython/rev/c9efe992e9b2 New changeset 98ac18544722 by Victor Stinner in branch 'default': Issue

[issue19437] More failures found by pyfailmalloc

2013-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8e40d07d3cd2 by Victor Stinner in branch 'default': Issue #19437: Fix PyImport_ImportModuleLevelObject(), handle http://hg.python.org/cpython/rev/8e40d07d3cd2 New changeset a217ea1671a8 by Victor Stinner in branch 'default': Issue #19437: Fix

[issue19437] More failures found by pyfailmalloc

2013-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset eea54395797c by Victor Stinner in branch 'default': Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear http://hg.python.org/cpython/rev/eea54395797c New changeset 7d0323556c53 by Victor Stinner in branch 'default':

[issue19437] More failures found by pyfailmalloc

2013-11-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08c81db35959 by Victor Stinner in branch '3.3': Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle http://hg.python.org/cpython/rev/08c81db35959 New changeset 3ff670a83c73 by Victor Stinner in branch '3.3': Issue #19437:

[issue19437] More failures found by pyfailmalloc

2013-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2cd38795931 by Victor Stinner in branch 'default': Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc() http://hg.python.org/cpython/rev/f2cd38795931 New changeset f88c6417b9f6 by Victor Stinner in branch 'default': Issue

[issue19437] More failures found by pyfailmalloc

2013-11-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset b93614f7ed83 by Victor Stinner in branch 'default': Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, handle http://hg.python.org/cpython/rev/b93614f7ed83 New changeset 00ee08fac522 by Victor Stinner in branch 'default': Issue #19437: Fix

[issue19437] More failures found by pyfailmalloc

2013-11-02 Thread Stefan Krah
Stefan Krah added the comment: Ok, I found it. It was an assert() in debug mode that the MemoryError from PyObject_IsInstance() was swallowed. In production mode AttributeError would have been raised. Program received signal SIGABRT, Aborted. 0x771e0475 in *__GI_raise (sig=optimized

[issue19437] More failures found by pyfailmalloc

2013-11-01 Thread Stefan Krah
Stefan Krah added the comment: Since this is tagged crash, I'm curious if you managed to crash _decimal. The unhandled return in convert_op_cmp should result in AtrributeError(object does not have a numerator attribute). The exception that wasn't set in dec_format should result in a wrong

[issue19437] More failures found by pyfailmalloc

2013-11-01 Thread STINNER Victor
STINNER Victor added the comment: I don't have the gdb trace anymore but it was really a crash. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19437 ___

[issue19437] More failures found by pyfailmalloc

2013-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset d191d22a9d23 by Victor Stinner in branch 'default': Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an http://hg.python.org/cpython/rev/d191d22a9d23 -- ___ Python tracker

[issue19437] More failures found by pyfailmalloc

2013-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b37fbda9043 by Victor Stinner in branch 'default': Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass() http://hg.python.org/cpython/rev/9b37fbda9043 New changeset e035b4656088 by Victor Stinner in branch 'default':

[issue19437] More failures found by pyfailmalloc

2013-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7097b5c39db0 by Victor Stinner in branch 'default': Issue #19437: Fix os.statvfs(), handle errors http://hg.python.org/cpython/rev/7097b5c39db0 New changeset b49f9aa12dae by Victor Stinner in branch 'default': Issue #19437: Fix select.epoll.poll(),

[issue19437] More failures found by pyfailmalloc

2013-10-29 Thread STINNER Victor
New submission from STINNER Victor: Using pyfailamlloc, I found various bugs: see issue #18048. Because this issue has been closed, I'm opening a new issue for new bugs. https://bitbucket.org/haypo/pyfailmalloc -- messages: 201649 nosy: haypo priority: normal severity: normal status:

[issue19437] More failures found by pyfailmalloc

2013-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e5bbaed79ca by Victor Stinner in branch 'default': Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure http://hg.python.org/cpython/rev/1e5bbaed79ca New changeset fc825259ee86 by Victor Stinner in branch 'default': Issue

[issue19437] More failures found by pyfailmalloc

2013-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5acbdcfc21c9 by Victor Stinner in branch 'default': Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() http://hg.python.org/cpython/rev/5acbdcfc21c9 -- ___ Python tracker