Skip Menu |

This queue is for tickets about the Devel-GDB-Reflect CPAN distribution.

Report information
The Basics
Id: 56606
Status: open
Priority: 0/
Queue: Devel-GDB-Reflect

People
Owner: Nobody in particular
Requestors: artrus [...] netzero.net
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.2
Fixed in: (no value)



Subject: --args doesn't work
Getting a fatal error using --args. gdb++ --args foobin arg1 arg2 Use of uninitialized value in print at /usr/bin/gdb++ line 209. GNU gdb Fedora (6.8-27.el5) Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu". Reading symbols from foobin... done. Undefined command: "args". Try "help". Error: msg="Undefined command: \"args\". Try \"help\"." at /usr/bin/gdb++ line 220, <GEN0> line 15. Any ideas?
Subject: Re: [rt.cpan.org #56606] --args doesn't work
Date: Wed, 14 Apr 2010 17:10:48 -0700
To: bug-Devel-GDB-Reflect [...] rt.cpan.org
From: Antal Novak <afn [...] cpan.org>
Hey Artem, That's strange. Just as a sanity check, can you send me your /usr/bin/gdb++? Best, Antal On Wed, Apr 14, 2010 at 5:03 PM, Artem Russakovskii via RT < bug-Devel-GDB-Reflect@rt.cpan.org> wrote: Show quoted text
> Wed Apr 14 20:03:40 2010: Request 56606 was acted upon. > Transaction: Ticket created by Archon810 > Queue: Devel-GDB-Reflect > Subject: --args doesn't work > Broken in: 0.2 > Severity: Critical > Owner: Nobody > Requestors: artrus@netzero.net > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=56606 > > > > Getting a fatal error using --args. > > gdb++ --args foobin arg1 arg2 > Use of uninitialized value in print at /usr/bin/gdb++ line 209. > GNU gdb Fedora (6.8-27.el5) > Copyright (C) 2008 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i386-redhat-linux-gnu". > Reading symbols from foobin... > done. > Undefined command: "args". Try "help". > Error: msg="Undefined command: \"args\". Try \"help\"." at > /usr/bin/gdb++ line 220, <GEN0> line 15. > > Any ideas? >