Activity for LuisH

  • LuisH LuisH posted a comment on discussion General Discussion

    I haven't checked, but the culprit functions were deprecated in python 3.2 and changed functionality in python 3.8 Documentation for python 2.7 also mentions the functions as deprecated and suggests the same changes. So I assume the changes will work on python 2.7 and at least anything at or above 3.2 And the segfault will be present in 3.8 and above. Attached my python.c after running the README "*.sh" and Martin patch and the partially applied patch in my previous reply

  • LuisH LuisH modified a comment on discussion General Discussion

    I had the same issue on manjaro, applying the patch you mention let the compilation end successfully, then launching stm8-gdb there was a "segmentation fault (core dumped)" error immediately. Turns out that using Python 3.9 there is a new error due to deprecated C api functions, a little investigation took me here: https://bugzilla.redhat.com/show_bug.cgi?id=1829702 and here: https://sourceware.org/pipermail/gdb-patches/2020-May/169110.html There is a patch at the end of the last page to be applied...

  • LuisH LuisH posted a comment on discussion General Discussion

    I had the same issue on manjaro, applying the patch you mention let the compilation end successfully but launching stm8-gdb there was a "segmentation fault (core dumped)" error inmediatlely. But for Python 3.9 there is a new error, a little investigation took me here: https://bugzilla.redhat.com/show_bug.cgi?id=1829702 and here: https://sourceware.org/pipermail/gdb-patches/2020-May/169110.html There is a patch at the end of the last page to be applied at /gdb/python/python.c When I applied it, it...

  • LuisH LuisH created ticket #73

    Year in website

  • LuisH LuisH posted a comment on discussion Help

    Hi, I'm using the debugger together with mspdebug and I was wondering if there is...

1