public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/18335] New: GDB Abort on "info program" in Python callback
@ 2015-04-26 21:50 zachriggle+gdb at gmail dot com
2023-12-15 20:50 ` [Bug python/18335] " ssbssa at sourceware dot org
0 siblings, 1 reply; 2+ messages in thread
From: zachriggle+gdb at gmail dot com @ 2015-04-26 21:50 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18335
Bug ID: 18335
Summary: GDB Abort on "info program" in Python callback
Product: gdb
Version: 7.9
Status: NEW
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: zachriggle+gdb at gmail dot com
Target Milestone: ---
The following script causes gdb 7.9-1ubuntu1 (Vivid) to abort.
```
python def function(*a): gdb.execute('info program', to_string=True,
from_tty=False)
python gdb.events.new_objfile.connect(function)
run
```
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug python/18335] GDB Abort on "info program" in Python callback
2015-04-26 21:50 [Bug python/18335] New: GDB Abort on "info program" in Python callback zachriggle+gdb at gmail dot com
@ 2023-12-15 20:50 ` ssbssa at sourceware dot org
0 siblings, 0 replies; 2+ messages in thread
From: ssbssa at sourceware dot org @ 2023-12-15 20:50 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18335
Hannes Domani <ssbssa at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ssbssa at sourceware dot org
Resolution|--- |FIXED
Target Milestone|--- |14.1
Status|NEW |RESOLVED
--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
I can reproduce this abort in older gdb version, but from gdb-8.3.0 forward I
see these errors instead:
```
Reading symbols from gdb-13380.exe...
(gdb) python def function(*a): gdb.execute('info program', to_string=True,
from_tty=False)
(gdb) python gdb.events.new_objfile.connect(function)
(gdb) run
Starting program: C:\src\tests\gdb-13380.exe
Python Exception <class 'gdb.error'> No selected thread.:
Python Exception <class 'gdb.error'> No selected thread.:
Python Exception <class 'gdb.error'> No selected thread.:
Python Exception <class 'gdb.error'> No selected thread.:
Python Exception <class 'gdb.error'> No selected thread.:
[Inferior 1 (process 6096) exited normally]
```
And since the recently released gdb-14.1 all problems appear to be gone:
```
Reading symbols from gdb-13380.exe...
(gdb) python def function(*a): gdb.execute('info program', to_string=True,
from_tty=False)
(gdb) python gdb.events.new_objfile.connect(function)
(gdb) run
Starting program: C:\src\tests\gdb-13380.exe
[Inferior 1 (process 10288) exited normally]
```
So I'm going to close this.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-15 20:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-26 21:50 [Bug python/18335] New: GDB Abort on "info program" in Python callback zachriggle+gdb at gmail dot com
2023-12-15 20:50 ` [Bug python/18335] " ssbssa 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).