Bug 14091 - OpenGL causes system crash
Summary: OpenGL causes system crash
Status: RESOLVED INVALID
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - non Intel) (show other bugs)
Hardware: All Linux
: P1 high
Assignee: drivers_video-dri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-30 18:43 UTC by Thiago Cardoso
Modified: 2009-09-16 06:17 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.30-020630-generic
Subsystem:
Regression: No
Bisected commit-id:


Attachments
Glxinfo output (9.48 KB, text/plain)
2009-08-30 18:43 UTC, Thiago Cardoso
Details

Description Thiago Cardoso 2009-08-30 18:43:34 UTC
Created attachment 22912 [details]
Glxinfo output

OpenGL applications are not working correctly causing sometimes system crash. Blender viewport for example doesnt work correctly, ogre3d lib samples cause system crash specially when using VSYNC feature.

I think this can be an issue with the x86_64 architecture.

uname:
Linux 2.6.30-020630-generic #020630 x86_64 GNU/Linux

lspci:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
08:05.0 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02)
08:05.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02)
08:05.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01)

xorg.conf:
 21 Section "Device"
 22     Identifier  "Configured Video Device"
 23 EndSection
 24 
 25 Section "Monitor"
 26     Identifier  "Configured Monitor"
 27 EndSection
 28 
 29 Section "Screen"
 30     Identifier  "Default Screen"
 31     Monitor     "Configured Monitor"
 32     Device      "Configured Video Device"
 33 EndSection
Comment 1 Gordon Jin 2009-09-16 06:17:44 UTC
This may not be kernel bug. I'd suggest to file such bugs to freedesktop.org with detailed component version info, according to http://www.intellinuxgraphics.org/how_to_report_bug.html.

Let's track there.

Note You need to log in before you can comment on or make changes to this bug.