ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.0.0beta1/BUGS
(Generate patch)

Comparing ircd-hybrid/BUGS (file contents):
Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
Revision 1028 by michael, Sun Nov 8 13:03:38 2009 UTC

# Line 23 | Line 23
23   2.  Solaris stock 32bit stdio is limited to 256 fds. This breaks when using
24      cryptlinks.
25  
26 3.  New bug reported in some 64 bit and powerpc (yellowdog linux) code.
27    This bug is actually in gcc itself, the spec says you don't modify
28    a va_list in libc, but gcc does. The bug manifests itself as
29    immediately coring when anyone types anything on a channel.
30    You will find a quick work around in contrib until this bug in gcc
31    is fixed.
32
33    This is a quick test program
34    libc_vprintf
35    cc -o libc_vprintf libc_vprintf.c
36    ./libc_vprintf
37
38    If the program doesn't core, you are fine.
39
40    The work around is the vprintf_fix.patch in contrib.
41    (Reported by several people, fix and test by David)
42
26   BUG REPORTS: If you run this code and encounter problems, you should report
27   the bug on our SourceForge.net bug tracker, which you can find at this URL:
28  
29   https://sourceforge.net/tracker/?atid=409046&group_id=33573&func=browse
30  
31 < Please include a gdb backtrace and a copy of your defaults.h (if changed),
32 < setup.h, and ircd.conf with any report (with passwords and other sensitive
50 < information masked).
31 > Please include a gdb backtrace and a copy of your config.h and ircd.conf with
32 > any report (with passwords and other sensitive information masked).
33  
34   For information how to get a gdb backtrace, see INSTALL (near the end of file).
35  
36   --------------------------------------------------------------------------------
37 < $Id: BUGS,v 7.60 2005/07/07 18:03:33 adx Exp $
37 > $Id$

Comparing ircd-hybrid/BUGS (property svn:keywords):
Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
Revision 1028 by michael, Sun Nov 8 13:03:38 2009 UTC

# Line 1 | Line 1
1 < "Id Revision"
1 > Id Revision

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)