Assert Failed: yield_processor: Stack overflow in thread .... in informix. How do I prevent this from happening so that I do not download the informix engine?
Assert Failed: yield_processor: Stack overflow in thread .... in informix. How do I prevent this from happening so that I do not download the informix engine?
According to the Informix documentation, it is a known error, which occurs when executing a create view
command with hundreds (more than 200) of clauses union
or union all
, on Linux amd64 platforms.
The solutions, according to IBM, are:
create view
and remove clauses union
or union all
.