Re: strace (from git) segfaults

2017-04-16 Thread Marco Atzeri
On 21/03/2017 21:08, Daniel Santos wrote: This is a silly one because I ran gdb --args strace ls and it doesn't crash. Then I ran 'gdb --args strace strace ls' and it crashed in gdb ONCE! However, I don't usually work on Cygwin/Windows so I think gdb loaded up the wrong debug info and/or source

Re: strace (from git) segfaults

2017-03-22 Thread Daniel Santos
I got the crash again (when trying to do something else of course). So here is the complete backtrace: Program received signal SIGSEGV, Segmentation fault. 0x771fc3bc in KERNEL32!GetVolumePathNamesForVolumeNameW () from /c/Windows/system32/kernel32.dll (gdb) bt #0 0x771fc3bc i

strace (from git) segfaults

2017-03-21 Thread Daniel Santos
This is a silly one because I ran gdb --args strace ls and it doesn't crash. Then I ran 'gdb --args strace strace ls' and it crashed in gdb ONCE! However, I don't usually work on Cygwin/Windows so I think gdb loaded up the wrong debug info and/or source files. I built cygwin-newlib from git