Erreur d'exécution: SIGTRAP
bonjour,
j'ai utiilisé le débugger de code::blocks et voila ce qu'il m'a donné comme log:
Code:
1 2 3 4 5 6 7 8 9
| Selecting target: default
Compiling: done
Starting debugger: done
Adding source dir: C:\Documents and Settings\Autres\Bureau\Enfants\Eliott\Programmation\C\test_ttf\
Adding file: SDLapp.exe
Program received signal (SIGTRAP)
Trace/breakpoint trap
Previous frame inner to this frame (corrupt stack?)
error |
Ce que je voudrais savoir c'est ce que veulent dire ces trois lignes en bon francais:
Code:
1 2 3
| Program received signal (SIGTRAP)
Trace/breakpoint trap
Previous frame inner to this frame (corrupt stack?) |
Merci,
coyotte507