Okay. This time the UI builds and runs, but it still crashes on Factor ->
Run Factor Source...
I was able to run .s .r .c, but I can't make anything of Factor's debug
output.
$ make
...
$ build-support/factor.sh update
...
$ Factor.app/Contents/MacOS/factor
The die word was called by the library. Unless you called it yourself,
you have triggered a bug in Factor. Please report.
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>
t -- toggle output trimming
s r -- dump data, retain stacks
.s .r .c -- print data, retain, call stacks
e -- dump environment
g -- dump generations
data -- data heap dump
words -- words dump
tuples -- tuples dump
refs <addr> -- find data heap references to object
push <addr> -- push object on data stack - NOT SAFE
code -- code heap dump
READY
.s .r .c
==== DATA STACK:
T{ words:undefined ui.backend.cocoa.tools:menu-run-files }
READY
==== RETAIN STACK:
130
READY
==== CALL STACK:
frame: 11c4a6fc8
executing: ( callback )
scan: f
word/quot addr: 1103b85ec
word/quot xt: 118c20240
return address: 118c2028f
frame: 11c4a6f98
executing: ui.backend.cocoa.tools:menu-run-files
scan: 0
word/quot addr: 110310fdc
word/quot xt: 118c5f980
return address: 118c5f999
frame: 11c4a6f78
executing: words:undefined
scan: f
word/quot addr: 10b4129cc
word/quot xt: 118396ad0
return address: 118396b4d
frame: 11c4a6f58
executing: object=>throw
scan: f
word/quot addr: 10b4b96cc
word/quot xt: 11820cd30
return address: 11820cd6a
frame: 11c4a6f38
executing: continuations:rethrow
scan: f
word/quot addr: 10b1b106c
word/quot xt: 118625b20
return address: 118625b92
frame: 11c4a6f18
executing: [ threads:self threads:error-in-thread threads:stop ]
scan: 1
word/quot addr: 10c833974
word/quot xt: 118ccdc70
return address: 118ccdc8e
frame: 11c4a6ef8
executing: thread=>error-in-thread
scan: f
word/quot addr: 10c87eccc
word/quot xt: 11844f720
return address: 11844f762
frame: 11c4a6ed8
executing: kernel:die
scan: 1
word/quot addr: 10b4a65dc
word/quot xt: 118204a20
return address: 118204a5b
READY
Terminated: 15
Cheers,
Andrew Pennebaker
www.yellosoft.us
On Thu, Aug 18, 2011 at 4:31 PM, Joe Groff <arc...@gmail.com> wrote:
> On Aug 18, 2011, at 10:24 AM, Andrew Pennebaker wrote:
>
> > Factor -> Run Factor Source... still crashes in Mac OS X 10.7.1.
>
> One thing to try would be running Factor from a terminal, so that if it
> dies, you can access its debugger.
>
> $ ./Factor.app/Contents/MacOS/factor
>
> After choosing "Run Factor Source" you may see "You have triggered a bug in
> Factor. Please report." in the terminal followed by the error and a debugger
> prompt. If so, type ".s .r .c" to dump the current execution context and
> paste the output here.
>
> On the other hand, if the process is dying before the Factor debugger can
> kick in, a gdb backtrace would be helpful.
>
> -Joe
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk