Package Details: stm8-binutils-gdb 20180304-1

Git Clone URL: https://aur.archlinux.org/stm8-binutils-gdb.git (read-only, click to copy)
Package Base: stm8-binutils-gdb
Description: Binutils and GDB for the STM8 target
Upstream URL: http://www.gnu.org/software/binutils/
Licenses: GPL
Submitter: hybroid
Maintainer: hybroid
Last Packager: hybroid
Votes: 0
Popularity: 0.000000
First Submitted: 2019-05-19 10:31 (UTC)
Last Updated: 2019-05-19 10:31 (UTC)

Latest Comments

AndrevS commented on 2021-05-13 10:11 (UTC)

When trying to start stm8-gdb, it segfaults

[andre@8570w ~]$ stm8-gdb 
Segmentatiefout (geheugendump gemaakt)

Running it in gdb, reveils the segfault happens in python

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7940b83 in PyEval_ReleaseLock () from /usr/lib/libpython3.9.so.1.0

As a workaround, I have added --with-python=no to the configure command