Update the link to the crash reporting guide.

http://code.google.com/p/phantomjs/issues/detail?id=576
1.8
Ariya Hidayat 2012-09-28 08:03:25 -07:00
parent 2403c00e59
commit 4f17d94afd
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ bool Utils::exceptionHandler(const TCHAR* dump_path, const TCHAR* minidump_id,
Q_UNUSED(context);
fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \
"https://code.google.com/p/phantomjs/wiki/CrashReporting and file a " \
"https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a " \
"bug report at https://code.google.com/p/phantomjs/issues/entry with the " \
"crash dump file attached: %ls\\%ls.dmp\n",
dump_path, minidump_id);
@ -86,7 +86,7 @@ bool Utils::exceptionHandler(const char* dump_path, const char* minidump_id, voi
{
Q_UNUSED(context);
fprintf(stderr, "PhantomJS has crashed. Please read the crash reporting guide at " \
"https://code.google.com/p/phantomjs/wiki/CrashReporting and file a " \
"https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a " \
"bug report at https://code.google.com/p/phantomjs/issues/entry with the " \
"crash dump file attached: %s/%s.dmp\n",
dump_path, minidump_id);