Bug 162313 - Rgnome crashes on execution
Summary: Rgnome crashes on execution
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: R-gnomeGUI
Version: 4
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-07-02 09:49 UTC by Peter Sinclair
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-07-02 13:01:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
stderr output on running Rgnome (21.62 KB, text/plain)
2005-07-02 09:52 UTC, Peter Sinclair
no flags Details
output of env command (1.46 KB, text/plain)
2005-07-02 09:53 UTC, Peter Sinclair
no flags Details

Description Peter Sinclair 2005-07-02 09:49:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
Immediate crash upon executing /usr/lib/R/bin/exec/Rgnome with lots of GLib and Gtk errors as below. R working OK, R-gnomeGUI installed via yum following install of R on a cleanly installed FC4 system.

See attached error output and env listing.


Version-Release number of selected component (if applicable):
R-gnomeGUI-2.1.0-4

How reproducible:
Always

Steps to Reproduce:
1. type /usr/lib/R/bin/exec/Rgnome at shell prompt as normal user.
2.
3.
  

Actual Results:  *** First lines of error file *****

GLib-CRITICAL **: file ghash.c: line 138 (g_hash_table_lookup): assertion `hash_table != NULL' failed.

Gtk-WARNING **: gtk_type_create(): unknown parent type `21'.

GLib-CRITICAL **: file ghash.c: line 138 (g_hash_table_lookup): assertion `hash_table != NULL' failed.





Additional info:

Comment 1 Peter Sinclair 2005-07-02 09:52:47 UTC
Created attachment 116275 [details]
stderr output on running Rgnome

Comment 2 Peter Sinclair 2005-07-02 09:53:53 UTC
Created attachment 116276 [details]
output of env command

Comment 3 Tom "spot" Callaway 2005-07-02 13:01:17 UTC
Rgnome is not terribly bright. If there is no R_HOME value set, it will segfault
and crash. The resolution is to set R_HOME correctly:

R_HOME=/usr/lib/R /usr/lib/R/bin/exec/Rgnome

(or just globally set it with: export R_HOME=/usr/lib/R )

When I get a little more time, I'll try to fix it to behave a little more
sanely, but this should get it functioning for you.


Note You need to log in before you can comment on or make changes to this bug.