[New-bugs-announce] [issue35623] Segfault in test_bigmem.ListTest.test_sort

Stephan Hohe report at bugs.python.org
Sun Dec 30 20:16:28 EST 2018


New submission from Stephan Hohe <sth.dev at tejp.de>:

When running test_bigmem with -M 30G the interpreter crashes in list_sort_impl() in  Objects/listobject.c:2290 due to an integer overflow in `i`.

----------
components: Interpreter Core
messages: 332780
nosy: sth
priority: normal
severity: normal
status: open
title: Segfault in test_bigmem.ListTest.test_sort
type: crash
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35623>
_______________________________________


More information about the New-bugs-announce mailing list