public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/29854] New: ^C should interrupt synchronous wait on cooked index completion
@ 2022-12-05 19:43 simon.marchi at polymtl dot ca
  2022-12-05 23:34 ` [Bug gdb/29854] " tromey at sourceware dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: simon.marchi at polymtl dot ca @ 2022-12-05 19:43 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 29854
           Summary: ^C should interrupt synchronous wait on cooked index
                    completion
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: simon.marchi at polymtl dot ca
  Target Milestone: ---

Using commit 09a5d200e6166522e0d0a9276bd6b2227ac5ace1, I do:

$ ./gdb -nx -q --data-directory=data-directory
testsuite/outputs/gdb.gdb/selftest/xgdb
Reading symbols from testsuite/outputs/gdb.gdb/selftest/xgdb...
(gdb) b captured_main
^C

Creating the breakpoint takes some time, doing ^C does nothing.  Attaching to
GDB, I understood that it's because the main thread is waiting on the
`table->wait ()` call, waiting for worker threads to finish building the cooked
indices.  Not sure how we can do it, but it would be nice for ^C to interrupt
that table->wait call and generate a gdb_exception_quit.

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

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

end of thread, other threads:[~2023-02-09 14:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 19:43 [Bug gdb/29854] New: ^C should interrupt synchronous wait on cooked index completion simon.marchi at polymtl dot ca
2022-12-05 23:34 ` [Bug gdb/29854] " tromey at sourceware dot org
2022-12-06  0:00 ` tromey at sourceware dot org
2022-12-06  2:38 ` simark at simark dot ca
2022-12-06 15:05 ` tromey at sourceware dot org
2022-12-06 15:34 ` simark at simark dot ca
2022-12-06 19:09 ` tromey at sourceware dot org
2022-12-06 19:29 ` tromey at sourceware dot org
2022-12-25 19:55 ` tromey at sourceware dot org
2023-02-09 14:35 ` cvs-commit at gcc dot gnu.org
2023-02-09 14:35 ` tromey at sourceware dot org

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).