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 c++/14388] New: ios::exceptions() -> Cannot access memory ataddress 0xffffffffffffffe8


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

             Bug #: 14388
           Summary: ios::exceptions() -> Cannot access memory at address
                    0xffffffffffffffe8
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
    Classification: Unclassified
            Target: x86_64-unknown-linux-gnu


#include <iostream>
int main() { return std::cout.exceptions(); }

GNU gdb (GDB) 7.5.50.20120723-cvs
(gdb) start
(gdb) p std::cout.exceptions()
Cannot access memory at address 0xffffffffffffffe8

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


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