avrdudes / avarice

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.
GNU General Public License v2.0
39 stars 12 forks source link

[bug #20] Detach starting with shell from avr-gdb - communication error #20

Open avrs-admin opened 2 years ago

avrs-admin commented 2 years ago

frexgj 2014-10-23 20:07:38.181000

When starting AVaRICE from avr-gdb with the shell command and detach parameter the communication doesn't work. From my understanding the avr-gdb <-> AVaRICE (TCP) connection is okay. But the pipes that are used to communicate with the backend (AVR Dragon in my case) somehow don't seem to work anymore. When moving the point where the detach is actually done a bit higher in main it works (for me). I'm using Code::Blocks for Debugging and am running on XUbuntu 14.4, AVaRICE is from SVN. Debugging hardware is an AVR Dragon with 7.38 Firmware. I'm also using AVaRICE for programming although this is not recommended anymore (but when using avrdude the usb is blocked for some time afer it is done and i would have to add an delay), maybe that's also contributing to the problem?

This issue was migrated from https://sourceforge.net/p/avarice/bugs/20/