Hi Slava,

I'm getting the following when I attempt to boot from the latest source:

[EMAIL PROTECTED]:~/src/repos/Factor$ ./f -i=boot.image.pentium4
You have triggered a bug in Factor. Please report.
early_error: { f 3 0 { f } }
Starting low level debugger...
  Basic commands:
q                -- continue executing Factor - NOT SAFE
im               -- save image to fep.image
x                -- exit Factor
  Advanced commands:
d <addr> <count> -- dump memory
u <addr>         -- dump object at tagged <addr>
. <addr>         -- print object at tagged <addr>
s r              -- dump data, retain stacks
.s .r .c         -- print data, retain, call stacks
i                -- dump interpreter state
e                -- dump environment
g                -- dump generations
card <addr>      -- print card containing address
addr <card>      -- print address containing card
code             -- code heap dump
READY

Any ideas why this could be?

Cheers,
Paul.

On 2/5/07, Slava Pestov <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Instead of using the first command line parameter as the image name
> (if it is specified), Factor in darcs has been changed to respect an -
> i= switch.
>
> ./f foo.factor -- load factor.image and run foo.factor
> ./f boot.image.ppc -- load factor.image and try to run boot.image.ppc
> as source - not what you want
> ./ -i=boot.image.ppc -- load boot.image.ppc
>
> More significantly, the data heap now grows automatically to satisfy
> allocation requests, if GC does not free up enough memory. This means
> Factor will only die when you run out of virtual address space.
>
> Slava
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to