GNOME Bugzilla – Bug 412562
Crash in vte_terminal_match_hilite_update
Last modified: 2007-02-27 13:01:58 UTC
--- stack trace ---
+ Trace 114268
Thread 1 (process 11963)
(gdb) print attr $1 = (struct _VteCharAttributes *) 0xffffffe800e5c9a0 (gdb) print attr->row Cannot access memory at address 0xffffffe800e5c9a0 (gdb) print terminal->pvt->match_attributes $2 = (GArray *) 0xde1960 (gdb) print start $3 = -2147483546
r1769: 2007-02-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 412562 – Crash in vte_terminal_match_hilite_update * src/vte.c (vte_terminal_match_check_internal), (vte_terminal_process_incoming), (_vte_terminal_feed_chunks), (vte_terminal_paste_cb), (vte_terminal_match_hilite_update), (vte_terminal_copy_cb): Fixup a few 64bit-isms, notably format strings and an undesired unsigned integer promotion causing this crash.
Thanks a lot Chris.