Re: Strange crash

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

Relnotes for 2.3 :

bug fix - Linux Interpreter: programs of more than a few thousand lines had a
chance
(maybe 20%) of having one of their statements crash whenever it was executed.

perhaps there's one more such bug in exw? Or it is some random memory corruption
in your program that shows many lines after it is done? (Oh, this reminds me
placing check numbers around structs in C...)

    Martin

----- Original Message -----
From: "Phil Russell" <pg_russell at lineone.net>
To: "EUforum" <EUforum at topica.com>
Subject: RE: Strange crash


>
> Matt,
>
> A while ago I got a similar error with the line:
>
> GridTopRow[grid] -= GridDraw[grid][MAX_VISIBLE_ROWS]
>
> This gave me a page fault when processing a WM_VSCROLL on Win95 (but not
> on 98 or 2K).  It went away when I amended it to:
>
> GridTopRow[grid] -= 0
> GridTopRow[grid] -= GridDraw[grid][MAX_VISIBLE_ROWS]
>
> Similar assignments elsewhere in the code worked absolutely fine.
> Absolutely no idea why, though...
>
> Regards,
>
> Phil Russell
>
>
> Matthew Lewis wrote:
> >
> > I've been having this really strange crash, which I can't explain.  It's
> > in
> > a function that's used as a callback for an ActiveX control.  It crashes
> > on
> > this line (machine exception):
> >
> > rect[3..4] += rect[1..2]
> >
>
>
>
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu