Bug de Armbian ?

Page principale

Répondre à ce message
Auteur: Jérôme Kieffer
Date:  
À: guilde
Sujet: Bug de Armbian ?
Salut,

J'utilise une carte ARM pour debugguer un problème ... mais les outils
de debug comme `gdb` ne fonctionnent pas:

jerome@tinkerboard:~/workspace/pyFAI$ gdb /usr/bin/python3
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.


For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/python3...
Reading symbols from /usr/lib/debug/.build-id/d3/2e27e8a766ad96ffe912cdba451125ac53e869.debug...
(gdb) run -c "import os;print(os.listdir())"
Starting program: /usr/bin/python3 -c "import os;print(os.listdir())"

Et cela reste bloqué en dead-lock....

Pour la materiel, c'est une Tinkerboard de Asus (processeur Cortex A15)
installé avec une "armbian" dérivé de Ubuntu 20.11, dans tous les cas
assez récente.
Sur un raspberry pi (v2) ca fonctionne correctement, mais c'est
raspbian, pas armbian.

Est ce que quelqu'un a une idée ?

A++

Jérôme