This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

isprint core dump


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

Attachment: cygcheck.out.txt
Description: cygcheck.out.txt

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]