Hello chty.

Thanks for your bug report!

On Tue, Nov 04, 2014 at 12:20:39PM +0100, chty wrote:
[...]
> Here is the gdb trace even if it does not contain much info.
> The segfault occurs when at the VF step.
[...]

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?

eg. something like this:

cd /tmp
apt-get source iproute2
cd iproute2-*
apt-get build-dep iproute2
DEB_BUILD_OPTIONS="noopt nostrip debug" dpkg-buildpackage -uc -us
dpkg -i ../iproute2_*.deb

gdb ip
break print_linkinfo
set args link show dev eth1
run

next
next
next
next
....


Regards,
Andreas Henriksson


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to