public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* assert broken?
@ 2011-02-17 18:49 Stan
  2011-02-17 19:05 ` Larry Hall (Cygwin)
  2011-02-19 18:32 ` Warren Young
  0 siblings, 2 replies; 3+ messages in thread
From: Stan @ 2011-02-17 18:49 UTC (permalink / raw)
  To: cygwin


I've run cygcheck and tried this on two systems with the same
results; at this point I'm assuming the problem is not local so I'm
not including the typically requested data. I will be glad to follow
up if my assumption turns out to be incorrect.

The issue is triggering an assert dumps core. Trivial test case:

#include <assert.h>

int main()
{
   assert(1==0);
   return 1;
}      

causes a core dump. I originally noticed this is a gdb session and the
triggered assert leaves a bt showing windows info so it looks like the
stack unwinding is having a bad day.

--
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:[~2011-02-19 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-17 18:49 assert broken? Stan
2011-02-17 19:05 ` Larry Hall (Cygwin)
2011-02-19 18:32 ` Warren Young

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