Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307337
Collapse All | Expand All

(-)bugzilla-howto.xml (-6 / +6 lines)
Lines 3-9 Link Here
3
3
4
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml,v 1.9 2009/03/09 20:49:59 chiguire Exp $ -->
4
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml,v 1.9 2009/03/09 20:49:59 chiguire Exp $ -->
5
5
6
<guide link="/doc/es/bugzilla-howto.xml" lang="es">
6
<guide lang="es">
7
<title>Guía de reporte de fallos Gentoo</title>
7
<title>Guía de reporte de fallos Gentoo</title>
8
8
9
<author title="Autor">
9
<author title="Autor">
Lines 31-38 Link Here
31
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32
<license/>
32
<license/>
33
33
34
<version>1.14</version>
34
<version>1.15</version>
35
<date>2009-03-05</date>
35
<date>2010-02-27</date>
36
36
37
<chapter>
37
<chapter>
38
<title>Introducción</title>
38
<title>Introducción</title>
Lines 66-72 Link Here
66
</p>
66
</p>
67
67
68
<pre caption="Errores en tiempo de ejecución">
68
<pre caption="Errores en tiempo de ejecución">
69
$ <i>./bad_code `perl -e 'print Ax100'`</i>
69
$ <i>./bad_code `perl -e 'print "A"x100'`</i>
70
Segmentation fault <comment>(Violación de segmento)</comment>
70
Segmentation fault <comment>(Violación de segmento)</comment>
71
</pre>
71
</pre>
72
72
Lines 198-204 Link Here
198
</p>
198
</p>
199
199
200
<pre caption="Comprobando el programa">
200
<pre caption="Comprobando el programa">
201
$ <i>./bad_code `perl -e 'print Ax100'`</i>
201
$ <i>./bad_code `perl -e 'print "A"x100'`</i>
202
Segmentation fault <comment>( Violación de segmento )</comment>
202
Segmentation fault <comment>( Violación de segmento )</comment>
203
</pre>
203
</pre>
204
204
Lines 211-217 Link Here
211
</p>
211
</p>
212
212
213
<pre caption="Ejecutando el programa a través de GDB">
213
<pre caption="Ejecutando el programa a través de GDB">
214
$ <i>gdb --args ./bad_code `perl -e 'print Ax100'`</i>
214
$ <i>gdb --args ./bad_code `perl -e 'print "A"x100'`</i>
215
GNU gdb 6.3
215
GNU gdb 6.3
216
Copyright 2004 Free Software Foundation, Inc.
216
Copyright 2004 Free Software Foundation, Inc.
217
GDB is free software, covered by the GNU General Public License, and you are
217
GDB is free software, covered by the GNU General Public License, and you are

Return to bug 307337