Note the initial brokenness of gdb for statics.
Submitted by: Kevin Day <toasty@dragondata.com>
This commit is contained in:
parent
25a3c3b8b0
commit
361dbc8094
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5191
1 changed files with 7 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1999-05-25 21:57:33 $">
|
||||
<!ENTITY date "$Date: 1999-07-09 02:30:33 $">
|
||||
<!ENTITY title "FreeBSD 3.2 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: errata.sgml,v 1.2 1999-05-25 21:57:33 obrien Exp $ -->
|
||||
<!-- $Id: errata.sgml,v 1.3 1999-07-09 02:30:33 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -41,6 +41,11 @@ Fix: cd /usr/lib/compat
|
|||
mkdir -p aout
|
||||
mv lib*.so.*.* aout
|
||||
|
||||
<strong>o /usr/bin/gdb crashes when debugging core files from static programs</strong>
|
||||
|
||||
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 <a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/gdb/gdb/solib.c.diff?r1=1.3.2.1&r2=1.3.2.2">the patch</a>
|
||||
from our CVSweb service.
|
||||
</pre>
|
||||
<p></p><a href="../index.html">Release Home</a>
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue