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 python/16534] New: Python error on Solaris 11: AttributeError: 'NoneType' object has no attribute 'pretty_printers'


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

            Bug ID: 16534
           Summary: Python error on Solaris 11: AttributeError: 'NoneType'
                    object has no attribute 'pretty_printers'
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: ro at CeBiTec dot Uni-Bielefeld.DE
              Host: sparc-sun-solaris2.11, i386-pc-solaris2.11
            Target: sparc-sun-solaris2.11, i386-pc-solaris2.11
             Build: sparc-sun-solaris2.11, i386-pc-solaris2.11

I've just built a 64-bit gdb 7.7 (not HEAD, but bugzilla doesn't offer 7.7 yet)
on Solaris 11.2 (both SPARC and x86).  When I start it, I get a python error:

$ gdb
Traceback (most recent call last):
  File "/vol/gcc/share/gdb/python/gdb/__init__.py", line 105, in
auto_load_packages
    __import__(modname)
  File "/vol/gcc/share/gdb/python/gdb/command/bound_registers.py", line 45, in
<module>
    build_pretty_printer ())
  File "/vol/gcc/share/gdb/python/gdb/printing.py", line 139, in
register_pretty_printer
    for p in obj.pretty_printers:
AttributeError: 'NoneType' object has no attribute 'pretty_printers'

GNU gdb (GDB) 7.7
Copyright (C) 2014 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 "sparc-sun-solaris2.11".
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) quit

This doesn't change if I add an executable to debug.

  Rainer

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