ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Xorg segmentation faults
@ 2011-01-16  1:09 Ivan Adzhubey
  2011-01-16 12:25 ` Alex Negulescu
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Ivan Adzhubey @ 2011-01-16  1:09 UTC (permalink / raw)
  To: sisyphus

Добрый день!

После последнего обновления не запускаются иксы:

<...>
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: Interface 1.4 failed, trying 1.1
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0

Backtrace:
0: X (xorg_backtrace+0x28) [0x4a0d08]
1: X (0x400000+0x61399) [0x461399]
2: /lib64/libpthread.so.0 (0x7ff99a6cc000+0xea10) [0x7ff99a6daa10]
Segmentation fault at address (nil)

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting

# uname -a
Linux xxx.xxx 2.6.35-std-def-alt9 #1 SMP Thu Dec 9 08:52:44 UTC 2010 x86_64 
GNU/Linux

# lspci|grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4850]

# rpm -qa|grep xorg|sort
xorg-dri-ati-7.10-alt1
xorg-dri-r128-7.10-alt1
xorg-dri-radeon-7.10-alt1
xorg-dri-swrast-7.10-alt1
xorg-drv-ati-6.13.2-alt2
xorg-drv-evdev-2.6.0-alt1
xorg-drv-fbdev-0.4.2-alt2
xorg-drv-mach64-6.8.2-alt4
xorg-drv-multimedia-1.9.3.901-alt2
xorg-drv-r128-6.8.1-alt3
xorg-drv-radeon-6.13.2-alt2
xorg-drv-vesa-2.3.0-alt1
xorg-mesagl-7.6.0-alt3
xorg-rgb-1.0.4-alt1
xorg-server-1.9.3.901-alt2
xorg-server-common-1.9.3.901-alt2
xorg-server-control-1.3-alt1
xorg-x11-drv-vga-4.1.0-alt3

--Иван


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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-16  1:09 [sisyphus] Xorg segmentation faults Ivan Adzhubey
@ 2011-01-16 12:25 ` Alex Negulescu
  2011-01-16 12:28   ` Ivan Adzhubey
  2011-01-17  3:59 ` Ildar Mulyukov
  2011-01-17  9:39 ` Sergei Epiphanov
  2 siblings, 1 reply; 15+ messages in thread
From: Alex Negulescu @ 2011-01-16 12:25 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

  I had a similar issue while having xfs installed. After removing it, 
all was ok. Did not fill a bug though, because I wanted to test this 
further.
If you have xfs too, remove it and see what it happends.

On 01/16/2011 03:09 AM, Ivan Adzhubey wrote:
> Добрый день!
>
> После последнего обновления не запускаются иксы:
>
> <...>
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 11, (OK)
> drmOpenByBusid: drmOpenMinor returns 11
> drmOpenByBusid: Interface 1.4 failed, trying 1.1
> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
>
> Backtrace:
> 0: X (xorg_backtrace+0x28) [0x4a0d08]
> 1: X (0x400000+0x61399) [0x461399]
> 2: /lib64/libpthread.so.0 (0x7ff99a6cc000+0xea10) [0x7ff99a6daa10]
> Segmentation fault at address (nil)
>
> Fatal server error:
> Caught signal 11 (Segmentation fault). Server aborting
>
> # uname -a
> Linux xxx.xxx 2.6.35-std-def-alt9 #1 SMP Thu Dec 9 08:52:44 UTC 2010 x86_64
> GNU/Linux
>
> # lspci|grep VGA
> 01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4850]
>
> # rpm -qa|grep xorg|sort
> xorg-dri-ati-7.10-alt1
> xorg-dri-r128-7.10-alt1
> xorg-dri-radeon-7.10-alt1
> xorg-dri-swrast-7.10-alt1
> xorg-drv-ati-6.13.2-alt2
> xorg-drv-evdev-2.6.0-alt1
> xorg-drv-fbdev-0.4.2-alt2
> xorg-drv-mach64-6.8.2-alt4
> xorg-drv-multimedia-1.9.3.901-alt2
> xorg-drv-r128-6.8.1-alt3
> xorg-drv-radeon-6.13.2-alt2
> xorg-drv-vesa-2.3.0-alt1
> xorg-mesagl-7.6.0-alt3
> xorg-rgb-1.0.4-alt1
> xorg-server-1.9.3.901-alt2
> xorg-server-common-1.9.3.901-alt2
> xorg-server-control-1.3-alt1
> xorg-x11-drv-vga-4.1.0-alt3
>
> --Иван
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus


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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-16 12:25 ` Alex Negulescu
@ 2011-01-16 12:28   ` Ivan Adzhubey
  2011-01-16 12:55     ` Slava Dubrovskiy
  0 siblings, 1 reply; 15+ messages in thread
From: Ivan Adzhubey @ 2011-01-16 12:28 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Да нет, самого xfs вроде нету, есть правда:

# rpm -qa|fgrep xfs
xfsprogs-3.1.3-alt1
xfsdump-3.0.0-alt1
libxfs-3.1.3-alt1

Завтра попробую снести...

--Иван

On Sunday, January 16, 2011 07:25:57 am Alex Negulescu wrote:
>   I had a similar issue while having xfs installed. After removing it,
> all was ok. Did not fill a bug though, because I wanted to test this
> further.
> If you have xfs too, remove it and see what it happends.
> 
> On 01/16/2011 03:09 AM, Ivan Adzhubey wrote:
> > Добрый день!
> > 
> > После последнего обновления не запускаются иксы:
> > 
> > <...>
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is 11, (OK)
> > drmOpenByBusid: drmOpenMinor returns 11
> > drmOpenByBusid: Interface 1.4 failed, trying 1.1
> > drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
> > 
> > Backtrace:
> > 0: X (xorg_backtrace+0x28) [0x4a0d08]
> > 1: X (0x400000+0x61399) [0x461399]
> > 2: /lib64/libpthread.so.0 (0x7ff99a6cc000+0xea10) [0x7ff99a6daa10]
> > Segmentation fault at address (nil)
> > 
> > Fatal server error:
> > Caught signal 11 (Segmentation fault). Server aborting
> > 
> > # uname -a
> > Linux xxx.xxx 2.6.35-std-def-alt9 #1 SMP Thu Dec 9 08:52:44 UTC 2010
> > x86_64 GNU/Linux
> > 
> > # lspci|grep VGA
> > 01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD
> > 4850]
> > 
> > # rpm -qa|grep xorg|sort
> > xorg-dri-ati-7.10-alt1
> > xorg-dri-r128-7.10-alt1
> > xorg-dri-radeon-7.10-alt1
> > xorg-dri-swrast-7.10-alt1
> > xorg-drv-ati-6.13.2-alt2
> > xorg-drv-evdev-2.6.0-alt1
> > xorg-drv-fbdev-0.4.2-alt2
> > xorg-drv-mach64-6.8.2-alt4
> > xorg-drv-multimedia-1.9.3.901-alt2
> > xorg-drv-r128-6.8.1-alt3
> > xorg-drv-radeon-6.13.2-alt2
> > xorg-drv-vesa-2.3.0-alt1
> > xorg-mesagl-7.6.0-alt3
> > xorg-rgb-1.0.4-alt1
> > xorg-server-1.9.3.901-alt2
> > xorg-server-common-1.9.3.901-alt2
> > xorg-server-control-1.3-alt1
> > xorg-x11-drv-vga-4.1.0-alt3
> > 
> > --Иван
> > _______________________________________________
> > Sisyphus mailing list
> > Sisyphus@lists.altlinux.org
> > https://lists.altlinux.org/mailman/listinfo/sisyphus
> 
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus


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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-16 12:28   ` Ivan Adzhubey
@ 2011-01-16 12:55     ` Slava Dubrovskiy
  2011-01-16 12:58       ` Ivan Adzhubey
  0 siblings, 1 reply; 15+ messages in thread
From: Slava Dubrovskiy @ 2011-01-16 12:55 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

 16.01.2011 14:28, Ivan Adzhubey пишет:
> Да нет, самого xfs вроде нету, есть правда:
>
> # rpm -qa|fgrep xfs
> xfsprogs-3.1.3-alt1
> xfsdump-3.0.0-alt1
> libxfs-3.1.3-alt1
>
> Завтра попробую снести...
это не то. Это для управления файловой системой xfs. Речь же иднт про
xfs - X font server.


-- 
WBR,
Dubrovskiy Vyacheslav


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5525 bytes --]

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-16 12:55     ` Slava Dubrovskiy
@ 2011-01-16 12:58       ` Ivan Adzhubey
  0 siblings, 0 replies; 15+ messages in thread
From: Ivan Adzhubey @ 2011-01-16 12:58 UTC (permalink / raw)
  To: slava, ALT Linux Sisyphus discussions

On Sunday, January 16, 2011 07:55:32 am Slava Dubrovskiy wrote:
>  16.01.2011 14:28, Ivan Adzhubey пишет:
> > Да нет, самого xfs вроде нету, есть правда:
> > 
> > # rpm -qa|fgrep xfs
> > xfsprogs-3.1.3-alt1
> > xfsdump-3.0.0-alt1
> > libxfs-3.1.3-alt1
> > 
> > Завтра попробую снести...
> 
> это не то. Это для управления файловой системой xfs. Речь же иднт про
> xfs - X font server.

Нету у меня xfs сервера. Так что это что-то другое падает. Но вот что?? Знал 
бы -- пересобрал. Началось похоже после последнего обновления libc...

--Иван

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-16  1:09 [sisyphus] Xorg segmentation faults Ivan Adzhubey
  2011-01-16 12:25 ` Alex Negulescu
@ 2011-01-17  3:59 ` Ildar Mulyukov
  2011-01-17  7:52   ` Sergei Epiphanov
  2011-01-17  9:39 ` Sergei Epiphanov
  2 siblings, 1 reply; 15+ messages in thread
From: Ildar Mulyukov @ 2011-01-17  3:59 UTC (permalink / raw)
  To: sisyphus

On 16.01.2011 07:09:41, Ivan Adzhubey wrote:
> Добрый день!
> 
> После последнего обновления не запускаются иксы:
> Caught signal 11 (Segmentation fault). Server aborting

Извините, не уверен, что это поможет "просветлению", но вдруг:
https://bugzilla.altlinux.org/24774

-- 
Ildar Mulyukov,
   free SW designer/programmer/packager
=========================================
email: ildar@altlinux.ru
Jabber: ildar.mulyukov@gmail.com
ICQ: 4334029
ALT Linux Sisyphus http://www.sisyphus.ru
=========================================

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-17  3:59 ` Ildar Mulyukov
@ 2011-01-17  7:52   ` Sergei Epiphanov
  2011-01-17  9:01     ` Ivan Adzhubey
  0 siblings, 1 reply; 15+ messages in thread
From: Sergei Epiphanov @ 2011-01-17  7:52 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

В сообщении от 17 января 2011 06:59:30 автор Ildar Mulyukov написал:
> Извините, не уверен, что это поможет "просветлению", но вдруг:
> https://bugzilla.altlinux.org/24774

Ещё у меня подобная ошибка: https://bugzilla.altlinux.org/24923

-- 
С уважением, Епифанов Сергей

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-17  7:52   ` Sergei Epiphanov
@ 2011-01-17  9:01     ` Ivan Adzhubey
  2011-01-17  9:34       ` Sergei Epiphanov
  0 siblings, 1 reply; 15+ messages in thread
From: Ivan Adzhubey @ 2011-01-17  9:01 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Monday, January 17, 2011 02:52:32 am Sergei Epiphanov wrote:
> В сообщении от 17 января 2011 06:59:30 автор Ildar Mulyukov написал:
> > Извините, не уверен, что это поможет "просветлению", но вдруг:
> > https://bugzilla.altlinux.org/24774
> 
> Ещё у меня подобная ошибка: https://bugzilla.altlinux.org/24923

Я вообще KDE3 пользуюсь и такого раздела у меня просто нет. Да и backtrace у 
вас явно другой. У меня пока что запустить иксы никак не получается...

--Иван

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-17  9:01     ` Ivan Adzhubey
@ 2011-01-17  9:34       ` Sergei Epiphanov
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Epiphanov @ 2011-01-17  9:34 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

В сообщении от 17 января 2011 12:01:38 автор Ivan Adzhubey написал:
> Я вообще KDE3 пользуюсь и такого раздела у меня просто нет. Да и backtrace
> у  вас явно другой. У меня пока что запустить иксы никак не получается...

Я про segmentation fault. Попробуйте отодвинуть настройки KDE в сторону и 
запустить с чистого листа (или от свежесозданного пользователя). Если в этот 
раз запустится, то где-то в KDE есть параметр, из-за которого валятся X-ы.

У меня ещё падения были из-за временных файлов в /var/tmp/, относящихся к KDE. 
Это уже сам KDE падал без segmentation fault в X. Проблема была из-за того, 
что я сменил систему с 32- на 64-разрядную и у KDE старыми временными файлами 
снесло крышу.

-- 
С уважением, Епифанов Сергей

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-16  1:09 [sisyphus] Xorg segmentation faults Ivan Adzhubey
  2011-01-16 12:25 ` Alex Negulescu
  2011-01-17  3:59 ` Ildar Mulyukov
@ 2011-01-17  9:39 ` Sergei Epiphanov
  2011-01-19 13:32   ` Ivan Adzhubey
  2 siblings, 1 reply; 15+ messages in thread
From: Sergei Epiphanov @ 2011-01-17  9:39 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

В сообщении от 16 января 2011 04:09:41 автор Ivan Adzhubey написал:
> # lspci|grep VGA
> 01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD
> 4850]

В багзиллу забросьте (если ещё не сделали) и приложите конфиги и логи. Пока 
без этих данных сложно что-то сказать.

-- 
С уважением, Епифанов Сергей

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-17  9:39 ` Sergei Epiphanov
@ 2011-01-19 13:32   ` Ivan Adzhubey
  2011-01-19 16:40     ` REAL
  0 siblings, 1 reply; 15+ messages in thread
From: Ivan Adzhubey @ 2011-01-19 13:32 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Monday, January 17, 2011 04:39:08 am Sergei Epiphanov wrote:
> В сообщении от 16 января 2011 04:09:41 автор Ivan Adzhubey написал:
> > # lspci|grep VGA
> > 01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD
> > 4850]
> 
> В багзиллу забросьте (если ещё не сделали) и приложите конфиги и логи. Пока
> без этих данных сложно что-то сказать.

Вылечилось путем явного включения kernel mode setting в параметрах загрузки
ядра:

radeon.modeset=1

Похоже, KMS по умолчанию выключен в этом ядре, но текущий Xorg не работает без
KMS. Раньше у меня KMS был выключен в /etc/modprobe.d/radeon-kms.conf, но 
после последнего обновления этот файл был удален.

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

--Иван

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-19 13:32   ` Ivan Adzhubey
@ 2011-01-19 16:40     ` REAL
  2011-01-19 18:30       ` Ivan Adzhubey
  0 siblings, 1 reply; 15+ messages in thread
From: REAL @ 2011-01-19 16:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

19.01.2011 19:32, Ivan Adzhubey пишет:
> Вылечилось путем явного включения kernel mode setting в параметрах загрузки
> ядра:
>
> radeon.modeset=1
>
> Похоже, KMS по умолчанию выключен в этом ядре, но текущий Xorg не работает без
> KMS. Раньше у меня KMS был выключен в /etc/modprobe.d/radeon-kms.conf, но
> после последнего обновления этот файл был удален.

а вы драйвер radeon или fglrx использовали?

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-19 16:40     ` REAL
@ 2011-01-19 18:30       ` Ivan Adzhubey
  2011-01-20  4:41         ` REAL
  0 siblings, 1 reply; 15+ messages in thread
From: Ivan Adzhubey @ 2011-01-19 18:30 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Wednesday 19 January 2011 11:40:59 am REAL wrote:
> 19.01.2011 19:32, Ivan Adzhubey пишет:
> > Вылечилось путем явного включения kernel mode setting в параметрах
> > загрузки ядра:
> >
> > radeon.modeset=1
> >
> > Похоже, KMS по умолчанию выключен в этом ядре, но текущий Xorg не
> > работает без KMS. Раньше у меня KMS был выключен в
> > /etc/modprobe.d/radeon-kms.conf, но после последнего обновления этот файл
> > был удален.
>
> а вы драйвер radeon или fglrx использовали?

radeon

--Ivan



The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-19 18:30       ` Ivan Adzhubey
@ 2011-01-20  4:41         ` REAL
  2011-01-20  4:51           ` Ivan Adzhubey
  0 siblings, 1 reply; 15+ messages in thread
From: REAL @ 2011-01-20  4:41 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

20.01.2011 00:30, Ivan Adzhubey пишет:
>> а вы драйвер radeon или fglrx использовали?
>
> radeon

Если у Вас не un-def, попробуйте fglrx, может так случиться, что Xorg 
перестанет падать.

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ


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

* Re: [sisyphus] Xorg segmentation faults
  2011-01-20  4:41         ` REAL
@ 2011-01-20  4:51           ` Ivan Adzhubey
  0 siblings, 0 replies; 15+ messages in thread
From: Ivan Adzhubey @ 2011-01-20  4:51 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Wednesday, January 19, 2011 11:41:03 pm REAL wrote:
> 20.01.2011 00:30, Ivan Adzhubey пишет:
> >> а вы драйвер radeon или fglrx использовали?
> > 
> > radeon
> 
> Если у Вас не un-def, попробуйте fglrx, может так случиться, что Xorg
> перестанет падать.

Так он уже перестал падать, после того как я включил KMS в ядре.

--Иван

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

end of thread, other threads:[~2011-01-20  4:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-16  1:09 [sisyphus] Xorg segmentation faults Ivan Adzhubey
2011-01-16 12:25 ` Alex Negulescu
2011-01-16 12:28   ` Ivan Adzhubey
2011-01-16 12:55     ` Slava Dubrovskiy
2011-01-16 12:58       ` Ivan Adzhubey
2011-01-17  3:59 ` Ildar Mulyukov
2011-01-17  7:52   ` Sergei Epiphanov
2011-01-17  9:01     ` Ivan Adzhubey
2011-01-17  9:34       ` Sergei Epiphanov
2011-01-17  9:39 ` Sergei Epiphanov
2011-01-19 13:32   ` Ivan Adzhubey
2011-01-19 16:40     ` REAL
2011-01-19 18:30       ` Ivan Adzhubey
2011-01-20  4:41         ` REAL
2011-01-20  4:51           ` Ivan Adzhubey

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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