Mail Archives: djgpp/2000/12/14/05:05:09
On Wed, 13 Dec 2000, Hazel Moore wrote:
> For some reason, my program only works at random. Sometimes it works
> perfectly, some times it generates a callframe traceback, sometimes it
> simply displays nothing. But I have no random numbers being generated, it's
> the same code every time I run it. It gets most CFTB's (callframe
> traceback's) on masked_blits() or when I dynamically allocate memory with
> new, but it's never consistent! Anybody know what causes this type of
> behavior?
It's usually a sign of using uninitialized memory.
Try reading section 12.2 in the FAQ, it might help you.
- Raw text -