Package: libvte9
Version: 1:0.22.1-1
Severity: normal
The attached patch fixes this crash for me.
Regards,
Matijs.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libvte9 depends on:
ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii libc6 2.9-26 GNU C Library: Shared libraries
ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra
ii libfontconfig1 2.6.0-4 generic font configuration library
ii libfreetype6 2.3.9-5 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.22.0-1 The GLib library of C routines
ii libgtk2.0-0 2.18.0-1 The GTK+ graphical user interface
ii libncurses5 5.7+20090803-2 shared libraries for terminal hand
ii libpango1.0-0 1.26.0-1 Layout and rendering of internatio
ii libvte-common 1:0.22.1-1 Terminal emulator widget for GTK+
libvte9 recommends no packages.
libvte9 suggests no packages.
-- no debconf information
--- vte-0.22.1/src/vteseq.c.orig 2009-09-26 19:10:56.000000000 +0200
+++ vte-0.22.1/src/vteseq.c 2009-09-26 19:06:35.000000000 +0200
@@ -1060,7 +1060,7 @@
rowdata = _vte_ring_index_writable (screen->row_data, i);
g_assert(rowdata != NULL);
} else {
- rowdata = _vte_terminal_ring_append (screen->row_data, FALSE);
+ rowdata = _vte_terminal_ring_append (terminal, FALSE);
}
/* Pad out the row. */
_vte_row_data_fill (rowdata, &screen->fill_defaults, terminal->column_count);