Hi Jon,

This problem is fixed the latest git tree. There will be binaries as
soon as a few unrelated test failures are fixed.

Slava

On Tue, Dec 16, 2008 at 1:52 AM, Jon Kleiser <[email protected]> wrote:
> Hi Slava,
>
> I've now downloaded the latest PPC Mac version (2008-12-15-08-18),
> but that one also quits immediately. Here's a copy from my terminal
> when I follow your instructions:
>
> -------------------
> ...$ ./Factor.app/Contents/MacOS/factor -run=listener
> ( scratchpad ) ui
> 1: ui
>      ^
> Word not found in current vocabulary search path
> "name" "ui"
>
> The following restarts are available:
>
> :1    Use the ui vocabulary
> :2    Defer word in current vocabulary
>
> Type :help for debugging help.
> ( scratchpad ) :c
> [ swap >c call -> c> drop ]
> [
>     (command-line) parse-command-line
>     load-vocab-roots run-user-init "e" get [ eval ] when*
>     ignore-cli-args? not script get and
>     [ run-script ] [ "run" get run ] if* -> output-stream get
>     [ stream-flush ] when* 0 exit
> ]
> [ H{ } clone >n call -> ndrop ]
> [ listen -> until-quit ]
> [ swap >c call -> c> drop ]
> [ read-quot -> [ ~quotation~ recover ] [ bye ] if* ]
> [
>     over push dup read-quot-step -> dup
>     [ 2nip ] [ drop read-quot-loop ] if
> ]
> [ swap >c call -> c> drop ]
> [ [ parse-lines in get ] with-compilation-unit -> in set ]
> [ H{ } clone >n call -> ndrop ]
> [ [ compose ~quotation~ curry recover ] [ drop ] 2bi -> call ]
> [ [ 2keep ] dip -> call ]
> [ [ call ] 2dip -> ]
> [ swap >c call -> c> drop ]
> [ parse-lines -> in get ]
> [ swap >c call -> c> drop ]
> [ f parse-until -> >quotation ]
> [ [ parse-step ] keep -> swap [ (parse-until) ] [ drop ] if ]
> [ [ call ] dip -> ]
> [
>     scan-word ->
>     { ~array~ ~array~ ~array~ ~array~ ~quotation~ } cond
> ]
> no-word
> throw-restarts
> throw
> [
>     63 getenv error-thread set-global
>     continuation -> error-continuation set-global rethrow
> ]
> ( scratchpad ) :s
> T{ decoder f ~input-port~ utf8 f }
> V{ "ui" }
> V{ }
> f
> T{ condition f ~no-word-error~ ~array~ ~continuation~ }
> ( scratchpad )
> -------------------
>
> If I type :1 after the "ui", I get the UI up, but then :c and :s only
> give me "unknown command".
>
> (The Intel version seemed OK, except maybe still a little "shy".)
>
> /Jon
>
>
>>Hi Jon,
>>
>>Try this:
>>
>>- Open a terminal
>>
>>- Run the listener from the bundle:
>>
>>Factor.app/Contents/MacOS/factor -run=listener
>>
>>- In the listener, type 'ui'
>>
>>You'll see the same error. Type :c and :s and post the output in an
>>e-mail here.
>>
>>Slava
>>
>>On Mon, Dec 15, 2008 at 8:53 AM, Jon Kleiser <[email protected]> wrote:
>>>  Hi Slava,
>>>
>>>  When I try to launch the brand new
>>>  (2008-12-15-04-44) Factor.app on my PPC Mac, it
>>>  immediately quits. In my Console I see this:
>>>
>>>  15-12-08 3:46:51 PM
>>>  [0x0-0x19019].org.factorcode.Factor[183] Memory
>>>  protection fault at address 0
>>>  15-12-08 3:46:51 PM com.apple.launchd[102]
>>>  ([0x0-0x19019].org.factorcode.Factor[183]) Exited
>>>  with exit code: 1
>>>
>>  > (I'll try the Intel version a little later.)
>>>
>>  > /Jon
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to