<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - lldb asserts "Architecture or OS not supported" when loading RHEL core dump"
   href="https://llvm.org/bugs/show_bug.cgi?id=31865">31865</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lldb asserts "Architecture or OS not supported" when loading RHEL core dump
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>4.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Vladimir.Gubarev@itiviti.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This bug is similar with <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - lldb assertion "Architecture or OS not supported" when loading Ubuntu core dump"
   href="show_bug.cgi?id=30485">https://llvm.org/bugs/show_bug.cgi?id=30485</a>. 

On RHEL6,7 we've no any of /lib/{x86_64,i386}-linux-gnu multilib path. Then
solution proposed here <a href="https://reviews.llvm.org/D25179">https://reviews.llvm.org/D25179</a> is only for
Ubuntu/Debian system and does not touch RedHat Linux.

The core dump was produced by an Red Hat Enterprise Linux Server release 7.2
(Maipo) (OS version:3.10.0-327.el7.x86_64). 

Command used to launch lldb:
vladimirg@test> ~/opensource/build/bin/lldb ~/sandbox/coredump --core
coredump-27248.core 
(lldb) target create "/export/home/vladimirg/sandbox/coredump" --core
"coredump-27248.core"
lldb:
/export/home/vladimirg/opensource/llvm/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp:145:
virtual RegisterContextSP
ThreadElfCore::CreateRegisterContextForFrame(lldb_private::StackFrame *):
Assertion `false && "Architecture or OS not supported"' failed.
Aborted (core dumped)

Notes from coredump:
vladimirg@test> readelf -n coredump-27248.core 

Notes at offset 0x00000430 with length 0x00000608:
  Owner                 Data size    Description
  CORE                 0x00000150    NT_PRSTATUS (prstatus structure)
  CORE                 0x00000088    NT_PRPSINFO (prpsinfo structure)
  CORE                 0x00000080    NT_SIGINFO (siginfo_t data)
  CORE                 0x00000130    NT_AUXV (auxiliary vector)
  CORE                 0x0000021a    NT_FILE (mapped files)
    Page size: 4096
                 Start                 End         Page Offset
    0x0000000000400000  0x0000000000401000  0x0000000000000000
        /export/home/vladimirg/sandbox/coredump
    0x0000000000600000  0x0000000000601000  0x0000000000000000
        /export/home/vladimirg/sandbox/coredump
    0x0000000000601000  0x0000000000602000  0x0000000000000001
        /export/home/vladimirg/sandbox/coredump
    0x00007ffff7a1c000  0x00007ffff7bd2000  0x0000000000000000
        /usr/lib64/libc-2.17.so
    0x00007ffff7bd2000  0x00007ffff7dd2000  0x00000000000001b6
        /usr/lib64/libc-2.17.so
    0x00007ffff7dd2000  0x00007ffff7dd6000  0x00000000000001b6
        /usr/lib64/libc-2.17.so
    0x00007ffff7dd6000  0x00007ffff7dd8000  0x00000000000001ba
        /usr/lib64/libc-2.17.so
    0x00007ffff7ddd000  0x00007ffff7dfd000  0x0000000000000000
        /usr/lib64/ld-2.17.so
    0x00007ffff7ffc000  0x00007ffff7ffd000  0x000000000000001f
        /usr/lib64/ld-2.17.so

I'll provide coredump and binary if needed.

I think we should pay attention on this bug because it really blocks usage of
lldb on RHEL.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>