Re: State of 'make testj' on Cygwin

2004-05-21 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > I saw that one too with some files. Some bug lurking > around related to line numbers. You could copy the PASM > source file and remove empty lines and comments. > > leo I didn't have a chance to play with parrot at all this week. Tonight, I decid

Re: State of 'make testj' on Cygwin

2004-05-17 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x00522808 in Parrot_jit_debug_stabs > (interpreter=0x100d1d80) at src/jit_debug.c:348 > 348 fprintf(stabs, ".stabn " N_SLINE > ",0,%d,%d /* %s */\n", line, I saw that one too with s

Re: State of 'make testj' on Cygwin

2004-05-12 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Good. So you can step through the JIT code. > Yes and no. On Monday, arithmetics_26 was not coredumping parrot under JIT that I can remember. It is now, but I am able to debug/trace with JIT. I am not sure what to do since comparing the trace to

Re: State of 'make testj' on Cygwin

2004-05-12 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > parrot trans_9.pasm > ok 1 > ok 2 > parrot -j trans_9.pasm > ok 1 > not ok 2 [ ... ] > (gdb) add-symbol-file arithmetics_26.o 0 > add symbol table from file "arithmetics_26.o" at > .text_addr = 0x0 > (y or n) y > Reading symbols from arithmetic

Re: State of 'make testj' on Cygwin

2004-05-12 Thread Joshua Gatcomb
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > > ... This is > > the result of running 'make testj'. > > > Failed Test Stat Wstat Total Fail Failed List > of > > Failed > > > -- > > t/

Re: State of 'make testj' on Cygwin

2004-05-10 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > ... This is > the result of running 'make testj'. > Failed Test Stat Wstat Total Fail Failed List of > Failed > -- > t/op/trans.t6 1536196 31.58% 9-12 17-18 Strange. Can

State of 'make testj' on Cygwin

2004-05-10 Thread Joshua Gatcomb
Now that I have used a bit of trickery to ensure that I have the absolute latest CVS checkout, things are working again (make test passes all tests). Previously I had only been verifying that -j was working by trying a handful of the examples. This is the result of running 'make testj'. Failed T