Hello list,

I have managed to get my Factor built, and now I'm clicking 
through the documentation (mmmm, documentation). But when I 
minimised Factor, I found an error box saying:

An error occurred while drawing the world T{ world ~track~ t 
f f "Factor workspace" ~model~ ~hashtable~....
This world has been deactivated to prevent cascading errors.
The wait operation timed out.

Clicking the Traceback button, I can see:

The call stack:

[ call -> stop ]
[
     ui-notify-flag get lower-flag [ update-ui ] ui-try
     -> update-ui-loop
]
[ swap >c call -> c> drop ]
[
     >r datastack r>
     swap slip ->
     >r datastack r>
     2dup [ length ] compare sgn {
         { -1 [ trim-datastacks nip relative-underflow ] }
         { 0 [ 2drop ] }
         { 1 [ trim-datastacks drop relative-overflow ] }
     } case
]
[ >r call -> r> ]
[ iterate-step -> iterate-next (each-integer) ]
[ swap >r 2dup 2slip -> r> swap ]
[ >r >r call -> r> r> ]
[ >r associate >n r> call -> ndrop ]
[ swap >c call -> c> drop ]
(draw-world)
(win32-error)
throw
[
     self error-thread set-global
     continuation -> error-continuation set-global rethrow
]

The data stack:

258
"The wait operation timed out."

And the Retain stack:

258
"The wait operation timed out."

My Factor was built under Cygwin using GCC 3.4.4 on Windows 
XP SP2. I hope this is of some use.

Cheers,

John :^P
-- 
John Pallister
[EMAIL PROTECTED]


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to