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 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
$ gdb /usr/lib/debug/usr/bin/pv.exe.dbg
GNU gdb (GDB) 7.5.50.20120815-cvs (cygwin-special)
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-cygwin".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/lib/debug/usr/bin/pv.exe.dbg...done.
(gdb) list
22 #include <sys/ioctl.h>
23 #include <sys/types.h>
24
25
26 /*
27 * Process command-line arguments and set option flags, then call functions
28 * to initialise, and finally enter the main loop.
29 */
30 int main(int argc, char **argv)
31 {
(gdb) file
No executable file now.
Discard symbol table from `/usr/lib/debug/usr/bin/pv.exe.dbg'? (y or n) n
Not confirmed.
(gdb) run
Starting program:
No executable specified, use `target exec'.
(gdb) target exec /usr/lib/debug/usr/bin/pv.exe.dbg
(gdb) run
Starting program: /usr/lib/debug/usr/bin/pv.exe.dbg
[New Thread 8660.0x3134]


Program received signal SIGSEGV, Segmentation fault.
mainCRTStartup () at /usr/src/debug/cygwin-1.7.17-1/winsup/cygwin/crt0.c:23
23      {
(gdb)


-- 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]