vine-users ML アーカイブ



[vine-users:054941] mozilla (1.1-0vl6) が X (4.2.1-0vl7) を道連れに

  • From: Hisashi DATE <date@xxxxxxxxxxxxxxxxxxxx>
  • Subject: [vine-users:054941] mozilla (1.1-0vl6) が X (4.2.1-0vl7) を道連れに
  • Date: Thu, 31 Oct 2002 13:26:22 +0900 (JST)
伊達です.

Vine-2.6 にバージョンアップしてから,mozilla で特定のサイト
(今のところ yahoo.co.jp) にアクセスすると X が落ちるようになりました.

Vine-2.5 + updates の環境ではこのような問題はありませんでした.
.mozilla をリネームして新しく profile を作り直すとしばらくは問題なく
閲覧できるのですが,やがて X が落ちるようになってしまいます.

X のログを見た限りでは kill シグナルが発行されているようで,
他のユーザ権限で立ち上げた X では落ちることはありません.

再現性は高いのですが,まだ直接の原因に行き着いておりません.
なぜ yahoo.co.jp でだめなのかもわかりません.JavaScript や coockie の
設定周辺を変更しても違いがみられません.

同様の症状がある方はおられますでしょうか.

関係ありそうな主なソフトウェアのバージョンと環境は以下の通りです.

・ビデオカード Intel i815 (オンボード)
・ウィンドウマネージャー fvwm2-2.2.5-0vl3 (ずっと愛用しております)
・kernel-2.4.19-0vl11 
・XFree86-4.2.1-0vl7 (XF86Config-4 はそれほど長くないので添付します)
・mozilla-1.1-0vl6   (UP されて早速更新してみましたがだめでした)
---
伊達 央 <date@xxxxxxxxxxxxxxxxxxxx>
# XFree86 4.x configuration generated by Xconfigurator

Section "ServerLayout"
	Identifier "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Mouse9" "SendCoreEvents"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Vine Linux use xfs except for TrueType

Section "Files"
	FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
	FontPath "unix/:7100"
	FontPath "/usr/X11R6/lib/X11/fonts/japanese"
	FontPath "/usr/X11R6/lib/X11/fonts/misc"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
	Option "NoTrapSignals" "true"
EndSection

# Module loading section

Section "Module"
	Load  "dbe"		# Double-buffering
	Load  "GLcore"		# OpenGL support
	Load  "dri"		# Direct rendering infrastructure
	Load  "glx"		# OpenGL X protocol interface
	Load  "extmod"		# Misc. required extensions
	Load  "xtt"	 	# TrueType font handler
	Load  "type1"		# Adobe Type 1 font handler
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbLayout"	"us"
	Option      "XkbOptions"	"ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Device" "/dev/mouse"
	Option      "Protocol" "IMPS/2"
	Option      "Emulate3Buttons" "off"
	Option      "ZAxisMapping" "4 5"
EndSection


Section "InputDevice"
	Identifier  "Mouse9"
	Driver      "mouse"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "IMPS/2"
	Option      "ZAxisMapping" "4 5"
	Option      "AlwaysCoreg"
EndSection

Section "Monitor"
	Identifier "IBM 9514-B TFT Panel"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 48.0-65.0
	VertRefresh 60.0-75.0
	Option "dpms"
EndSection

Section "Device"
	Identifier "Intel 815"
	Driver "i810"
	BoardName "Unknown"
	VideoRam 16384
EndSection

Section "Device"
	Identifier "Linux Frame Buffer"
	Driver "fbdev"
	BoardName "Unknown"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Intel 815"
	Monitor "IBM 9514-B TFT Panel"
	DefaultDepth 16
	Subsection "Display"
		Depth 16
		Modes "1280x1024"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection