[This e-mail has been automatically generated.]
http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=97
Summary: xc/lib/xtrans/Xtransint.h miscompiles TRANS_OPEN_MAX
Product: Client Libraries
Version: 4.3
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xlib
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
On Redhat 8 at any rate, the TRANS_OPEN_MAX constant should be compiled to a
call to sysconf(), but is actually compiled into a default of 256. This breaks
my app, which for various reasons opens >256 file descriptors. As the kernel
default limit is 1024, the fact that Xlib has this value compiled in means the
app will randomly abort when 256 is reached. There is a test case for this that
I will attach.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86