This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: pv-1.3.9-1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]