From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; .NET CLR 1.1.4322) Description of problem: i can't run gok. when i do so from a command prompt, i get the following: 3 event types available login mode = false Word prediction dictionary contains a total of 3000 words Segmentation fault a small window is drawn briefly sometime before the segfault. i'm using FC2, test 1, fully up2dated, and then updated manually with openssl, openssl-devel and switchdesk (which don't seem to come down by up2date...) any thoughts? [n] Version-Release number of selected component (if applicable): 0.9.9-1 How reproducible: Always Steps to Reproduce: 1. Install FC2T1, clean 2. Update all packages 3. run gok Actual Results: gok segfaults during starup. Expected Results: gok should run. Additional info: (as above) gok's output: 3 event types available login mode = false Word prediction dictionary contains a total of 3000 words Segmentation fault
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.