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 317273 - gnome-terminal crash upon resizing full-screen text formatting programs (less, pine)
gnome-terminal crash upon resizing full-screen text formatting programs (less...
Status: RESOLVED DUPLICATE of bug 94509
Product: gnome-terminal
Classification: Core
Component: general
2.0.x
Other All
: High critical
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-26 20:20 UTC by Ming Pan
Modified: 2005-09-26 20:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Ming Pan 2005-09-26 20:20:35 UTC
Steps to reproduce:
1. Open gnome-terminal
2. SSH to another Linux machine
3. Shrink the terminal window width (to create wrapped lines later)
4. View an arbitrary text file using "less", where you see wrapped lines
5. Resize the terminal window to expand the wrapped lines, then it crashes


Stack trace:
  • #0 kill
    from /lib/i686/libc.so.6
  • #1 raise
    from /lib/i686/libpthread.so.0
  • #2 raise
    from /lib/i686/libc.so.6
  • #3 abort
    from /lib/i686/libc.so.6
  • #4 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #5 g_log
    from /usr/lib/libglib-2.0.so.0
  • #6 vte_terminal_ensure_cursor
    from /usr/lib/libvte.so.2
  • #7 vte_sequence_handler_ce
    from /usr/lib/libvte.so.2
  • #8 vte_terminal_handle_sequence
    from /usr/lib/libvte.so.2
  • #9 vte_terminal_process_incoming
    from /usr/lib/libvte.so.2
  • #10 g_idle_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #11 g_main_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #12 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #14 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #15 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 main
  • #17 __libc_start_main
    from /lib/i686/libc.so.6


Other information:
Always easy to repeat the crash if you ssh to another machine. It's harder to
repeat but possible to repeat it when you don't ssh to another machine and use
"less" locally. Using "pine" also crashes it, but "vi" does not.
Comment 1 Olav Vitters 2005-09-26 20:33:19 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

Your gnome-terminal and vte are so old that 'ancient' would be a compliment.
Please upgrade to something recent, like GNOME 2.12.

*** This bug has been marked as a duplicate of 94509 ***