Angelo Graziosi wrote: > I would ask if there is an utility that transforme an .exe.stackdump > (bootstrap-emacs.exe.stackdump, for example) file in human-readable > informations.
You can use addr2line to resolve an address to a source file location, as long as the binary was compiled with debug information. > Another ask is if, in Cygwin, is possible to produce a core dump file. <http://cygwin.com/cygwin-ug-net/using-utils.html#dumper> Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/