<html>
<head>
<base href="https://bugs.freedesktop.org/">
</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 - MemoryError when using 'summary html' option"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105514">105514</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>MemoryError when using 'summary html' option
</td>
</tr>
<tr>
<th>Product</th>
<td>piglit
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>infrastructure
</td>
</tr>
<tr>
<th>Assignee</th>
<td>baker.dylan.c@gmail.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>clayton.a.craft@intel.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>piglit@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>