isprint core dump

Nellis, Kenneth Kenneth.Nellis@acs-inc.com
Mon Jan 23 20:17:00 GMT 2012


I haven't had the chance to try under Linux, but
  isprint(3055872)
is core-dumping on me. Here's a STC:

======================================
#include <stdio.h>
#include <ctype.h>

int main (void)
{
    int a = 3055872;
    int b = isprint(a);
    printf ("%d %d\n", a, b);
    return 0;
}
======================================

$ uname -a
CYGWIN_NT-5.1 COBQDPPJ1 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
$ cygcheck -svc > cygcheck.out.txt
$

--Ken Nellis
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cygcheck.out.txt
URL: <http://cygwin.com/pipermail/cygwin/attachments/20120123/f0f106e7/attachment.txt>
-------------- next part --------------
--
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


More information about the Cygwin mailing list