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/18393] New: GDB 7.9 segfaults on: python dir(gdb.current_progspace())


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

            Bug ID: 18393
           Summary: GDB 7.9 segfaults on: python
                    dir(gdb.current_progspace())
           Product: gdb
           Version: 7.9
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: zachriggle+gdb at gmail dot com
  Target Milestone: ---

GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) file /bin/bash
Reading symbols from /bin/bash...(no debugging symbols found)...done.
(gdb) set stop-on-solib-events 1
(gdb) r
Starting program: /bin/bash 
Stopped due to shared library event (no libraries added or removed)
(gdb) python print(dir(gdb.current_progspace()))
[1]    2090 segmentation fault  /usr/bin/gdb

-- 
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]