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 75340 - Crashed after changing desktop background color
Crashed after changing desktop background color
Status: RESOLVED FIXED
Product: libzvt
Classification: Deprecated
Component: general
unspecified
Other other
: High critical
: ---
Assigned To: jacob berkman
Unknown User
: 75490 75609 76708 77228 77475 78142 78424 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-03-18 22:53 UTC by Ettore Perazzoli
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Ettore Perazzoli 2002-03-18 22:54:40 UTC
Package: gnome-terminal
Severity: normal
Version: 1.9.1
Synopsis: Crashed after changing desktop background color
Bugzilla-Product: gnome-terminal
Bugzilla-Component: general
BugBuddy-GnomeVersion: 2.0 (1.112.1)

Description:
I got this crash by just running the background properties capplet, and
then turning the "Use a picture for the background" checkbox off.

I was using transparent background in gnome-terminal, and it crashed as
soon as the color of the desktop changed.



Debugging Information:

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

Thread 1 (Thread 1024 (LWP 1865))

  • #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 _gdk_x11_copy_to_image
    at gdkimage-x11.c line 519
  • #14 _gdk_drawable_copy_to_image
    at gdkdraw.c line 746
  • #15 gdk_pixmap_copy_to_image
    at gdkpixmap.c line 473
  • #16 _gdk_drawable_copy_to_image
    at gdkdraw.c line 746
  • #17 gdk_pixbuf_get_from_drawable
    at gdkpixbuf-drawable.c line 1557
  • #18 pixbuf_from_atom
    at background.c line 93
  • #19 zvt_background_set
    at background.c line 656
  • #20 zvt_root_atom_changed
    at background.c line 498
  • #21 zvt_filter_prop_change
    at background.c line 174
  • #22 gdk_event_apply_filters
    at gdkevents-x11.c line 267
  • #23 gdk_event_translate
    at gdkevents-x11.c line 531
  • #24 _gdk_events_queue
    at gdkevents-x11.c line 1690
  • #25 gdk_event_dispatch
    at gdkevents-x11.c line 1746
  • #26 g_main_dispatch
    at gmain.c line 1617
  • #27 g_main_context_dispatch
    at gmain.c line 2161
  • #28 g_main_context_iterate
    at gmain.c line 2242
  • #29 g_main_loop_run
    at gmain.c line 2462
  • #30 gtk_main
    at gtkmain.c line 915
  • #31 main
    at terminal.c line 806
  • #32 __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-18 17:54 -------

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

Comment 1 Havoc Pennington 2002-03-18 23:36:46 UTC
must... get... libzvt... maintainer....
Comment 2 Luis Villa 2002-03-29 20:57:34 UTC
*** Bug 75490 has been marked as a duplicate of this bug. ***
Comment 3 Luis Villa 2002-03-29 20:58:15 UTC
*** Bug 75609 has been marked as a duplicate of this bug. ***
Comment 4 Heath Harrelson 2002-04-09 02:00:55 UTC
*** Bug 78142 has been marked as a duplicate of this bug. ***
Comment 5 Heath Harrelson 2002-04-09 02:02:12 UTC
*** Bug 78142 has been marked as a duplicate of this bug. ***
Comment 6 Heath Harrelson 2002-04-09 02:03:27 UTC
*** Bug 77475 has been marked as a duplicate of this bug. ***
Comment 7 Heath Harrelson 2002-04-09 02:04:19 UTC
*** Bug 77228 has been marked as a duplicate of this bug. ***
Comment 8 Heath Harrelson 2002-04-11 18:50:26 UTC
*** Bug 78424 has been marked as a duplicate of this bug. ***
Comment 9 Havoc Pennington 2002-04-14 01:40:54 UTC
2002-04-13  Havoc Pennington  <hp@pobox.com>

	* background.c (pixmap_from_atom): add a gdk_flush() before the
	error trap pop
	(pixbuf_from_atom): put an error trap around the
	get_from_drawable, probably fixes #75340 but I could 
	never reproduce #75340 so it's hard to know.
Comment 10 Luis Villa 2002-04-15 15:07:33 UTC
Heath: when you reproduced his, how recent was your build? 
Comment 11 Heath Harrelson 2002-04-15 15:52:21 UTC
Crash was with a build from April 10.
Comment 12 Luis Villa 2002-04-15 15:58:07 UTC
OK, so possible it's fixed still :) I'm going to mark it fixed, in
fact, until we see another trace from post-4/13.
Comment 13 Luis Villa 2002-05-09 15:53:33 UTC
*** Bug 76708 has been marked as a duplicate of this bug. ***
Comment 14 Ben FrantzDale 2002-07-25 17:47:35 UTC
*** Bug 89049 has been marked as a duplicate of this bug. ***