/t5/coldfusion-discussions/cf-8-dump-stack-overflow/td-p/492103Dec 14, 2007
Dec 14, 2007
Copy link to clipboard
Copied
The code below is a simplified version of production code we
have running on a CF 7 server. We are migrating over to CF 8 and
when it executes it produces a stack overflow.
Does anybody have any insight on why this is happening?
Interesting that the error occurs with cfdump. Perhaps there
is still some reference linkage between the rdata structure and
qData. If you duplicate(rdata) first, then call StructInsert() the
problem goes away.
/t5/coldfusion-discussions/cf-8-dump-stack-overflow/m-p/492104#M44701Dec 14, 2007
Dec 14, 2007
Copy link to clipboard
Copied
Interesting that the error occurs with cfdump. Perhaps there
is still some reference linkage between the rdata structure and
qData. If you duplicate(rdata) first, then call StructInsert() the
problem goes away.