Mailinglist Archive: opensuse-bugs (15878 mails)
| < Previous | Next > |
[Bug 299806] gdb prints random characters when debugged process terminates unexpectedly
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 13 Aug 2007 09:11:31 -0600 (MDT)
- Message-id: <20070813151131.B6766245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=299806#c3
--- Comment #3 from Petr Tesarik <ptesarik@xxxxxxxxxx> 2007-08-13 09:11:31 MST ---
As mentioned above, I had two sessions (one with printf and the other with
puts) and by mistake I pasted from the wrong one. This is copied and pasted
from the correct session:
(gdb) s
main (argc=Cannot access memory at address 0x7fffc42e6e3c
) at hello.c:5
5 puts("Hello world!\n");
@▒�_�
(gdb) s
main (argc=Cannot access memory at address 0x7fffc42e6e3c
) at hello.c:5
5 puts("Hello world!\n");
��
(gdb)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #3 from Petr Tesarik <ptesarik@xxxxxxxxxx> 2007-08-13 09:11:31 MST ---
As mentioned above, I had two sessions (one with printf and the other with
puts) and by mistake I pasted from the wrong one. This is copied and pasted
from the correct session:
(gdb) s
main (argc=Cannot access memory at address 0x7fffc42e6e3c
) at hello.c:5
5 puts("Hello world!\n");
@▒�_�
(gdb) s
main (argc=Cannot access memory at address 0x7fffc42e6e3c
) at hello.c:5
5 puts("Hello world!\n");
��
(gdb)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |