From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Message-ID: <49AFD2C0.9040906@glazov.net> Date: Thu, 05 Mar 2009 17:25:20 +0400 From: metalsoft User-Agent: Thunderbird 2.0.0.17 (X11/20080929) MIME-Version: 1.0 To: ALT Linux sysadmin discuss References: <49AE77BC.7010408@glazov.net> <200903051632.01140.a.babich@rez.ru> In-Reply-To: <200903051632.01140.a.babich@rez.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.94.2-exp, clamav-milter version 0.94.2-exp on pr.glazov.net X-Virus-Status: Clean Subject: Re: [Sysadmins] tc qdisc show: Segmentation fault X-BeenThere: sysadmins@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux sysadmin discuss List-Id: ALT Linux sysadmin discuss List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2009 13:25:33 -0000 Archived-At: List-Archive: Alexei Babich пишет: >> [root@org-gw ~]# tc qdisc show >> Ошибка сегментирования > Для дополнительной информации так: > gdb tc qdisc show > run > bt > quit > [root@localhost /]# gdb tc GNU gdb 6.6-alt3 (ALT Linux) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-alt-linux"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run qdisc show Starting program: /sbin/tc qdisc show (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) Program received signal SIGSEGV, Segmentation fault. 0x08059a04 in prio_print_opt () (gdb) bt #0 0x08059a04 in prio_print_opt () #1 0x0804dadf in print_qdisc () #2 0x0806da80 in rtnl_dump_filter () #3 0x0804d7cd in tc_qdisc_list () #4 0x0804cb64 in _start () (gdb) quit The program is running. Exit anyway? (y or n) y [root@localhost /]#