Displaying 1 result from an estimated 1 matches for "string_type_print".
2013 Nov 11
4
[Bug 872] New: extra symbols in console output
...a iifname "lo?V" accept # handle 2
}
}
fwtest01 ~ # nft list table filter -n -a | cat
table ip filter {
chain input {
meta iifname "lo" accept # handle 2
}
}
i have tried to backtrace the error, and it looks like an optimizer error in
string_type_print (datatype.c:262):
Breakpoint 1, string_type_print (expr=0x63cc90) at src/datatype.c:257
257 {
(gdb) p expr
$1 = (const struct expr *) 0x63cc90
(gdb) p expr->len
$2 = 16
(gdb) p expr->value
$3 = {{_mp_alloc = 2, _mp_size = 1, _mp_d = 0x63c7f0}}
(gdb) p BITS_PER_BYTE
No symbol "BITS_PE...