зеркало из https://github.com/mozilla/gecko-dev.git
bug 213158: fix mispelling s/attatch/attach
r/sr=dbaron
This commit is contained in:
Родитель
ec6977ef04
Коммит
b1e88957c4
|
@ -154,7 +154,7 @@ void abnormal_exit_handler(int signum)
|
|||
#endif
|
||||
|
||||
printf("Sleeping for 5 minutes.\n");
|
||||
printf("Type 'gdb viewer %d' to attatch your debugger to this thread.\n", getpid());
|
||||
printf("Type 'gdb viewer %d' to attach your debugger to this thread.\n", getpid());
|
||||
sleep(300);
|
||||
printf("Done sleeping...\n");
|
||||
}
|
||||
|
|
|
@ -157,7 +157,7 @@ ah_crap_handler(int signum)
|
|||
nsTraceRefcnt::WalkTheStack(stdout);
|
||||
|
||||
printf("Sleeping for 5 minutes.\n");
|
||||
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
|
||||
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
|
||||
_progname,
|
||||
getpid());
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@ ah_crap_handler(int signum)
|
|||
nsTraceRefcnt::WalkTheStack(stdout);
|
||||
|
||||
printf("Sleeping for 5 minutes.\n");
|
||||
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
|
||||
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
|
||||
_progname,
|
||||
getpid());
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ void abnormal_exit_handler(int signum)
|
|||
_progname, getpid(), strsignal(signum));
|
||||
|
||||
printf("Sleeping for 5 minutes.\n");
|
||||
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
|
||||
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
|
||||
_progname, getpid());
|
||||
|
||||
sleep(300);
|
||||
|
@ -128,7 +128,7 @@ ah_crap_handler(int signum)
|
|||
DumpStackToFile(stdout);
|
||||
|
||||
printf("Sleeping for 5 minutes.\n");
|
||||
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
|
||||
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
|
||||
_progname,
|
||||
getpid());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче