Hello,

I've just started learning factor and bumped right into problem with
UI: most of attempts to run ./factor with ui produces the following
error:

Error in thread 16 (UI update, [ self ui-thread set-global update-ui-loop ]):

Memory protection fault at address 7ff0d7f4e32a

(U) Quotation: [ set-namestack init-catchstack self quot>> call -> stop ]
(O) Word: update-ui-loop
(O) Word: update-ui
(O) Word: notify-queued
(O) Method: M\ world graft*
(O) Method: M\ x11-ui-backend (open-window)
(O) Word: gadget-window
(O) Word: create-xic
(O) Word: XCreateIC
(U) Quotation: [
        63 special-object error-thread set-global
        continuation -> error-continuation set-global
        [ original-error set-global ] [ rethrow ] bi
    ]

The error sometimes occur upon starting factor, sometimes it occus
upon UI trying to open a new window, and possibly the same error
sometimes occurs in process of drawing listener but in the latter case
nothing is printed on the console.

I built factor from sources using build-support/factor.sh update,
using branch clean-linux-x86-64.

I'm using X11 with SCIM XIM. I've tried running in X11 without SCIM
(within another account on a system) and the error occurs much less
frequently, but it still does occur.

I'm not familiar with XIM programming, and I have yet no understanding
of how factor vm works, so any hints on how to debug the problem are
welcome. Or if anyone can suggest a way to disabling xim in factor,
that would be great too. (I actually don't see much sense in
programming environment using XIM).

Cheers,
-- Danya.

------------------------------------------------------------------------------

_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to