Bug 162313
Summary: | Rgnome crashes on execution | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Sinclair <peter> | ||||||
Component: | R-gnomeGUI | Assignee: | Tom "spot" Callaway <tcallawa> | ||||||
Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i386 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2005-07-02 13:01:17 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Peter Sinclair
2005-07-02 09:49:57 UTC
Created attachment 116275 [details]
stderr output on running Rgnome
Created attachment 116276 [details]
output of env command
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. |