[lldb-dev] [Bug 16760] New: Crashlog.py has wrong patter for crash reporters downloaded from iTunes Connect

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 31 02:32:14 PDT 2013


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

            Bug ID: 16760
           Summary: Crashlog.py has wrong patter for crash reporters
                    downloaded from iTunes Connect
           Product: lldb
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: kulakov.ilya at gmail.com
    Classification: Unclassified

--- a/crashlog.py
+++ b/crashlog.py
@@ -54,7 +54,7 @@ class CrashLog(symbolication.Symbolicator):
     """Class that does parses darwin crash logs"""
     thread_state_regex = re.compile('^Thread ([0-9]+) crashed with')
     thread_regex = re.compile('^Thread ([0-9]+)([^:]*):(.*)')
     frame_regex = re.compile('^([0-9]+) +([^ ]+) *\t(0x[0-9a-fA-F]+) +(.*)')
-    image_regex_uuid = re.compile('(0x[0-9a-fA-F]+)[- ]+(0x[0-9a-fA-F]+)
+[+]?([^ ]+) +([^<]+)<([-0-9a-fA-F]+)> (.*)');
+    image_regex_uuid = re.compile('(0x[0-9a-fA-F]+)[- ]+(0x[0-9a-fA-F]+)
+[+]?([^ ]+) +([^<]+)<([-0-9a-fA-F]+)>(.*)');
     image_regex_no_uuid = re.compile('(0x[0-9a-fA-F]+)[- ]+(0x[0-9a-fA-F]+)
+[+]?([^ ]+) +([^/]+)/(.*)');
     empty_line_regex = re.compile('^$')

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130731/9d86a29c/attachment.html>


More information about the lldb-dev mailing list