lkml.org 
[lkml]   [1996]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjectisalnum not working - 2.0.23
Date
We got a problem here, I do not know if it is a kernel bug,
but it started happening after an update from 2.0.21 to 2.0.23,
and the only thing changed on that machine is the kernel.


# include <ctype.h>

main()
{
int c;

c = 'e';
printf("%d\n", isalnum(c));
}


Should produce 1, did so with 2.0.21, produces 0 on 23.

I would appreciate help in this matter via email, its a production
machine and we need it, and rebooting is not easy because of long
running jobs..

add. info: libc-5.4.7 but it worked fine with 5.4.7 and kernel 21
Olaf

--
-----------------------------------------------------------------------------
Olaf Schnapauff, Mountain View Towers #8427, Logan Utah 84321, USA
phone (801) 797-6123, email slcdb@sys3.cs.usu.edu
(alternatives if needed: olaf@slcdb.dorms.usu.edu, o.schnapauff@tu-bs.de,
slcdb@cc.usu.edu)
WWW http://cc.usu.edu/~slcdb/
Utah State University, Department of Computer Science
-----------------------------------------------------------------------------

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.032 / U:0.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site