Fresh problem:
newP = mkt_firstMarked(p); at line 163 in jonkers.c gives address p + 8
which is occupied by an argument to node under p. This causes newP to
contain garbage when interpreted as Node*. The node under p is of this
kind: {info = {tag = 2}, size = 1, name = 0x42a1fe "Int", number = 0,
flags = 1}.Hope this helps, Michal On Sun, 2006-03-12 at 12:26 +0000, Tom Shackell wrote: > Hi, > > The patch I've pushed should hopefully fix this and also strengthen the > sanity checking somewhat :-) > > Tom > ------------------------------------------------------------------- Wzial udzial w zawodach balonowych i... niezle wypadl! KIM JEST STEFAN?!? | http://www.stefan.pl/ _______________________________________________ Yhc mailing list [email protected] http://haskell.org/mailman/listinfo/yhc
