Alexei Babich пишет:
[r...@org-gw ~]# tc qdisc show
Ошибка сегментирования
Для дополнительной информации так:
gdb tc qdisc show
run
bt
quit

[r...@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
[r...@localhost /]#
_______________________________________________
Sysadmins mailing list
Sysadmins@lists.altlinux.org
https://lists.altlinux.org/mailman/listinfo/sysadmins

Ответить