https://bugs.freedesktop.org/show_bug.cgi?id=105514

            Bug ID: 105514
           Summary: MemoryError when using 'summary html' option
           Product: piglit
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: infrastructure
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Piglit seems to run out of memory and crash when processing (summary html) the
xml files from a build in the mesa CI.



$ piglit summary html summary/sanity xml/*.xml                                 
                           i 
Traceback (most recent call last):                                              
  File "/tmp/build_root/m64/bin/piglit", line 178, in <module>                  
    main()                                                                      
  File "/tmp/build_root/m64/bin/piglit", line 174, in main                      
    sys.exit(runner(args))                                                      
  File "/tmp/build_root/m64/lib/piglit/framework/exceptions.py", line 51, in
_inner                                                  
    func(*args, **kwargs)                                                       
  File "/tmp/build_root/m64/lib/piglit/framework/programs/summary.py", line
119, in html                                             
    summary.html(args.resultsFiles, args.summaryDir, args.exclude_details)      
  File "/tmp/build_root/m64/lib/piglit/framework/summary/html_.py", line 179,
in html                                                
    _make_comparison_pages(results, destination, exclude)
  File "/tmp/build_root/m64/lib/piglit/framework/summary/html_.py", line 149,
in _make_comparison_pages
    exclude=exclude))
  File "/usr/lib/python3.6/site-packages/mako/template.py", line 462, in render
    return runtime._render(self, self.callable_, args, data)
  File "/usr/lib/python3.6/site-packages/mako/runtime.py", line 839, in _render
    return context._pop_buffer().getvalue()
  File "/usr/lib/python3.6/site-packages/mako/util.py", line 158, in getvalue
    self.errors)
MemoryError

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to