On Sat, Aug 28, 2010 at 11:55:01PM +0200, Alain Greppin wrote:
> Package: gdb
> Version: 6.8-3
> Severity: important
>
> sample output of gdb:
> Breakpoint 2, var_subst (
> s=0x7fffd73f "/home/agreppin/src/tools/amake/amake", target=0x0,
> req1=0x0) at var.c:154
> 154 *a = '\0
Package: gdb
Version: 6.8-3
Severity: important
sample output of gdb:
Breakpoint 2, var_subst (
s=0x7fffd73f "/home/agreppin/src/tools/amake/amake", target=0x0,
req1=0x0) at var.c:154
154 *a = '\0';
(gdb) p n
$1 = 36
(gdb) p strlen(s)
$2 = 1976916864
---
But works as expected
2 matches
Mail list logo