New submission from Stephan Hohe <sth....@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35623>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to