Skip to content

Instantly share code, notes, and snippets.

@fboris
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fboris/29b7d3b0eb627184c2c4 to your computer and use it in GitHub Desktop.
Save fboris/29b7d3b0eb627184c2c4 to your computer and use it in GitHub Desktop.
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) Detaching from program: /home/fboris/quadrotor_workspace/moon-bear/shengwen_firmware/program/firmware.elf, Remote target
Remote debugging using /dev/ttyACM0
Target voltage: unknown
Available Targets:
No. Att Driver
1 STM32F4xx
Attaching to program: /home/fboris/quadrotor_workspace/moon-bear/shengwen_firmware/program/firmware.elf, Remote target
0x0800dd22 in vPortFree (pv=0x20006f80) at lib/FreeRTOS/Source/portable/MemMang/heap_1.c:153
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) Detaching from program: /home/fboris/quadrotor_workspace/moon-bear/shengwen_firmware/program/firmware.elf, Remote target
Remote debugging using /dev/ttyACM0
Target voltage: unknown
Available Targets:
No. Att Driver
1 STM32F4xx
Attaching to program: /home/fboris/quadrotor_workspace/moon-bear/shengwen_firmware/program/firmware.elf, Remote target
0x0800dd22 in vPortFree (pv=0x20006f80) at lib/FreeRTOS/Source/portable/MemMang/heap_1.c:153
153 configASSERT( pv == NULL );
148 heap_4.c for alternative implementations, and the memory management pages of
149 http://www.FreeRTOS.org for more information. */
150 ( void ) pv;
151
152 /* Force an assert as it is invalid to call this function. */
153 configASSERT( pv == NULL );
154 }
155 /*-----------------------------------------------------------*/
156
157 void vPortInitialiseBlocks( void )
Kill the program being debugged? (y or n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment