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 gdb/10760] New: Process record doesn't support instruction 0xf11


When debugging an executable created by GHC (http://www.haskell.org/ghc) using
"target record", I encountered:

0x00000000005ef34a in stg_gc_gen ()
1: x/i $pc
0x5ef34a <stg_gc_gen+18>:       movsd  %xmm6,0x88(%rbp)
(gdb) 
Process record doesn't support instruction 0xf11 at address 0x5ef34b.
Process record: failed to record execution log.

Program received signal SIGABRT, Aborted.
0x00000000005ef34a in stg_gc_gen ()
1: x/i $pc
0x5ef34a <stg_gc_gen+18>:       movsd  %xmm6,0x88(%rbp)
(gdb) x/8b 0x5ef34a
0x5ef34a <stg_gc_gen+18>:       0xf2    0x0f    0x11    0xb5    0x88    0x00   
0x00    0x00

-- 
           Summary: Process record doesn't support instruction 0xf11
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: marlowsd at gmail dot com
                CC: gdb-prs at sourceware dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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

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