public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* SIGSEGV before main ? and gcc-debuginfo
@ 2015-07-11  7:22 Marco Atzeri
  2015-07-15 13:11 ` Corinna Vinschen
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Atzeri @ 2015-07-11  7:22 UTC (permalink / raw)
  To: cygwin

trying to debug latest release candidate of netcdf
I hit this SIGSEGV before reaching main

$ gdb .libs/ctest.exe
GNU gdb (GDB) Cygwin 7.9.1-1
.....
Reading symbols from .libs/ctest.exe...done.
(gdb) break main
Breakpoint 1 at 0x100401171: file 
/pub/devel/netcdf/prova/netcdf-c-4.4.0-rc2/ncdump/ctest.c, line 32.
(gdb) run
Starting program: 
/cygdrive/e/cyg_pub/devel/netcdf/prova/netcdf-c-4.4.0-rc2_build64/ncdump/.libs/ctest.exe
[New Thread 9476.0x2a88]
[New Thread 9476.0x1fa0]
[New Thread 9476.0x9a8]

Program received signal SIGSEGV, Segmentation fault.
___chkstk_ms () at 
/usr/src/debug/gcc-4.9.3-1/libgcc/config/i386/cygwin.S:146
146             orq     $0x0, (%rcx)            /* probe there */

I thought it was a stack issue and I raised from 2M to 8M

SizeOfStackReserve      0000000000200000

SizeOfStackReserve      00000000007a1200

with no success.

May be it is not a netcdf bug ? Ideas what to look for ?


$ uname -svr
CYGWIN_NT-6.1 2.0.4(0.287/5/3) 2015-06-09 12:22


In addition there is a problem with gcc-debuginfo

  $ cygcheck -l gcc-debuginfo |grep cygwin.S
/usr/src/debug/gcc-4.9.3-1/libgcc/config/i386/cygwin.S

(gdb) break ___chkstk_ms
Breakpoint 2 at 0x100407a60: ___chkstk_ms. (5 locations)
(gdb) run
Starting program: 
/cygdrive/e/cyg_pub/devel/netcdf/prova/netcdf-c-4.4.0-rc2_build64/ncdump/.libs/ctest.exe
[New Thread 6656.0x2980]

Breakpoint 2, ___chkstk_ms () at ../../../libgcc/config/i386/cygwin.S:137
137     ../../../libgcc/config/i386/cygwin.S: No such file or directory.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-15 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-11  7:22 SIGSEGV before main ? and gcc-debuginfo Marco Atzeri
2015-07-15 13:11 ` Corinna Vinschen
2015-07-15 13:24   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).