[i810] Segmentation fault at address 0xb652841c

Bug #1060492 reported by SteVe Cook
28
This bug affects 5 people
Affects Status Importance Assigned to Milestone
xserver-xorg-video-intel (Ubuntu)
Expired
Low
Unassigned

Bug Description

See attached Xorg.0.log

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
Uname: Linux 3.5.0-16-generic i686
ApportVersion: 2.6.1-0ubuntu1
Architecture: i386
Date: Tue Oct 2 22:37:50 2012
InstallationMedia: Lubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120627)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=linux
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
SteVe Cook (yorvyk) wrote :
Revision history for this message
Bryce Harrington (bryce) wrote :

Please collect a full backtrace on this crash - see http://wiki.ubuntu.com/X/Backtracing for guidance.

Changed in xorg (Ubuntu):
importance: Undecided → High
status: New → Incomplete
Timo Aaltonen (tjaalton)
affects: xorg (Ubuntu) → xserver-xorg-video-intel (Ubuntu)
Revision history for this message
SteVe Cook (yorvyk) wrote :

This is all I get when I try to get a full backtrace.

sudo gdb /usr/bin/Xorg /etc/X11/core

GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/Xorg...Reading symbols from /usr/lib/debug/usr/bin/Xorg...done.
done.

warning: exec file is newer than core file.
[New LWP 1199]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitc'.
Program terminated with signal 6, Aborted.
#0 0xb7584424 in __kernel_vsyscall ()
(gdb) backtrace full
#0 0xb7584424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb721c1cf in raise () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2 0xb721f815 in abort () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#3 0xb7755159 in OsReleaseSIGIO () at ../../os/utils.c:1229
No locals.
#4 0xb77c6000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)

Bryce Harrington (bryce)
Changed in xserver-xorg-video-intel (Ubuntu):
status: Incomplete → New
Revision history for this message
helpfulboy02 (helpfulboy02) wrote :

will the updated fix be Back ported to 12.10?

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in xserver-xorg-video-intel (Ubuntu):
status: New → Confirmed
Revision history for this message
jdt37b (jdt37b) wrote :

Hello,

To complete with a "Segfault" : In April 2012 with Precise, apps like GoogleEarth and Stellarium is planted with the Intel 82865G graphics card, the problem was then solved shortly before version 12.04.1.

But Quantal 12.10, the problem becomes:

1) Stellarium 0.11.3:
Error: 169 GLXBadContext
   Extension: 153 (Uknown extension)
   Minor opcode: 6 (Unknown request)
   Resource id: 0x3600011
X Error: BadAlloc (Insufficient resources for operation) 11
   Extension: 153 (Uknown extension)
   Minor opcode: 3 (Unknown request)
   Resource id: 0xad
X Error: 169 GLXBadContext
   Extension: 153 (Uknown extension)
   Minor opcode: 5 (Unknown request)
   Resource id: 0x3600011
Segfault

2) Googleearth 6.0.3 (later versions do not work at all)
Google Earth HAS caught signal 11.
Major Version 6
Minor Version 0
Build Number 0003
Build Date May 17 2011
Build Time 0:40:40
OS Type 3
OS Major Version 3
Minor OS Version 5
OS Build Version 0
OS Patch Version 0
Crash Signal 11
Crash Time 1353750624
Up Time 3.73013
Stacktrace from glibc:
/ usr / lib / googleearth / libgoogleearth_free.so (0 xab953) [0xb76eb953]
/ usr / lib / googleearth / libgoogleearth_free.so (0 xabad3) [0xb76ebad3]
[0xb7753400]

Pending a future correction.
thank you

Shuttle SB61V40 - Pentium 4 2Ghz - 1MB - Card Intel 82865G Graphics Controller
Ubuntu Quantal 12.10
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
configuration: driver=i915 latency=0
[ 20.038] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
[ 20.046] (--) intel(0): Integrated Graphics Chipset: Intel(R) 865G

Chris Wilson (ickle)
summary: - Segmentation fault at address 0xb652841c
+ [i810] Segmentation fault at address 0xb652841c
Revision history for this message
penalvch (penalvch) wrote :

SteVe Cook, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in the development release from a Terminal (Applications->Accessories->Terminal), as it will automatically gather and attach updated debug information to this report:

apport-collect -p xserver-xorg-video-intel REPLACE-WITH-BUG-NUMBER

Please note, given that the information from the prior release is already available, doing this on a release prior to the development one would not be helpful.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

Changed in xserver-xorg-video-intel (Ubuntu):
importance: High → Low
status: Confirmed → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for xserver-xorg-video-intel (Ubuntu) because there has been no activity for 60 days.]

Changed in xserver-xorg-video-intel (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.