I send this message again, this time with attachments... Package: iproute Version: 20061002-2
I use tc "-batch" option to load many traffic control rules at once, lately I upgraded my box to etch and I spotted that tc was crashing. Sometimes reordering rules helps - I made small testcase: comp1:~# tc qdisc del dev eth0 root; tc -batch bad.txt *** glibc detected *** double free or corruption (!prev): 0x0807a008 *** Aborted comp1:~# tc qdisc del dev eth0 root; tc -batch good.txt comp1:~# tc qdisc del dev eth0 root comp1:~# bad.txt and good.txt attached to this mail. Probably line continuation (backslash before linefeed) or comments causes problems. I removed comments and line continuations from my rules files as a workaround. Regards Michal Pokrywka
bad.txt
Description: unknown/unknown
good.txt
Description: unknown/unknown