RE: Strange crash

new topic     » goto parent     » topic index » view thread      » older message » newer message

> From: Bernie Ryan [mailto:xotron at bluefrognet.net]

> Matt:
> 
>   Did you try NOT using slicing math to see if this has something
>   to do with the prroblem.
> 
>   rect[3] += rect[1]
>   rect[4] += rect[2]
> 
>   OR
> 
>   rect[3] = rect[3] + rect[1]    
>   rect[4] = rect[4] + rect[2]    

Yes, I had.  The first method didn't work, but the second did.  I just tried
again, and using the original code, it works fine.  I have trouble figuring
out where exactly in the source these operations happen (+=), so if I have
time, I may start inserting some debug print statements and recompile the
interpreter. <SHRUG>

Matt Lewis

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu