nightmorph 10/02/28 06:14:01 Modified: bugzilla-howto.xml Log: update with new perl commands, bug 307147
Revision Changes Path 1.17 xml/htdocs/doc/en/bugzilla-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.17&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?r1=1.16&r2=1.17 Index: bugzilla-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- bugzilla-howto.xml 5 Mar 2009 12:13:20 -0000 1.16 +++ bugzilla-howto.xml 28 Feb 2010 06:14:00 -0000 1.17 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.16 2009/03/05 12:13:20 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.17 2010/02/28 06:14:00 nightmorph Exp $ --> -<guide link="/doc/en/bugzilla-howto.xml"> +<guide> <title>Gentoo Bug Reporting Guide</title> <author title="Author"> @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.14</version> -<date>2009-03-05</date> +<version>1.15</version> +<date>2010-02-27</date> <chapter> <title>Introduction</title> @@ -51,7 +51,7 @@ </p> <pre caption="A run time error"> -$ <i>./bad_code `perl -e 'print Ax100'`</i> +$ <i>./bad_code `perl -e 'print "A"x100'`</i> Segmentation fault </pre> @@ -177,7 +177,7 @@ </p> <pre caption="Breaking The Program"> -$ <i>./bad_code `perl -e 'print Ax100'`</i> +$ <i>./bad_code `perl -e 'print "A"x100'`</i> Segmentation fault </pre> @@ -189,7 +189,7 @@ </p> <pre caption="Running Our Program Through GDB"> -$ <i>gdb --args ./bad_code `perl -e 'print Ax100'`</i> +$ <i>gdb --args ./bad_code `perl -e 'print "A"x100'`</i> GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are
