#104610 - Bronto - Sat Sep 30, 2006 9:40 pm
I've been fighting this for some time now, but I just can't find the solution:
Since upgrading to devkit 19b, I'm having serious issues:
For example, I have allocated a char*, it points to 20d3f60. I pass it to another function, and suddenly it points to 2010d19. The difference is C3247(dec 799303). The pointer address may be different depending on when the code gets called, but the difference is always C3247. WTF?
I stripped the code down a lot for testing purposes, so I can be pretty much sure I'm not messing something up (ie write to memory areas where I shouldn't be writing to).
However the problem does not occur when I create a new project and include the functions, so perhaps it's a memory issue?
Anyone ran into similar issues? Perhaps the default stack size (or something like that) has changed in dk 19b?
Since upgrading to devkit 19b, I'm having serious issues:
For example, I have allocated a char*, it points to 20d3f60. I pass it to another function, and suddenly it points to 2010d19. The difference is C3247(dec 799303). The pointer address may be different depending on when the code gets called, but the difference is always C3247. WTF?
I stripped the code down a lot for testing purposes, so I can be pretty much sure I'm not messing something up (ie write to memory areas where I shouldn't be writing to).
However the problem does not occur when I create a new project and include the functions, so perhaps it's a memory issue?
Anyone ran into similar issues? Perhaps the default stack size (or something like that) has changed in dk 19b?