ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] tc qdisc show: Segmentation fault
@ 2009-03-04 12:44 metalsoft
  2009-03-05 10:47 ` Serge
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: metalsoft @ 2009-03-04 12:44 UTC (permalink / raw)
  To: Sysadmins

Приветствую сообщество.

Сталкивался ли кто с таким?

[root@org-gw ~]# tc qdisc show
Ошибка сегментирования
[root@org-gw ~]# uname -a
Linux org-gw.glazov.net 2.6.25-std-srv-alt8.M41.4 #1 SMP Sat Dec 6 
17:00:40 MSK 2008 i686 GNU/Linux
[root@org-gw ~]#
AltServer 4.0, dist-upgrade до branch

[root@localhost 1]# tc qdisc show
Segmentation fault
[root@localhost 1]# uname -a
Linux localhost.localdomain 2.6.25-std-def-alt8.M41.1 #1 SMP Thu Sep 11 
01:14:41 MSD 2008 i686 GNU/Linux
[root@localhost 1]# cat /etc/altlinux-release
ALT Linux 4.1 Desktop (Thymus)
[root@localhost 1]#

У нас tc не адекватен?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Sysadmins] tc qdisc show: Segmentation fault
  2009-03-04 12:44 [Sysadmins] tc qdisc show: Segmentation fault metalsoft
@ 2009-03-05 10:47 ` Serge
  2009-03-05 11:32 ` Alexei Babich
  2009-04-07  5:36 ` Pavel
  2 siblings, 0 replies; 6+ messages in thread
From: Serge @ 2009-03-05 10:47 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

On Wednesday 04 March 2009 14:44:44 metalsoft wrote:
> Приветствую сообщество.
>
> Сталкивался ли кто с таким?
>
> [root@org-gw ~]# tc qdisc show
> Ошибка сегментирования
> [root@org-gw ~]# uname -a
> Linux org-gw.glazov.net 2.6.25-std-srv-alt8.M41.4 #1 SMP Sat Dec 6
> 17:00:40 MSK 2008 i686 GNU/Linux
> [root@org-gw ~]#
> AltServer 4.0, dist-upgrade до branch
>
> [root@localhost 1]# tc qdisc show
> Segmentation fault
> [root@localhost 1]# uname -a
> Linux localhost.localdomain 2.6.25-std-def-alt8.M41.1 #1 SMP Thu Sep 11
> 01:14:41 MSD 2008 i686 GNU/Linux
> [root@localhost 1]# cat /etc/altlinux-release
> ALT Linux 4.1 Desktop (Thymus)
> [root@localhost 1]#
>
> У нас tc не адекватен?
на ядре 2.6.18-ovz-smp-alt24 адекватен
(во всяком случае у меня)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Sysadmins] tc qdisc show: Segmentation fault
  2009-03-04 12:44 [Sysadmins] tc qdisc show: Segmentation fault metalsoft
  2009-03-05 10:47 ` Serge
@ 2009-03-05 11:32 ` Alexei Babich
  2009-03-05 13:25   ` metalsoft
  2009-04-07  5:36 ` Pavel
  2 siblings, 1 reply; 6+ messages in thread
From: Alexei Babich @ 2009-03-05 11:32 UTC (permalink / raw)
  To: sysadmins

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

-- 
С уважением,
Алексей Бабич, инженер-схемотехник ООО НПП "Резонанс", Челябинск, Россия
http://www.rez.ru
JID: impatt@jabber.ru


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Sysadmins] tc qdisc show: Segmentation fault
  2009-03-05 11:32 ` Alexei Babich
@ 2009-03-05 13:25   ` metalsoft
  2009-03-05 14:01     ` Alexei Babich
  0 siblings, 1 reply; 6+ messages in thread
From: metalsoft @ 2009-03-05 13:25 UTC (permalink / raw)
  To: ALT Linux sysadmin discuss

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 /]#


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Sysadmins] tc qdisc show: Segmentation fault
  2009-03-05 13:25   ` metalsoft
@ 2009-03-05 14:01     ` Alexei Babich
  0 siblings, 0 replies; 6+ messages in thread
From: Alexei Babich @ 2009-03-05 14:01 UTC (permalink / raw)
  To: sysadmins

> 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

Похоже, что дело собственно в tc. Обновить/откатить/пересобрать ?

-- 
С уважением,
Алексей Бабич, инженер-схемотехник ООО НПП "Резонанс", Челябинск, Россия
http://www.rez.ru
JID: impatt@jabber.ru


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Sysadmins] tc qdisc show: Segmentation fault
  2009-03-04 12:44 [Sysadmins] tc qdisc show: Segmentation fault metalsoft
  2009-03-05 10:47 ` Serge
  2009-03-05 11:32 ` Alexei Babich
@ 2009-04-07  5:36 ` Pavel
  2 siblings, 0 replies; 6+ messages in thread
From: Pavel @ 2009-04-07  5:36 UTC (permalink / raw)
  To: sysadmins

https://bugzilla.altlinux.org/show_bug.cgi?id=15409

-- 
Best regards, Pavel
mail/xmpp: p2n-at-ya-dot-ru



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-07  5:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-04 12:44 [Sysadmins] tc qdisc show: Segmentation fault metalsoft
2009-03-05 10:47 ` Serge
2009-03-05 11:32 ` Alexei Babich
2009-03-05 13:25   ` metalsoft
2009-03-05 14:01     ` Alexei Babich
2009-04-07  5:36 ` Pavel

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git