diff --git a/en/releases/3.2R/errata.sgml b/en/releases/3.2R/errata.sgml index e13520a70d..29c73dddef 100644 --- a/en/releases/3.2R/errata.sgml +++ b/en/releases/3.2R/errata.sgml @@ -1,48 +1,53 @@ - + %includes; ]> - + &header;
 The file 
 ERRATA.TXT contains post-release ERRATA for 3.2 and should always
 be considered the definitive place to look *first* before reporting
 a problem with this release.  This file will also be periodically
 updated as new issues are reported so even if you've checked this
 file recently, check it again before filing a bug report.  Any
 changes to this file are also automatically emailed to:
 
 	freebsd-stable@freebsd.org
 
 For all FreeBSD security advisories, see:
 
 ftp://ftp.freebsd.org/pub/FreeBSD/CERT/
 
 For the latest information.
 
 ---- Security Advisories:
 
 Current active security advisories for 3.2:     None
 
 ---- System Update Information:
 
 o    The compat20 and compat21 distributions install themselves into
 /usr/lib/compat.  The compat20/compat21 distributions are a.out libraries,
 thus they should live in /usr/lib/compat/aout to match the
 "ldconfig_paths_aout" configuration in /etc/defaults/rc.conf.
                                                                               
 Fix: cd /usr/lib/compat
      mkdir -p aout
      mv lib*.so.*.* aout
 
+o /usr/bin/gdb crashes when debugging core files from static programs
+
+Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed
+version via CVSup (see instructions in handbook) or apply the patch
+from our CVSweb service.
 

Release Home &footer;