Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: 14 Jan 2002 16:46:29 -0500 Message-ID: <20020114214629.22496.qmail@lizard.curl.com> From: Jonathan Kamens To: cygwin-developers AT cygwin DOT com In-reply-to: <96167013072.20020114211637@logos-m.ru> (message from egor duda on Mon, 14 Jan 2002 21:16:37 +0300) Subject: Re: Am I using dumper.exe correctly? References: <20020110214350 DOT 30413 DOT qmail AT lizard DOT curl DOT com> <380850877 DOT 20020111104002 AT logos-m DOT ru> <20020114175405 DOT 9881 DOT qmail AT lizard DOT curl DOT com> <96167013072 DOT 20020114211637 AT logos-m DOT ru> > Date: Mon, 14 Jan 2002 21:16:37 +0300 > From: egor duda > > Hmm. Does resulting core dump "looks" ok? it should be elf file of > size 1MB or more. VOLTRON$ ls -l *.core -rw-r--r-- 1 jik Administ 1993904 Jan 14 12:49 a.exe.core -rw-r--r-- 1 jik Administ 4855584 Jan 14 12:50 gdb.exe.core VOLTRON$ file *.core a.exe.core: ELF 32-bit LSB core file of 'n' (signal 6750329), Intel 80386, version 1 (SYSV) gdb.exe.core: ELF 32-bit LSB core file of 'n' (signal 6750329), Intel 80386, version 1 (SYSV) VOLTRON$ > Do i remember correctly that gdb crashes even on coredump created > by simple { int* x=0; *x=1; } program? Yes. jik