[Uim-bugs] [Bug 2471] uim-pref crashes when there's no ~/.uim.d directory
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Feb 5 07:46:33 EET 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2471
------- Additional Comments From mover at hct.zaq.ne.jp 2005-02-04 21:46 -------
Please check.
LIBUIM_VERBOSE=5 uim-pref-gtk 2>&1 | grep -10 ERROR
debian% LIBUIM_VERBOSE=5 uim-pref-gtk 2>&1 | grep -10 ERROR
(define direct-init-handler (lambda (id im arg) (let ((dc (direct-context-new id
im))) dc)))
(define direct-release-handler (lambda (dc) ()))
(define direct-key-press-handler (lambda (dc key state) (im-commit-raw dc)))
(define direct-key-release-handler (lambda (dc key state) (im-commit-raw dc)))
(define direct-reset-handler (lambda (dc) ()))
(define direct-get-candidate-handler (lambda (dc idx) ()))
(define direct-set-candidate-index-handler (lambda (dc idx) ()))
(direct-configure-widgets)
(register-im (quote direct) "*" "UTF-8" (N_ "Direct") (N_ "Pass through all user
input without any modification") () direct-init-handler direct-release-handler
context-mode-handler direct-key-press-handler direct-key-release-handler direct-
reset-handler direct-get-candidate-handler direct-set-candidate-index-handler co
ntext-prop-activate-handler)
done.
ERROR: stub IM actualization failed
*backtrace*
>>(error "stub IM actualization failed") at /usr/local/share/uim/lazy-load.scm:4
8
>>(if (not (eq? init-handler stub-im-init-handler)) (init-handler id im arg) (be
gin (error "stub IM actualization failed") ())) at /usr/local/share/uim/lazy-loa
d.scm:44
>>(handler id im arg) at /usr/local/share/uim/im.scm:236
>>(create-context 0 (quote ()) (quote direct))
zsh: segmentation fault (core dumped) LIBUIM_VERBOSE=5 uim-pref-gtk 2>& 1 |
zsh: done grep -10 ERROR
------------------------------------------------------------------
./uim-trace.sh uim-pref-gtk
(eq? (custom-type 'skk-go-right-key) 'boolean)
(eq? (custom-type 'skk-go-right-key) 'integer)
(eq? (custom-type 'skk-go-right-key) 'string)
(eq? (custom-type 'skk-go-right-key) 'pathname)
(eq? (custom-type 'skk-go-right-key) 'choice)
(eq? (custom-type 'skk-go-right-key) 'ordered-list)
(eq? (custom-type 'skk-go-right-key) 'key)
Breakpoint 3, uim_scm_eval (obj=0x409e3218) at uim-scm.c:302
(uim-get-default-im-name \"C\")
(create-context 0 '#f 'direct)
uim-plugin-lib-load-path
uim-plugin-scm-load-path
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list