Assert Failed: yield_processor: Stack overflow in thread ... in informix [closed]

1

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?

    
asked by Emitos 11.11.2016 в 20:48
source

1 answer

0

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:

  • Recompile all Informix, increasing the size of STACKSIZE during compilation.
  • Find where you do create view and remove clauses union or union all .
  • Update the Informix version; -)
  • answered by 11.11.2016 в 20:59