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 94883 - panel crash
panel crash
Status: VERIFIED INCOMPLETE
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other other
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-04 16:54 UTC by john
Modified: 2016-04-11 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
populate-initrd: support theme subfolders (3.99 KB, patch)
2016-04-11 11:48 UTC, Ray Strode [halfline]
none Details | Review

Description john 2002-10-04 17:03:24 UTC
Package: gnome-panel
Severity: normal
Version: 2.0.6
Synopsis: panel crash
Bugzilla-Product: gnome-panel
Bugzilla-Component: Panel
BugBuddy-GnomeVersion: 2.0 (2.0.3)

Description:
Description of Problem:
It just crashed

Steps to reproduce the problem:
1. 
2. 
3. 

Actual Results:


Expected Results:


How often does this happen?


Additional Information:




Debugging Information:

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

(no debugging symbols found)...(no debugging symbols found)...[New
Thread 8192 (LWP 1628)]

0x420ae169 in wait4 () from /lib/i686/libc.so.6

Thread 1 (Thread 8192 (LWP 1628))

  • #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 g_free
    from /usr/lib/libglib-2.0.so.0
  • #7 gdk_region_destroy
    from /usr/lib/libgdk-x11-2.0.so.0
  • #8 gdk_window_process_updates_internal
    from /usr/lib/libgdk-x11-2.0.so.0
  • #9 gdk_window_process_all_updates
    from /usr/lib/libgdk-x11-2.0.so.0
  • #10 gdk_window_update_idle
    from /usr/lib/libgdk-x11-2.0.so.0
  • #11 g_idle_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #12 g_main_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #14 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #16 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 main
  • #18 __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-04 13:03 -------

The original reporter (john@samuelson.name) 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, gnome-panel-maint@bugzilla.gnome.org.

Comment 1 Mark McLoughlin 2002-10-06 22:27:38 UTC
Uggh, looks like pretty random memory corruption.

What applets did you have on your panel at the time. Also, which
distribution are you using ?
Comment 2 Alex Duggan 2003-02-02 20:08:55 UTC
No Response -> Closing
Comment 3 Ray Strode [halfline] 2016-04-11 11:48:45 UTC
Created attachment 325719 [details] [review]
populate-initrd: support theme subfolders

Some themes like to keep their content in subfolders,
but plymouth-populate-initrd currently fails to copy
those subfolders over to the initrd.

This commit fixes that.
Comment 4 Ray Strode [halfline] 2016-04-11 11:49:39 UTC
Comment on attachment 325719 [details] [review]
populate-initrd: support theme subfolders

(sorry git-bz'd to wrong bug tracker)