[LLVMbugs] [Bug 22743] New: UNREACHABLE executed at X86Disassembler.cpp:380!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 1 05:05:50 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22743

            Bug ID: 22743
           Summary: UNREACHABLE executed at X86Disassembler.cpp:380!
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: sami.liedes at iki.fi
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

On recent trunk:

--------------------------------------------------
$ echo '98 129 165 88 194 227 127' | llvm-mc -disassemble
-triple=x86_64-apple-darwin9
        .section        __TEXT,__text,regular,pure_instructions
unexpected opcode
UNREACHABLE executed at
/home/sliedes/projects/llvm/llvm.src/lib/Target/X86/Disassembler/X86Disassembler.cpp:380!
--------------------------------------------------

This is probably not any valid instruction (I haven't checked and have no
reason to think it is), however it probably shouldn't crash.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150301/828d4092/attachment.html>


More information about the llvm-bugs mailing list