public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/26881] New: infrun.c:6384: internal-error: void process_event_stop_test(execution_control_state*): Assertion `ecs->event_thread->control.exception_resume_breakpoint != NULL' failed.
@ 2020-11-14  9:58 vries at gcc dot gnu.org
  2020-11-14 10:41 ` [Bug gdb/26881] " vries at gcc dot gnu.org
                   ` (35 more replies)
  0 siblings, 36 replies; 37+ messages in thread
From: vries at gcc dot gnu.org @ 2020-11-14  9:58 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 26881
           Summary: infrun.c:6384: internal-error: void
                    process_event_stop_test(execution_control_state*):
                    Assertion
                    `ecs->event_thread->control.exception_resume_breakpoin
                    t != NULL' failed.
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

[ Possibly duplicate of PR17174. ]

Consider PR26880 - "hex instead of filename printed in error message":
...
$ gdb -batch test.c
"0x7ffc87bfc8d0s": not in executable format: file format not recognized
...

Now, let's try to debug this:
...
$ gdb --args gdb -batch test.c
Reading symbols from /home/vries/gdb_versions/devel/gdb...
(gdb) start
Temporary breakpoint 1 at 0x417f36: file
/home/vries/gdb_versions/devel/src/gdb/gdb.c, line 28.
Starting program: /home/vries/gdb_versions/devel/gdb -data-directory
/home/vries/gdb_versions/devel/build/gdb/testsuite/../data-directory -q -nw -nx
-batch test.c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Temporary breakpoint 1, main (argc=8, argv=0x7fffffffdbf8) at
/home/vries/gdb_versions/devel/src/gdb/gdb.c:28
28        memset (&args, 0, sizeof args);
(gdb) n
29        args.argc = argc;
(gdb) n
30        args.argv = argv;
(gdb) n
31        args.interpreter_p = INTERP_CONSOLE;
(gdb) n
32        return gdb_main (&args);
(gdb) n
[New Thread 0x7fffefc75700 (LWP 11712)]
[New Thread 0x7fffef474700 (LWP 11713)]
[New Thread 0x7fffeec73700 (LWP 11714)]
[Detaching after vfork from child process 11715]
[New Thread 0x7fffee156700 (LWP 11716)]
[New Thread 0x7fffe7fff700 (LWP 11717)]
[New Thread 0x7fffed955700 (LWP 11718)]
[New Thread 0x7fffed154700 (LWP 11719)]
/home/vries/gdb_versions/devel/src/gdb/infrun.c:6384: internal-error: void
process_event_stop_test(execution_control_state*): Assertion
`ecs->event_thread->control.exception_resume_breakpoint != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) 
...

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

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2021-11-22  7:37 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14  9:58 [Bug gdb/26881] New: infrun.c:6384: internal-error: void process_event_stop_test(execution_control_state*): Assertion `ecs->event_thread->control.exception_resume_breakpoint != NULL' failed vries at gcc dot gnu.org
2020-11-14 10:41 ` [Bug gdb/26881] " vries at gcc dot gnu.org
2020-11-14 10:45 ` vries at gcc dot gnu.org
2020-11-14 10:49 ` vries at gcc dot gnu.org
2020-11-14 13:07 ` vries at gcc dot gnu.org
2020-11-14 19:45 ` vries at gcc dot gnu.org
2020-11-15  0:24 ` vries at gcc dot gnu.org
2020-11-15  0:30 ` vries at gcc dot gnu.org
2020-11-16 14:35 ` vries at gcc dot gnu.org
2020-11-21  8:58 ` vries at gcc dot gnu.org
2021-01-05 10:41 ` vries at gcc dot gnu.org
2021-01-05 10:44 ` vries at gcc dot gnu.org
2021-01-05 13:30 ` [Bug breakpoints/26881] " vries at gcc dot gnu.org
2021-01-08 10:11 ` cvs-commit at gcc dot gnu.org
2021-01-08 10:58 ` cvs-commit at gcc dot gnu.org
2021-01-08 11:00 ` vries at gcc dot gnu.org
2021-06-27 17:49 ` ahmedsayeed1982 at yahoo dot com
2021-08-10 11:45 ` ucelsanicin at yahoo dot com
2021-08-27 17:51 ` ribevi6798 at enamelme dot com
2021-08-28 18:31 ` buranlevent at yahoo dot com
2021-09-06  9:10 ` focixujo at livinginsurance dot co.uk
2021-09-10 19:40 ` mehmetgelisin at aol dot com
2021-09-14 17:28 ` johnb6174 at gmail dot com
2021-09-14 18:48 ` mark at klomp dot org
2021-10-09 11:00 ` gulsenenginar at aol dot com
2021-10-17 19:48 ` vmireskazki at gmail dot com
2021-10-18 19:58 ` ahmedsayeed1982 at hotmail dot com
2021-10-19  7:15 ` progonsaytu at gmail dot com
2021-10-23 13:45 ` fiteva5725 at bomoads dot com
2021-10-24 10:02 ` glassmtech at ukr dot net
2021-10-29 10:57 ` kimolsun2020 at outlook dot com
2021-10-29 12:06 ` huracantili20 at gmail dot com
2021-11-02 15:21 ` gepaw63633 at dukeoo dot com
2021-11-06 21:11 ` paneki8601 at dukeoo dot com
2021-11-13 19:31 ` tesaso8237 at funboxcn dot com
2021-11-16 19:04 ` xecana8007 at funboxcn dot com
2021-11-22  7:37 ` gexed96894 at keagenan dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).