Launchpad has imported 4 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=34179.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2011-02-11T07:06:23+00:00 Sense Egbert Hofstede wrote:

When you use the experimental Gallium3D driver of Nouveau to enable DRI, Compiz 
will actually try to run, but it will be abort because of the following 
assertion error:
"compiz: nv50_pc_emit.c:863: emit_flop: Assertion `STYPE(i, 0) == 0x09' failed."

It seems that this only happens with PCI-E cards that have the NV50
chip.

There is an 'xorg.log' at <http://launchpadlibrarian.net/63209980/XorgLog.txt>. 
An unprocessed stacktrace can be found at 
<http://launchpadlibrarian.net/63209976/Stacktrace.txt>, the stacktrace 
processed by Apport at <http://launchpadlibrarian.net/63321404/Stacktrace.txt>.
StacktraceTop:
 __kernel_vsyscall ()
 *__GI_raise (sig=6)
 *__GI_abort () at abort.c:59

This bug was originally reported by several people in Ubuntu on Launchpad, the 
master bug report can be found at <https://launchpad.net/bugs/710588>. You can 
find many more log files at this bug report, and attached to its duplicates.
If you need something specifically, please ask!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/710588/comments/8

------------------------------------------------------------------------
On 2011-02-11T07:54:41+00:00 Omer Akram wrote:

Also to add this is used to work with mesa 7.9 the update to 7.10 broke
things.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/710588/comments/9

------------------------------------------------------------------------
On 2011-02-14T18:32:17+00:00 Chris Halse Rogers wrote:

This is fixed by the nv50 part of the commit:
commit 7401590dedf6f2abb1f0f0db988be90acb1fb84f
Author: Christoph Bumiller <[email protected]>
Date:   Mon Feb 7 14:54:17 2011 +0100

    nv50,nvc0: do not forget to apply sign mode to saved TGSI inputs

diff --git a/src/gallium/drivers/nv50/nv50_tgsi_to_nc.c 
b/src/gallium/drivers/nv50/nv50_tgsi_to_nc.c
index d6b80c3..ce9300a 100644
--- a/src/gallium/drivers/nv50/nv50_tgsi_to_nc.c
+++ b/src/gallium/drivers/nv50/nv50_tgsi_to_nc.c
@@ -1130,7 +1130,7 @@ emit_fetch(struct bld_context *bld, const struct 
tgsi_full_instruction *insn,
    case TGSI_FILE_INPUT:
       res = bld_saved_input(bld, idx, swz);
       if (res && (insn->Instruction.Opcode != TGSI_OPCODE_TXP))
-         return res;
+         break;
 
       res = new_value(bld->pc, bld->ti->input_file, type);
       res->reg.id = bld->ti->input_map[idx][swz];

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/710588/comments/12

------------------------------------------------------------------------
On 2011-02-14T18:39:20+00:00 Chris Halse Rogers wrote:

I've done a piglit run on my NV98 system against the 7.10 branch; this
shows no difference with or without the cherry-pick.  So this doesn't
regress anything obvious, but there's also clearly a piglit test to be
written :).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/710588/comments/13


** Changed in: nouveau
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/710588

Title:
  compiz assert failure: compiz: nv50_pc_emit.c:863: emit_flop:
  Assertion `STYPE(i, 0) == 0x09' failed.

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “mesa” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: compiz

  today's daily build does not start unity with libgl1-mesa-dri-
  experimental installed. it worked fine with earlier isos I tried

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: compiz-core 1:0.9.2.1+glibmainloop4-0ubuntu7
  ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
  Uname: Linux 2.6.38-1-generic i686
  Architecture: i386
  AssertionMessage: compiz: nv50_pc_emit.c:863: emit_flop: Assertion `STYPE(i, 
0) == 0x09' failed.
  CrashCounter: 1
  Date: Mon Jan 31 10:56:08 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:   Subsystem: Device [19f1:0a76]
  LiveMediaBuild: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110131)
  Lsusb:
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcCmdline: compiz
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   LC_MESSAGES=en_US.utf8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz boot=casper 
iso-scan/filename=/home/om26er/Documents/natty-desktop-i386.iso noprompt noeject
  Signal: 6
  SourcePackage: compiz
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/libc.so.6
   abort () from /lib/libc.so.6
   __assert_fail () from /lib/libc.so.6
   ?? () from /usr/lib/dri/nouveau_dri.so
  Title: compiz assert failure: compiz: nv50_pc_emit.c:863: emit_flop: 
Assertion `STYPE(i, 0) == 0x09' failed.
  UnitySupportTest:
   
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  XsessionErrors: (nautilus:3965): GConf-CRITICAL **: gconf_value_free: 
assertion `value != NULL' failed
  dmi.bios.date: 11/06/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: RQG4110H.86A.0012.2009.1106.1345
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG41RQ
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE54511-201
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrRQG4110H.86A.0012.2009.1106.1345:bd11/06/2009:svn:pn:pvr:rvnIntelCorporation:rnDG41RQ:rvrAAE54511-201:cvn:ct3:cvr:
  version.libdrm2: libdrm2 2.4.23-1ubuntu3
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
  version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/nouveau/+bug/710588/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to