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/11248] New: Error while printing std::string with printers


I have an error:
#2  0x00000000004faf27 in storage::StorageImpl::open (this=0x7655a0,
storageDescriptorFilePath=
    Traceback (most recent call last):                                         
               
  File "/home/roman/gdb_libstd/python/libstdcxx/v6/printers.py", line 549, in
to_string        
    return self.val['_M_dataplus']['_M_p'].lazy_string (length = len)          
               
AttributeError: 'gdb.Value' object has no attribute 'lazy_string'              
               
, cacheSize=256) at
/home/roman/docs/prj/scidb-rep/trunk/src/smgr/io/src/Storage.cpp:521       
521                     fprintf(f, "%s.header\n", databaseName.c_str());

-- 
           Summary: Error while printing std::string with printers
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: roman dot simakov at gmail dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11248

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]