gnome-system-monitor dumps core on Precise/AMD64

Asked by Greg Webber

This is a nice tool but I wanted to see if I could add a few extra features (inc. for question "160421 Would like disk activity"). I have gotten myself a launchpad account and downloaded (bzr branch lp:gnome-system-monitor) and built the binary however get this:

gsw@goat:~/bzr/gnome-system-monitor/src$ ./gnome-system-monitor
(gnome-system-monitor:25849): Gtk-CRITICAL **: gtk_widget_get_screen: assertion `GTK_IS_WIDGET (widget)' failed
(gnome-system-monitor:25849): Gdk-CRITICAL **: gdk_screen_get_rgba_visual: assertion `GDK_IS_SCREEN (screen)' failed
(gnome-system-monitor:25849): Gtk-CRITICAL **: gtk_window_set_default_size: assertion `GTK_IS_WINDOW (window)' failed
(gnome-system-monitor:25849): Gtk-CRITICAL **: gtk_window_move: assertion `GTK_IS_WINDOW (window)' failed
(gnome-system-monitor:25849): Gtk-CRITICAL **: gtk_window_add_accel_group: assertion `GTK_IS_WINDOW (window)' failed
Segmentation fault (core dumped)

I'm a complete Gnome n00b so any assistance would be helpful.

uname -a
Linux goat 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
AMD64 architecture.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-system-monitor Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; apt-cache policy gnome-system-monitor

Thanks

Revision history for this message
Greg Webber (greg-webber) said :
#2

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise

$ apt-cache policy gnome-system-monitor
gnome-system-monitor:
  Installed: 3.4.1-0ubuntu1
  Candidate: 3.4.1-0ubuntu1
  Version table:
 *** 3.4.1-0ubuntu1 0
        500 http://au.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
        100 /var/lib/dpkg/status

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Try:

sudo add-apt-repository ppa:suraia/ppa; sudo apt-get update; sudo apt-get install gnome-system-monitor ppa-purge; sudo ppa-purge ppa:suraia/ppa

Should give you version 3.5

HTH

Revision history for this message
Greg Webber (greg-webber) said :
#4

3.4.1 is what I get when I look at the about box in system monitor as invoked from the desktop (ie Dash Home).

When I go back into the bzr copy, do a make clean, run make again and re-run the executable is still get the core dump.

gsw@goat:~/bzr/gnome-system-monitor/src$ ./gnome-system-monitor
(gnome-system-monitor:5477): Gtk-CRITICAL **: gtk_widget_get_screen: assertion `GTK_IS_WIDGET (widget)' failed
(gnome-system-monitor:5477): Gdk-CRITICAL **: gdk_screen_get_rgba_visual: assertion `GDK_IS_SCREEN (screen)' failed
(gnome-system-monitor:5477): Gtk-CRITICAL **: gtk_window_set_default_size: assertion `GTK_IS_WINDOW (window)' failed
(gnome-system-monitor:5477): Gtk-CRITICAL **: gtk_window_move: assertion `GTK_IS_WINDOW (window)' failed
(gnome-system-monitor:5477): Gtk-CRITICAL **: gtk_window_add_accel_group: assertion `GTK_IS_WINDOW (window)' failed
Segmentation fault (core dumped)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

I suggest you report a bug

Revision history for this message
Greg Webber (greg-webber) said :
#6

Opened new Bug #1037427. Should have used 'Create bug report' however missed that.

Can you help with this problem?

Provide an answer of your own, or ask Greg Webber for more information if necessary.

To post a message you must log in.