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++): ?> threads[$threadID]->frames); $frameID++): $f = $report->threads[$threadID]->frames[$frameID]; ?>
Thread crash_thread ? " (crashed)" : "")) ?> Function
module) ?>


Loaded Modules

modules); $i++): ?>
Name Version
modules[$i]->name) ?> modules[$i]->version) ?>