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 95096 - Gnome-terminal crashes when resizing window
Gnome-terminal crashes when resizing window
Status: RESOLVED DUPLICATE of bug 94735
Product: vte
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-07 17:49 UTC by ctm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ctm 2002-10-07 17:49:50 UTC
Package: gnome-terminal
Severity: major
Version: 2.0.1
Synopsis: Gnome-terminal crashes when resizing window
Bugzilla-Product: gnome-terminal
Bugzilla-Component: general
BugBuddy-GnomeVersion: 2.0 (2.0.3)

Description:
Description of Problem:
Gnome-terminal crashes when I grow the window.  I've seen it happen
severl times since upgrading to Red Hat 8.0.  I suspect that each time
I've been running xemacs in the terminal when it crashes.

Steps to reproduce the problem:
1. Install Red Hat 8.0
2. run xemacs -nw in a gnome-terminal
3. grow the window downward (i.e. drag from the bottom of the frame to
add extra rows)

Actual Results:
gnome-terminal dies (at least sometimes; I haven't tried to figure out
if this happens all the time)

Expected Results:
Should have worked

How often does this happen?
Often enough to be annoying.  I'm not sure if it happens each time.  I
don't grow gnome-terminals very often.  I can do some more testing after
I finish this bug report, but I can't easily test it now.

Additional Information:




Debugging Information:

Backtrace was generated from '/usr/bin/gnome-terminal'

(no debugging symbols found)...[New Thread 8192 (LWP 20421)]
0x420ae169 in wait4 () from /lib/i686/libc.so.6

Thread 1 (Thread 8192 (LWP 20421))

  • #0 wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    from /lib/i686/libpthread.so.0
  • #3 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #4 __pthread_sighandler
    from /lib/i686/libpthread.so.0
  • #5 <signal handler called>
  • #6 kill
    from /lib/i686/libc.so.6
  • #7 raise
    from /lib/i686/libpthread.so.0
  • #8 abort
    from /lib/i686/libc.so.6
  • #9 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #10 g_log
    from /usr/lib/libglib-2.0.so.0
  • #11 vte_terminal_ensure_cursor
    from /usr/lib/libvte.so.2
  • #12 vte_sequence_handler_ce
    from /usr/lib/libvte.so.2
  • #13 vte_terminal_handle_sequence
    from /usr/lib/libvte.so.2
  • #14 vte_terminal_process_incoming
    from /usr/lib/libvte.so.2
  • #15 g_idle_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #18 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #19 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #20 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 main
  • #22 __libc_start_main
    from /lib/i686/libc.so.6
  • #0 wait4
    from /lib/i686/libc.so.6




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-10-07 13:49 -------

The original reporter (ctm@ardi.com) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, hp@redhat.com.

Comment 1 ctm 2002-10-07 18:08:58 UTC
My above description of how to make it crash is missing an important
detail.  If I run xemacs locally, the crash doesn't occur.  If I ssh
into a remote machine and then run "xemacs -nw", grab the bottom of
the frame for resizing and move it up and down, gnome-terminal will
crash.  This happens with xemacs-21.4.8-14 on a machine running (null)
and with xemacs-21.4.6-7 on a RH 7.3 machine.  It even happens if I
ssh back into the machine that I'm starting from.  So, the minimum way
to make it crash that I've found so far is:

1.  Install RH 8.0
2.  run gnome-terminal (Hat->System Tools->Terminal)
3.  ssh localhost
4.  xemacs -nw
5.  Grab the bottom of the frame and start moving it up and down ...

<<CRASH>>
Comment 2 Heath Harrelson 2002-10-10 09:28:51 UTC

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