[llvm-bugs] [Bug 27373] New: Loading a minidump takes a very long time

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 15 11:18:56 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=27373

            Bug ID: 27373
           Summary: Loading a minidump takes a very long time
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: amccarth at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Loading a minidump for a non-trivial application, like Chrome, takes a very
long time.  It appears that RegisterContext::InitializeNonZerothFrame causes
the entire .text section (3.8 MB) to be disassembled twice.

-- 
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/20160415/85654744/attachment.html>


More information about the llvm-bugs mailing list