GNOME Bugzilla – Bug 402013
gnome-system-monitor crashes on help request
Last modified: 2011-11-11 10:03:55 UTC
That bug has been opened on https://launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/82070 "Binary package hint: gnome-system-monitor In Feisty, clicking Help->Contents or pressing F1 causes an assertion failure. jldugger@jldugger-tablet:~$ gnome-system-monitor ** (gnome-system-monitor:17251): WARNING **: SELinux was found but is not enabled. Gnome-ERROR **: file gnome-help.c: line 148 (gnome_help_display_with_doc_id_and_env): assertion failed: (program != NULL) aborting... Aborted (core dumped)" Debug backtrace for the crash:
+ Trace 106221
'docs' is for the contents of the documentation. Reassigning so the right people see this.
OK, it's missing gnome_program_init. libgnome just sucks. How am i suppose to get rid of it :/
I don't get it. i should re-add a gnome_program_init but that also requires bringing back libgnomeui ... the doc shows : gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, GNOME_PARAM_GOPTION_CONTEXT, option_context, GNOME_PARAM_NONE); how am i suppose to do this without bringing libgnomeui ...
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. http://svn.gnome.org/viewcvs/gnome-system-monitor?view=rev Thanks.
http://svn.gnome.org/viewcvs/gnome-system-monitor?view=rev&rev=1893