Hi William. Thanks for your quick followup.
On Tue, Nov 04, 2014 at 01:33:27PM +0100, William Dauchy wrote: > Hi Andreas, > > Thank you for your quick reply and detailed procedure. > [...] > > 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, [...] Looks like you're still running optimized code and the "noopt" doesn't work as expected. Could you please also try hacking Makefile and replacing -O2 in there with -O0 ? Regards, Andreas Henriksson -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

