After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597604 - gnome-terminal assert failure: Vte:ERROR:/build/buildd/vte-0.22.0/./src/ring.c:530:_vte_ring_remove: assertion failed: (_vte_ring_contains (ring, position))
gnome-terminal assert failure: Vte:ERROR:/build/buildd/vte-0.22.0/./src/ring....
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.22.x
Other Linux
: Normal critical
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-06 20:18 UTC by Pedro Villavicencio
Modified: 2009-10-27 15:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Pedro Villavicencio 2009-10-06 20:18:25 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/vte/+bug/439676

"I was starting aptitude as root and had maximized the terminal window"

".

Comment 1 Behdad Esfahbod 2009-10-06 21:15:23 UTC
Thanks Pedro.  Do we have the exact vte version?
Comment 2 Pedro Villavicencio 2009-10-07 12:42:39 UTC
Hello Behdad!, the vte version is: 0.22.2-0ubuntu2
Comment 3 Christian Persch 2009-10-18 19:48:17 UTC
Are you sure? The assertion message itself says 0.22.0, and the ubuntu bug linked to also says 0.22.0-0u1.
Comment 4 Behdad Esfahbod 2009-10-22 21:10:02 UTC
Yeah, looks like a 0.22.0 bug to me too.  Lets close for now.
Comment 5 Pedro Villavicencio 2009-10-26 18:24:22 UTC
yes i'm sure, latest duplicate is on 0.22.2 https://bugs.edge.launchpad.net/ubuntu/+source/vte/+bug/458117 and https://bugs.edge.launchpad.net/ubuntu/+source/gnome-terminal/+bug/454367 is on 0.22.2 as well
Comment 6 Behdad Esfahbod 2009-10-26 23:39:32 UTC
Reproduced, thanks.
Comment 7 Behdad Esfahbod 2009-10-26 23:56:20 UTC
commit a91d1adf8cbc3bf9755d1c211f490366ac47782c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Oct 26 19:54:28 2009 -0400

    Handle out-of-history remove's gracefully
    
    They happen at times of resizing the terminal, etc.
    
    Bug 597604 - gnome-terminal assert failure:
    Vte:ERROR:/build/buildd/vte-0.22.0/./src/ring.c:530:_vte_ring_remove:
    assertion failed: (_vte_ring_contains (ring, position))
Comment 8 Pedro Villavicencio 2009-10-27 15:54:09 UTC
Thanks Behdad!.