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 107045 - nnome-terminal crash when resizing an open less view.
nnome-terminal crash when resizing an open less view.
Status: RESOLVED DUPLICATE of bug 94509
Product: gnome-terminal
Classification: Core
Component: general
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: Havoc Pennington
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-25 16:15 UTC by caruso
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description caruso 2003-02-25 16:15:48 UTC
I simply read a file with less, without exit from less, start to resize the
window of gnome-terminal, use the handle in the bottom left of the window,
and drag around. The program crashed, the alert window popup signaling the
problem, it say "fatal error". The bug is reproducible, at least in my
environment, since bugbuddy is not installed on my system I cannot send
detailed info.

Bye.
Comment 1 caruso 2003-02-25 16:20:24 UTC
I make this with gdb

Starting program: /usr/bin/gnome-terminal 
[New Thread 8192 (LWP 16067)]

** ERROR **: NULL at 705(->5) delta 706, length 49, max 50 next 755 at
2376

aborting...

Program received signal SIGABRT, Aborted.

Thread 8192 (LWP 16067)

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

I hope it could be usefull...
Comment 2 John Fleck 2003-02-26 02:11:34 UTC

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