[speedy]$ git log | head commit 01d74e81fa9cfde9ba44c0eb309673038d23e478 Merge: 61097d8... b0688f3... Author: Slava Pestov Date: Mon May 11 22:05:23 2009 -0500 Merge branch 'master' of git://factorcode.org/git/factor commit 61097d86f4189c84b4e55ec4aeaff49bc1309842 Author: Slava Pestov Date: Mon May 11 22:04:54 2009 -0500 [speedy]$ git branch * master [speedy]$ ./factor Cannot open image file: /home/.urban/teledroid/build/factor/factor.image No such file or directory [speedy]$ curl http://factorcode.org/images/latest/boot.x86.32.image > boot.x86.32.image % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2377k 100 2377k 0 0 2155k 0 0:00:01 0:00:01 --:--:-- 2335k [speedy]$ ./factor -i=boot.x86.32.image You have triggered a bug in Factor. Please report. critical_error: Invalid header: b58000c0 Starting low level debugger... Basic commands: q -- continue executing Factor - NOT SAFE im -- save image to fep.image x -- exit Factor Advanced commands: d -- dump memory u -- dump object at tagged . -- print object at tagged t -- toggle output trimming s r -- dump data, retain stacks .s .r .c -- print data, retain, call stacks e -- dump environment g -- dump generations card -- print card containing address addr -- print address containing card data -- data heap dump words -- words dump tuples -- tuples dump refs -- find data heap references to object push -- push object on data stack - NOT SAFE code -- code heap dump READY