Operating System - HP-UX
1752369 Members
5607 Online
108787 Solutions
New Discussion

Re: class "std::basic_ofstream attach function

 
SOLVED
Go to solution
Kishan Rajagopal
New Member

Re: class "std::basic_ofstream attach function

Sorry forgot to mention the compiler we were using,
Our application was running on HP-UX11.0 with aCC: HP ANSI C++ B3910B A.03.31 compiler.
Does the exe generated in this environment ignore the close call on STDIN and STDERR? As we are not getting any core file when we are bringing down the aplication in this environment.
Dennis Handly
Acclaimed Contributor

Re: class "std::basic_ofstream attach function

>The same piece of code is running fine on HP-UX 11.00, Can you please let us know if in the old versions you were ignoring the close call on STDIN and STDERR

If you were using -AP and attach and detach, it wasn't the same code.

>As we are not getting any core file

If you were using -AP, iostream errors don't throw.