requireUser();
$report = CrashReport::getReport((int)$_GET["id"]);
if (!$report)
{
Layout::header();
print "
Report Details
No such report
";
Layout::footer();
return;
}
Layout::header();
?>
Report Details
| ID |
id ?> |
| Reported |
reported) ?> |
| Channel |
client_channel) ?> |
| Version |
client_version) ?> |
| OS Type |
os_type) ?> |
| OS String |
os) ?> |
| OS Version |
os_version) ?> |
| Graphics Card |
gpu) ?> |
| OpenGL Version |
opengl_version) ?> |
| Grid |
grid) ?> |
| Region |
region) ?> |
| Crash Reason |
crash_reason . " at " . $report->crash_address . " thread " . $report->crash_thread) ?> |
Stack
threads); $threadID++): ?>
| Thread crash_thread ? " (crashed)" : "")) ?> |
Function |
threads[$threadID]->frames); $frameID++): $f = $report->threads[$threadID]->frames[$frameID]; ?>
| module) ?> |
|
Loaded Modules
| Name |
Version |
modules); $i++): ?>
| modules[$i]->name) ?> |
modules[$i]->version) ?> |