emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stak dump with tar.[bz2/gz] files (Cygwin)


From: Eli Zaretskii
Subject: Re: Stak dump with tar.[bz2/gz] files (Cygwin)
Date: Fri, 13 Jun 2008 09:46:13 +0300

> Date: Thu, 12 Jun 2008 23:56:09 +0200
> From: Angelo Graziosi <address@hidden>
> Cc: address@hidden
> 
> $ cat emacs.exe.stackdump
> Stack trace:
> Frame     Function  Args
> 0022B188  7C802542  (000004C0, 0000EA60, 000000A4, 0022B1D0)
> 0022B2A8  61097F34  (00000000, 00000000, 00000000, 00000000)
> 0022B398  61095ACB  (00000000, 003B0023, 00230000, 0022CE68)
> 0022B3F8  61095FAB  (0022B410, 00000000, 00000094, 004CF656)
> 0022B4B8  61096162  (000000C8, 00000006, 0070D801, FFFEFEFF)
> 0022B4E8  61093588  (00000006, 60030000, 0022B618, 61098028)
> 0022B5D8  61017BE0  (000004C0, 0000EA60, 000000A4, 0022B620)
> 0022B6F8  61098028  (00000000, 00000003, 0022B808, 00000009)
> 0022B7E8  61095ACB  (00000000, 01165539, 00000002, 00000000)
> 0022B848  61095FAB  (0022B860, 00000000, 00000094, 011A8D43)
> 0022B908  61096162  (000000C8, 00000006, 0022B938, 0056A345)
> 0022B918  61093588  (0000002F, 018F3000, 0070D801, 0107BC00)
> 0022B938  0056A345  (0107BC08, 00000859, 0070D801, 007201B3)
> 0022B958  004C7C6F  (0107BC00, 00000844, 00000000, 00000000)
> 0022B988  004D188C  (00000074, 00000001, 00000000, 011DB073)
> 0022B9C8  004D2850  (00000088, 00000088, 00000000, 00000000)
> End of stack trace (more stack frames may be present)

Inside GDB, type "info symbol 0xNNNNNNNN" for each of the above lines,
where NNNNNNNN is the number in the "Function" column.  This should
display the name of each function in the stack dump.  Also, you can
type "list *0xNNNNNNNN" (note the asterisk: it's important), which
will show the source around the addresses in the stack dump.  That, at
least, will glean some useful information from this gobbledygook.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]