Hi Andreas, Thank you for your quick reply and detailed procedure.
On Tue, Nov 4, 2014 at 1:06 PM, Andreas Henriksson <[email protected]> wrote: > Could you please rebuild iproute2 with debug info and without optimisations > and, break on print_linkinfo and step through it to see where it crashes? I don't think I have much more info but here it is: (gdb) break print_linkinfo Breakpoint 1 at 0x408404 (gdb) set args link show dev eth1 (gdb) r Starting program: /sbin/ip link show dev eth1 Breakpoint 1, 0x0000000000408404 in print_linkinfo () (gdb) n Single stepping until exit from function print_linkinfo, which has no line number information. 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP mode DEFAULT group default qlen 10000 link/ether 00:26:6c:ff:b5:c1 brd ff:ff:ff:ff:ff:ff Program received signal SIGSEGV, Segmentation fault. 0x0000000000408e09 in print_linkinfo () (gdb) bt #0 0x0000000000408e09 in print_linkinfo () #1 0x000000000041a231 in iplink_get () #2 0x000000000040a93e in ipaddr_list_flush_or_save () #3 0x000000000041a2da in do_iplink () #4 0x0000000000407124 in do_cmd () #5 0x0000000000406cd2 in main () -- William -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

