[Desktop-packages] [Bug 534719] Re: [unichrome] netbook-launcher assert failure: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion `sz == vmesa->total_alloc[heap]' failed.

2020-05-28 Thread Timo Aaltonen
** Changed in: mesa (Ubuntu)
   Status: Triaged => Invalid

-- 
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/534719

Title:
  [unichrome] netbook-launcher assert failure: netbook-launcher:
  via_tex.c:427: viaSwapOutWork: Assertion `sz ==
  vmesa->total_alloc[heap]' failed.

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  Invalid
Status in netbook-launcher package in Ubuntu:
  Invalid
Status in mesa package in Debian:
  Fix Released

Bug description:
  Binary package hint: netbook-launcher

  Started Lucid Alpha3 Netbook Edition (i386) on a VIA Epia system,
  booted from USB stick. It booted and can be used basically, but the
  whole "desktop" area does not react to clicks, and after a few minutes
  running it the Apport symbol came up for this crash. No idea what
  really caused this or what the netbook-launcher does. Currently, the
  "desktop" can be displayed but still does not react to clicks.

  ProblemType: Crash
  Architecture: i386
  AssertionMessage: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion 
`sz == vmesa->total_alloc[heap]' failed.
  Date: Mon Mar  8 22:33:57 2010
  DistroRelease: Ubuntu 10.04
  DkmsStatus: Error: [Errno 2] No such file or directory
  ExecutablePath: /usr/bin/netbook-launcher
  GConfNonDefault:
   /apps/netbook-launcher/disable_single_instance=false
   /apps/netbook-launcher/force_low_graphics=false
  LiveMediaBuild: Ubuntu-Netbook 10.04 "Lucid Lynx" - Alpha i386 (20100224.3)
  MachineType: VIA Technologies, Inc. VT8623-8235
  Package: netbook-launcher 1:2.1.13-0ubuntu1
  ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/hostname-netbook.seed boot=casper initrd=/casper/initrd.lz 
quiet splash -- debian-installer/language=de console-setup/layoutcode?=de
  ProcCmdline: netbook-launcher --show-favorites
  ProcEnviron:
   LANG=de_DE.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
  RelatedPackageVersions:
   xserver-xorg 1:7.5+1ubuntu8
   libgl1-mesa-glx 7.7-3ubuntu1
   libdrm2 2.4.18-1ubuntu2
   xserver-xorg-video-intel 2:2.9.1-1ubuntu6
  Signal: 6
  SourcePackage: netbook-launcher
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libc.so.6
   abort () from /lib/tls/i686/cmov/libc.so.6
   __assert_fail () from /lib/tls/i686/cmov/libc.so.6
   viaSwapOutWork () from /usr/lib/dri/unichrome_dri.so
  Title: netbook-launcher assert failure: netbook-launcher: via_tex.c:427: 
viaSwapOutWork: Assertion `sz == vmesa->total_alloc[heap]' failed.
  Uname: Linux 2.6.32-14-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 05/19/2004
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: 6.00 PG
  dmi.board.name: EPIA-M
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr6.00PG:bd05/19/2004:svnVIATechnologies,Inc.:pnVT8623-8235:pvr:rvn:rnEPIA-M:rvr:cvn:ct3:cvr:
  dmi.product.name: VT8623-8235
  dmi.sys.vendor: VIA Technologies, Inc.
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   architecture:   i686kernel: 2.6.32-14-generic

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 534719] Re: [unichrome] netbook-launcher assert failure: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion `sz == vmesa->total_alloc[heap]' failed.

2019-09-19 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=12021.

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 2007-08-15T18:50:23+00:00 Gabriel-mansi wrote:

I think this assert is no longer valid:
assert(sz == vmesa->total_alloc[heap])
in via_tex.c line 429

There are a few linked lists to maintain references to the textures in
use, one of those lists contains the textures pending to be released but
that assert does not consider it.

Reply at: https://bugs.launchpad.net/ubuntu/+source/netbook-
launcher/+bug/534719/comments/0


On 2007-10-16T07:08:05+00:00 Diego-guella wrote:

There are many, many bugs depending on this assert on the net.
Googling "viaSwapOutWork" will show some of these.
I have a similar problem: when I use glCallLists() on lists returned by 
glXUseXFont(), the first time I run my program, I have this error:

via_tex.c: viaSwapOutWork: Assertion 'sz == vmesa->total_alloc[heap]' failed.
Aborted

from the second run on, everything runs fine.

If this assert is unnecessary, I think it should be removed as soon as
possible, since it is the root of many other bugs, for example:

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
via/+bug/104569

http://www.nabble.com/Mesa-glut-demos-was:-Re:-Mesa-DRI-installed-
correctly,-but-3D-apps-dont-work-t1982539.html


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/netbook-launcher/+bug/534719/comments/1


On 2008-04-25T04:56:28+00:00 Xavier-3a wrote:

*** Bug 15668 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/netbook-
launcher/+bug/534719/comments/2


On 2009-08-24T12:27:47+00:00 Ajax-a wrote:

Mass version move, cvs -> git

Reply at: https://bugs.launchpad.net/ubuntu/+source/netbook-
launcher/+bug/534719/comments/3


On 2019-09-18T20:34:49+00:00 Gitlab-migration wrote:

-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/openchrome/old-bug-database/issues/5.

Reply at: https://bugs.launchpad.net/ubuntu/+source/netbook-
launcher/+bug/534719/comments/15


** Changed in: mesa
   Status: Confirmed => Unknown

** Bug watch added: gitlab.freedesktop.org/openchrome/old-bug-database/issues #5
   https://gitlab.freedesktop.org/openchrome/old-bug-database/issues/5

-- 
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/534719

Title:
  [unichrome] netbook-launcher assert failure: netbook-launcher:
  via_tex.c:427: viaSwapOutWork: Assertion `sz ==
  vmesa->total_alloc[heap]' failed.

Status in Mesa:
  Unknown
Status in mesa package in Ubuntu:
  Triaged
Status in netbook-launcher package in Ubuntu:
  Invalid
Status in mesa package in Debian:
  Fix Released

Bug description:
  Binary package hint: netbook-launcher

  Started Lucid Alpha3 Netbook Edition (i386) on a VIA Epia system,
  booted from USB stick. It booted and can be used basically, but the
  whole "desktop" area does not react to clicks, and after a few minutes
  running it the Apport symbol came up for this crash. No idea what
  really caused this or what the netbook-launcher does. Currently, the
  "desktop" can be displayed but still does not react to clicks.

  ProblemType: Crash
  Architecture: i386
  AssertionMessage: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion 
`sz == vmesa->total_alloc[heap]' failed.
  Date: Mon Mar  8 22:33:57 2010
  DistroRelease: Ubuntu 10.04
  DkmsStatus: Error: [Errno 2] No such file or directory
  ExecutablePath: /usr/bin/netbook-launcher
  GConfNonDefault:
   /apps/netbook-launcher/disable_single_instance=false
   /apps/netbook-launcher/force_low_graphics=false
  LiveMediaBuild: Ubuntu-Netbook 10.04 "Lucid Lynx" - Alpha i386 (20100224.3)
  MachineType: VIA Technologies, Inc. VT8623-8235
  Package: netbook-launcher 1:2.1.13-0ubuntu1
  ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/hostname-netbook.seed boot=casper initrd=/casper/initrd.lz 
quiet splash -- debian-installer/language=de console-setup/layoutcode?=de
  ProcCmdline: netbook-launcher --show-favorites
  ProcEnviron:
   LANG=de_DE.utf8
   SHELL=/bin/bash
  ProcVersionSignatu

[Desktop-packages] [Bug 534719] Re: [unichrome] netbook-launcher assert failure: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion `sz == vmesa->total_alloc[heap]' failed.

2012-11-26 Thread Bug Watch Updater
** Changed in: mesa (Debian)
   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/534719

Title:
  [unichrome] netbook-launcher assert failure: netbook-launcher:
  via_tex.c:427: viaSwapOutWork: Assertion `sz ==
  vmesa->total_alloc[heap]' failed.

Status in Mesa:
  Confirmed
Status in “mesa” package in Ubuntu:
  Triaged
Status in “netbook-launcher” package in Ubuntu:
  Invalid
Status in “mesa” package in Debian:
  Fix Released

Bug description:
  Binary package hint: netbook-launcher

  Started Lucid Alpha3 Netbook Edition (i386) on a VIA Epia system,
  booted from USB stick. It booted and can be used basically, but the
  whole "desktop" area does not react to clicks, and after a few minutes
  running it the Apport symbol came up for this crash. No idea what
  really caused this or what the netbook-launcher does. Currently, the
  "desktop" can be displayed but still does not react to clicks.

  ProblemType: Crash
  Architecture: i386
  AssertionMessage: netbook-launcher: via_tex.c:427: viaSwapOutWork: Assertion 
`sz == vmesa->total_alloc[heap]' failed.
  Date: Mon Mar  8 22:33:57 2010
  DistroRelease: Ubuntu 10.04
  DkmsStatus: Error: [Errno 2] No such file or directory
  ExecutablePath: /usr/bin/netbook-launcher
  GConfNonDefault:
   /apps/netbook-launcher/disable_single_instance=false
   /apps/netbook-launcher/force_low_graphics=false
  LiveMediaBuild: Ubuntu-Netbook 10.04 "Lucid Lynx" - Alpha i386 (20100224.3)
  MachineType: VIA Technologies, Inc. VT8623-8235
  Package: netbook-launcher 1:2.1.13-0ubuntu1
  ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/hostname-netbook.seed boot=casper initrd=/casper/initrd.lz 
quiet splash -- debian-installer/language=de console-setup/layoutcode?=de
  ProcCmdline: netbook-launcher --show-favorites
  ProcEnviron:
   LANG=de_DE.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
  RelatedPackageVersions:
   xserver-xorg 1:7.5+1ubuntu8
   libgl1-mesa-glx 7.7-3ubuntu1
   libdrm2 2.4.18-1ubuntu2
   xserver-xorg-video-intel 2:2.9.1-1ubuntu6
  Signal: 6
  SourcePackage: netbook-launcher
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/tls/i686/cmov/libc.so.6
   abort () from /lib/tls/i686/cmov/libc.so.6
   __assert_fail () from /lib/tls/i686/cmov/libc.so.6
   viaSwapOutWork () from /usr/lib/dri/unichrome_dri.so
  Title: netbook-launcher assert failure: netbook-launcher: via_tex.c:427: 
viaSwapOutWork: Assertion `sz == vmesa->total_alloc[heap]' failed.
  Uname: Linux 2.6.32-14-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 05/19/2004
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: 6.00 PG
  dmi.board.name: EPIA-M
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvr6.00PG:bd05/19/2004:svnVIATechnologies,Inc.:pnVT8623-8235:pvr:rvn:rnEPIA-M:rvr:cvn:ct3:cvr:
  dmi.product.name: VT8623-8235
  dmi.sys.vendor: VIA Technologies, Inc.
  glxinfo: Error: [Errno 2] No such file or directory
  system:
   distro: Ubuntu
   architecture:   i686kernel: 2.6.32-14-generic

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp