This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/21200] rl78-elf-gdb.exe crashes when trying to run program in debugger


https://sourceware.org/bugzilla/show_bug.cgi?id=21200

Robert Ardill <ra5040 at eircom dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ra5040 at eircom dot net

--- Comment #1 from Robert Ardill <ra5040 at eircom dot net> ---
I have a similar problem runing gdb-7.10 on Ubuntu with OpenOCD-esp32 0.10.0. 
The application is C++ for the xtensa esp32 chip.  The JTAG is the built in
JTAG in the Espressif ESP32 Wrover Kit. 

The error occurs both from Eclipse and the command line.

In my case Continue works but Next crashes (not necessarily the first Next, but
within two or three).  This doesn't happen in app_main or any routines called
from app_main, but it does in a task.


Here is the log:

874                             nk.resetDisplay();
875                             digitalWrite(beeperPin, 1);
876                             vTaskDelay(200 / portTICK_PERIOD_MS);
(gdb) n
Target halted. PRO_CPU: PC=0x4000BFF0             APP_CPU: PC=0x400D2B54
(active)
/builds/idf/crosstool-NG/.build/src/gdb-7.10/gdb/inline-frame.c:171:
internal-error: inline_frame_this_id: Assertion `!frame_id_eq (*this_id,
outer_frame_id)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

This is a bug, please report it.  For instructions, see:
<http://www.gnu.org/software/gdb/bugs/>.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]