From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30761 invoked by alias); 21 Feb 2013 03:46:16 -0000 Received: (qmail 30743 invoked by uid 48); 21 Feb 2013 03:46:15 -0000 From: "genpfault at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug varobj/15166] New: varobj.c:3871: internal-error: cplus_describe_child: Assertion `access' failed. Date: Thu, 21 Feb 2013 03:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: varobj X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: genpfault at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-q1/txt/msg00279.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15166 Bug #: 15166 Summary: varobj.c:3871: internal-error: cplus_describe_child: Assertion `access' failed. Product: gdb Version: 7.5 Status: NEW Severity: normal Priority: P2 Component: varobj AssignedTo: unassigned@sourceware.org ReportedBy: genpfault@gmail.com Classification: Unclassified Created attachment 6884 --> http://sourceware.org/bugzilla/attachment.cgi?id=6884 Test program Trying to use the Python pretty-printers on a std::map causes gdb to error out with: varobj.c:3871: internal-error: cplus_describe_child: Assertion `access' failed. Environment/test sequence: Running up-to-date Debian Wheezy (amd64). $ uname -a: Linux genpfault 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux $ gdb GNU gdb (GDB) 7.5.50.20130219 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-unknown-linux-gnu". For bug reporting instructions, please see: . $ g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.7.2 (Debian 4.7.2-5) # main.cpp is attached. # Distro-shipped pretty-printers used by script.txt are attached. # output.txt is attached. $ g++ -g main.cpp -o main $ gdb -nx --interpreter=mi2 ./main < script.txt > output.txt -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.