[New-bugs-announce] [issue41214] -O0: Segmentation fault in _PyArg_UnpackStack

Vincent LE GARREC report at bugs.python.org
Sun Jul 5 06:54:27 EDT 2020


New submission from Vincent LE GARREC <legarrec.vincent at gmail.com>:

In Gentoo, I compile my system with -O0

When I compile Apache Serf, python 3.7.8 crashes. When I compile python 3.7 with -O2, python don't crash when compiling Serf.

It's the first time that -O0 causes program crash.

I run test suite, I don't have any problem.

Please find enclosed the backtrace.

I can reproduce every time so if you want me to do some tests, I can do it.

I already report it to Gentoo (https://bugs.gentoo.org/730312) but it seems it's not related to them.

----------
files: backtrace.log.gz
messages: 373026
nosy: Vincent LE GARREC
priority: normal
severity: normal
status: open
title: -O0: Segmentation fault in _PyArg_UnpackStack
type: crash
versions: Python 3.7
Added file: https://bugs.python.org/file49298/backtrace.log.gz

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


More information about the New-bugs-announce mailing list