[Desktop-packages] [Bug 1042414] Re: gnome-panel crashes

2014-08-24 Thread Christopher M. Penalver
Robert Ristroph, thank you for reporting this and helping make Ubuntu better. 
However, your crash report is missing. Please follow these instructions to have 
apport report a new bug about your crash that can be dealt with by the 
automatic retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo apt-get -y install gnome-panel-dbg  sudo service apport start 
force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your 
/var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 
'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is 
the crash you would like to report. If you get an error that you aren't allowed 
to access this report you will have to file it with 'sudo ubuntu-bug 
/var/crash/_my_crash_report.crash'. If you run the command against the crash 
report and a window pops up asking you to report this, but then never opens a 
new report, you would be affected by 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/994921 . In order to 
WORKAROUND this, one would need to open the following file via a command line:
gksudo gedit /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently.

Please do not attach your crash report manually to this report and
reopen it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Changed in: gnome-panel (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1042414

Title:
  gnome-panel crashes

Status in “gnome-panel” package in Ubuntu:
  Invalid

Bug description:
  Gnome-panel will crash with a sigsev fairly regularly for me - usually
  it is when launching a new window or switching desktops, but it
  happens within about 20 min of normal use.

  In an xterm or console window I can re-launch it from the command
  line.  This means that I have been able to collect core dumps,
  retrieve the stacktrace from gdb, and collect the system call log by
  launching it with strace -o.

  I could build it from source with debug symbols, or try other
  experiments if that could help with this.

  I have pasted the last bits of an strace log and core dump stack
  below.

  rgr@rgr-thinkpad-fourkitchens:~$ gdb /usr/bin/gnome-panel 
  GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as x86_64-linux-gnu.
  For bug reporting instructions, please see:
  http://bugs.launchpad.net/gdb-linaro/...
  Reading symbols from /usr/bin/gnome-panel...(no debugging symbols 
found)...done.
  (gdb) core Projects/gnome-panel/core.
  core.1  core.2  core.3  core.4  
  (gdb) core Projects/gnome-panel/core.4
  [New LWP 29771]
  [New LWP 30722]
  [New LWP 29772]
  [New LWP 29774]
  [New LWP 30723]
  warning: Can't read pathname for load map: Input/output error.
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  Core was generated by `gnome-panel'.
  Program terminated with signal 8, Arithmetic exception.
  #0  0x7f93b2060a70 in ?? () from /usr/lib/libwnck-3.so.0
  (gdb) info stack
  #0  0x7f93b2060a70 in ?? () from /usr/lib/libwnck-3.so.0
  #1  0x7f93c1995c1b in g_closure_invoke ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #2  0x7f93c19a7179 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #3  0x7f93c19af099 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #4  0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #5  0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #6  0x7f93c325baa5 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #7  0x7f93b228ad1d in ?? () from /usr/lib/libpanel-applet-4.so.0
  #8  0x7f93c1995c1b in g_closure_invoke ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #9  0x7f93c19a7179 in ?? () from 

[Desktop-packages] [Bug 1042414] Re: gnome-panel crashes

2012-08-28 Thread Robert Ristroph
Instead of having to click around and wait for gnome-panel to eventually
crash, I now have a repeatable way to crash it immediately, on the first
try every time - If I try to launch the Chromium web browser from the
Applications - Internet menu, it crashes immediately.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1042414

Title:
  gnome-panel crashes

Status in “gnome-panel” package in Ubuntu:
  New

Bug description:
  Gnome-panel will crash with a sigsev fairly regularly for me - usually
  it is when launching a new window or switching desktops, but it
  happens within about 20 min of normal use.

  In an xterm or console window I can re-launch it from the command
  line.  This means that I have been able to collect core dumps,
  retrieve the stacktrace from gdb, and collect the system call log by
  launching it with strace -o.

  I could build it from source with debug symbols, or try other
  experiments if that could help with this.

  I have pasted the last bits of an strace log and core dump stack
  below.

  rgr@rgr-thinkpad-fourkitchens:~$ gdb /usr/bin/gnome-panel 
  GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as x86_64-linux-gnu.
  For bug reporting instructions, please see:
  http://bugs.launchpad.net/gdb-linaro/...
  Reading symbols from /usr/bin/gnome-panel...(no debugging symbols 
found)...done.
  (gdb) core Projects/gnome-panel/core.
  core.1  core.2  core.3  core.4  
  (gdb) core Projects/gnome-panel/core.4
  [New LWP 29771]
  [New LWP 30722]
  [New LWP 29772]
  [New LWP 29774]
  [New LWP 30723]
  warning: Can't read pathname for load map: Input/output error.
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  Core was generated by `gnome-panel'.
  Program terminated with signal 8, Arithmetic exception.
  #0  0x7f93b2060a70 in ?? () from /usr/lib/libwnck-3.so.0
  (gdb) info stack
  #0  0x7f93b2060a70 in ?? () from /usr/lib/libwnck-3.so.0
  #1  0x7f93c1995c1b in g_closure_invoke ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #2  0x7f93c19a7179 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #3  0x7f93c19af099 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #4  0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #5  0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #6  0x7f93c325baa5 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #7  0x7f93b228ad1d in ?? () from /usr/lib/libpanel-applet-4.so.0
  #8  0x7f93c1995c1b in g_closure_invoke ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #9  0x7f93c19a7179 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #10 0x7f93c19af099 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #11 0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #12 0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #13 0x7f93c341f86d in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #14 0x7f93c1998fcd in g_cclosure_marshal_VOID__BOXEDv ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #15 0x7f93c1995e3c in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #16 0x7f93c19ae741 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #17 0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #18 0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #19 0x7f93c3421aab in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #20 0x7f93c1998fcd in g_cclosure_marshal_VOID__BOXEDv ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #21 0x7f93c1995e3c in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #22 0x7f93c19ae741 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #23 0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #24 0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #25 0x7f93c325baa5 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #26 0x7f93c1998fcd in g_cclosure_marshal_VOID__BOXEDv ()
  ---Type return to continue, or q return to quit---q
   from 

[Desktop-packages] [Bug 1042414] Re: gnome-panel crashes

2012-08-27 Thread Robert Ristroph
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1042414

Title:
  gnome-panel crashes

Status in “gnome-panel” package in Ubuntu:
  New

Bug description:
  Gnome-panel will crash with a sigsev fairly regularly for me - usually
  it is when launching a new window or switching desktops, but it
  happens within about 20 min of normal use.

  In an xterm or console window I can re-launch it from the command
  line.  This means that I have been able to collect core dumps,
  retrieve the stacktrace from gdb, and collect the system call log by
  launching it with strace -o.

  I could build it from source with debug symbols, or try other
  experiments if that could help with this.

  I have pasted the last bits of an strace log and core dump stack
  below.

  rgr@rgr-thinkpad-fourkitchens:~$ gdb /usr/bin/gnome-panel 
  GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  Copyright (C) 2012 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type show copying
  and show warranty for details.
  This GDB was configured as x86_64-linux-gnu.
  For bug reporting instructions, please see:
  http://bugs.launchpad.net/gdb-linaro/...
  Reading symbols from /usr/bin/gnome-panel...(no debugging symbols 
found)...done.
  (gdb) core Projects/gnome-panel/core.
  core.1  core.2  core.3  core.4  
  (gdb) core Projects/gnome-panel/core.4
  [New LWP 29771]
  [New LWP 30722]
  [New LWP 29772]
  [New LWP 29774]
  [New LWP 30723]
  warning: Can't read pathname for load map: Input/output error.
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  Core was generated by `gnome-panel'.
  Program terminated with signal 8, Arithmetic exception.
  #0  0x7f93b2060a70 in ?? () from /usr/lib/libwnck-3.so.0
  (gdb) info stack
  #0  0x7f93b2060a70 in ?? () from /usr/lib/libwnck-3.so.0
  #1  0x7f93c1995c1b in g_closure_invoke ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #2  0x7f93c19a7179 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #3  0x7f93c19af099 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #4  0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #5  0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #6  0x7f93c325baa5 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #7  0x7f93b228ad1d in ?? () from /usr/lib/libpanel-applet-4.so.0
  #8  0x7f93c1995c1b in g_closure_invoke ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #9  0x7f93c19a7179 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #10 0x7f93c19af099 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #11 0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #12 0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #13 0x7f93c341f86d in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #14 0x7f93c1998fcd in g_cclosure_marshal_VOID__BOXEDv ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #15 0x7f93c1995e3c in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #16 0x7f93c19ae741 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #17 0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #18 0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #19 0x7f93c3421aab in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #20 0x7f93c1998fcd in g_cclosure_marshal_VOID__BOXEDv ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #21 0x7f93c1995e3c in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #22 0x7f93c19ae741 in g_signal_emit_valist ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #23 0x7f93c19af242 in g_signal_emit ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #24 0x7f93c33f2219 in gtk_widget_size_allocate ()
 from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #25 0x7f93c325baa5 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  #26 0x7f93c1998fcd in g_cclosure_marshal_VOID__BOXEDv ()
  ---Type return to continue, or q return to quit---q
   from /usr/lib/x86_64-linux-gnu/Quit
  (gdb) info stack
  #0  0x7f93b2060a70 in ?? () from /usr/lib/libwnck-3.so.0
  #1  0x7f93c1995c1b in g_closure_invoke ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #2  0x7f93c19a7179 in ?? () from