Bug 117932
Summary: | gok segfaults on startup | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | neil v. patel <enigmystic> |
Component: | gok | Assignee: | Jonathan Blandford <jrb> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | ddumas |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | athlon | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 19:01:54 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: | |||
Bug Depends On: | |||
Bug Blocks: | 114961 |
Description
neil v. patel
2004-03-10 07:16:11 UTC
This has been fixed in 0.10.x -- please confirm. ftp://ftp.gnome.org/pub/GNOME/sources/gok/0.10/ well, the segfault is gone in 0.9.11 -- now it just says it "can't read any keyboards". will update to 0.10 (i guess this isn't in rawhide yet?). I think this bug can be closed as the remaining bad behaviour is due to: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=118504 IMO agreed. This might just be the case: nils@gibraltar:~> strace -e open -o /tmp/gok.out gok nils@gibraltar:~> grep build /tmp/gok.out open("/usr/src/build/386228-i386/install/usr/share/gok/en_US.UTF-8", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) open("/usr/src/build/386228-i386/install/usr/share/gok/en_US", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) open("/usr/src/build/386228-i386/install/usr/share/gok/en.UTF-8", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) open("/usr/src/build/386228-i386/install/usr/share/gok/en", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) open("/usr/src/build/386228-i386/install/usr/share/gok/C", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) open("/usr/src/build/386228-i386/install/usr/share/gok", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory) *** This bug has been marked as a duplicate of 118504 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |