Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 18 Jul 2001 12:26:42 +0400 From: egor duda X-Mailer: The Bat! (v1.53 RC/4) Reply-To: egor duda Organization: deo X-Priority: 3 (Normal) Message-ID: <174146998092.20010718122642@logos-m.ru> To: Tak Ota CC: cygwin AT cygwin DOT com Subject: Re: cannot core dump In-Reply-To: <20010717.140038.42414656.Takaaki.Ota@am.sony.com> References: <20010717 DOT 140038 DOT 42414656 DOT Takaaki DOT Ota AT am DOT sony DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Wednesday, 18 July, 2001 Tak Ota Takaaki DOT Ota AT am DOT sony DOT com wrote: TO> I am struggling to make core dump. Please let someone know what I am TO> doing wrong here. TO> bash-2.05$ cat bug.c TO> #include TO> int main(int argc, char **argv) TO> { TO> char *x = 0; TO> *x = '0'; TO> return 0; TO> } TO> bash-2.05$ gcc -o bug.exe bug.c TO> bash-2.05$ ./bug.exe TO> 0 [main] bug 1444 handle_exceptions: Error while dumping state (probably corrupted stack) this message indicates that cygwin received yet another exception when handling exception. can you run 'strace -o bug.strace ./bug.exe' and send me bug.strace file via personal e-mail? Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/