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 75609 - Crashes when normal user runs su(1)
Crashes when normal user runs su(1)
Status: RESOLVED DUPLICATE of bug 75340
Product: libzvt
Classification: Deprecated
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: jacob berkman
Unknown User
: 75607 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-03-20 16:14 UTC by Duncan Mak
Modified: 2015-10-13 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Duncan Mak 2002-03-20 16:14:46 UTC
Package: gnome-terminal
Severity: normal
Version: 1.9.1
Synopsis: Crashes when normal user runs su(1)
Bugzilla-Product: gnome-terminal
Bugzilla-Component: general
BugBuddy-GnomeVersion: 2.0 (1.113.0)

Description:
Description of Problem:
gnome-terminal crashes on su from a normal user.

Steps to reproduce the problem:
1. Run su (1)
2. 
3. 

Actual Results:


Expected Results:


How often does this happen?


Additional Information:
Luis told me to get the stack trace with --sync.




Debugging Information:

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

[New Thread 1024 (LWP 1808)]
0x408e3e29 in __wait4 () from /lib/libc.so.6

Thread 1 (Thread 1024 (LWP 1808))

  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 593
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 g_logv
    at gmessages.c line 560
  • #7 g_log
    at gmessages.c line 583
  • #8 gdk_x_error
    at gdkmain-x11.c line 780
  • #9 bonobo_x_error_handler
    at bonobo-ui-main.c line 49
  • #10 _XError
    from /usr/X11R6/lib/libX11.so.6
  • #11 _XReply
    from /usr/X11R6/lib/libX11.so.6
  • #12 XSync
    from /usr/X11R6/lib/libX11.so.6
  • #13 _XSyncFunction
    from /usr/X11R6/lib/libX11.so.6
  • #14 XCopyArea
    from /usr/X11R6/lib/libX11.so.6
  • #15 _gdk_x11_copy_to_image
    at gdkimage-x11.c line 517
  • #16 _gdk_drawable_copy_to_image
    at gdkdraw.c line 746
  • #17 gdk_pixmap_copy_to_image
    at gdkpixmap.c line 473
  • #18 _gdk_drawable_copy_to_image
    at gdkdraw.c line 746
  • #19 gdk_pixbuf_get_from_drawable
    at gdkpixbuf-drawable.c line 1557
  • #20 pixbuf_from_atom
    at background.c line 93
  • #21 zvt_background_set
    at background.c line 656
  • #22 zvt_root_atom_changed
    at background.c line 498
  • #23 zvt_filter_prop_change
    at background.c line 174
  • #24 gdk_event_apply_filters
    at gdkevents-x11.c line 267
  • #25 gdk_event_translate
    at gdkevents-x11.c line 531
  • #26 _gdk_events_queue
    at gdkevents-x11.c line 1690
  • #27 gdk_event_dispatch
    at gdkevents-x11.c line 1746
  • #28 g_main_dispatch
    at gmain.c line 1617
  • #29 g_main_context_dispatch
    at gmain.c line 2161
  • #30 g_main_context_iterate
    at gmain.c line 2242
  • #31 g_main_loop_run
    at gmain.c line 2462
  • #32 gtk_main
    at gtkmain.c line 915
  • #33 main
    at terminal.c line 806
  • #34 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/libc.so.6
  • #0 __wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 593
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 <signal handler called>
  • #6 g_logv
  • #7 g_log
    at gmessages.c line 583




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-03-20 11:14 -------

Reassigning to the default owner of the component, hp@redhat.com.

Comment 1 Duncan Mak 2002-03-20 16:21:09 UTC
*** Bug 75607 has been marked as a duplicate of this bug. ***
Comment 2 Duncan Mak 2002-03-20 16:21:44 UTC
I'm running gnome-terminal with transparency on, btw.
Comment 3 Duncan Mak 2002-03-20 16:25:38 UTC
Here's the output from xterm:

<duncan@affricate: ~/ > gnome-terminal --sync

gnome-terminal (pid:1876): Gdk-ERROR **: The program 'gnome-terminal'
received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadGC (invalid GC parameter)'.
  (Details: serial 7409 error_code 13 request_code 62 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
function.)
aborting...
<duncan@affricate: ~/ > 
Comment 4 Havoc Pennington 2002-03-20 16:31:41 UTC
libzvt bug, there are several dups of this already.
Comment 5 Luis Villa 2002-03-29 20:58:16 UTC

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