전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
stack trace:
traza de la pila:
마지막 업데이트: 2011-10-23
사용 빈도: 2
품질:
the best way to track down the cause of a panic is by capturing a crash dump, then using gdb (1) to generate a stack trace on the crash dump.
la mejor manera de hacer el seguimiento de la causa de un panic es capturar un "crash dump", usando gdb(1) para hacer una traza del "crash dump".
however, the best way to track down the cause of a panic is by capturing a crash dump, then using kgdb (1) to generate a stack trace on the crash dump.
la mejor manera de hacer el seguimiento de la causa de un panic es capturar un "crash dump", usando gdb(1) para hacer una traza del "crash dump".
using the unstripped kernel image with all the debug symbols should show the exact line of kernel source code where the panic occurred. usually you have to read the stack trace from the bottom up in order to trace the exact sequence of events that lead to the crash.
usando la imágen del kernel con todos los símbolos de debug deberí mostrar la línea exacta de código fuente del kernel donde ha ocurrido el panic. normalmente, tienes que leer la traza del stack de abajo hacia arriba para poder conocer la secuencia exacta de eventos que han provocado el crash.
if you browse the stack trace in the eclipse debug view, you’ll notice that the server is being controlled over a remote protocol (either jmx or servlet) and that junit has been launched again from inside the container.
si miras el stack trace en la vista de depuración de eclipse (debug view), verás que el servidor se controla mediante un protocolo remoto (ya sea jmx o servlet) y que junit se ha lanzado también dentro del contenedor.