Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi monkeyboy,
thank u for the precious information. <div class='quotetop'>QUOTE </div> --- Quote Start --- It could be that your stack and data are colliding, and the changes in memory layout is making you more sensitive to the problem[/b] --- Quote End --- I don't think this could be the reason. Because my system works even if I allocate my buffer dinamically (malloc...), so it stays in the heap and stack should collide with heap... Instead my conjecture is that there could be problem with "attribute" location and the heap (maybe the heap averlaps attribute zone...).Could it be?