From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18433 invoked by alias); 4 Feb 2010 12:31:17 -0000 Received: (qmail 18419 invoked by uid 48); 4 Feb 2010 12:31:17 -0000 Date: Thu, 04 Feb 2010 12:31:00 -0000 From: "roman dot simakov at gmail dot com" To: gdb-prs@sourceware.org Message-ID: <20100204123116.11248.roman.simakov@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug python/11248] New: Error while printing std::string with printers X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00190.txt.bz2 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.