On 12/6/2012 12:58 PM, Aaron Schneider wrote:
On 06/12/2012 18:50, marco atzeri wrote:
Program received signal SIGSEGV, Segmentation fault.
mainCRTStartup () at
/usr/src/debug/cygwin-1.7.17-1/winsup/cygwin/crt0.c:23
23      /usr/src/debug/cygwin-1.7.17-1/winsup/cygwin/crt0.c: No such
file or directory.
(gdb)

you should at least install the cygwin debuginfo package


$ chmod +x /usr/lib/debug/usr/bin/pv.exe.dbg

This isn't the program you're trying to debug. This file contains the debugging symbols. You need to run gdb on pv.exe, as before; gdb will know to look in /usr/lib/debug/usr/bin/pv.exe.dbg for the symbols.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to