GNOME Bugzilla – Bug 409241
gnome-terminal crashed with SIGSEGV in vte_terminal_draw_graphic()
Last modified: 2007-02-19 09:53:06 UTC
That bug has been described on https://launchpad.net/bugs/85956 "Binary package hint: gnome-terminal Steps that seem to cause it 1. Open gnome-terminal 2. Run aptitude 3. Go to Mouse Preferences 4. Enable Locate Pointer function 5. Move pointer over gnome-terminal window 6. Press CTRL+T to open an aptitude menu 7. Press CTRL key ... Package: gnome-terminal 2.17.91-0ubuntu1 ... libvte9 1:0.15.3-0ubuntu2 ... " Debug backtrace for the crash:
+ Trace 111733
2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> Bug 409241 – gnome-terminal crashed with SIGSEGV in vte_terminal_draw_graphic() * src/vte.c: (vte_terminal_paint): Lookup fore/back colours before attempting to draw the graphic character behind the unfocused cursor.
Created attachment 82871 [details] [review] Lookup fore/back before drawing the graphic. And the commit as an attachment for convenience.