Similar problems had been reported before on AIX due to the few
remaining non-local statics (Level::DEBUG, Level::INFO, etc). I
didn't see an existing bug report so I filed LOGCXX-181 (https://
issues.apache.org/jira/browse/LOGCXX-181) and finally pulled the plug
on the problematic static members. It is highly like to break some
code, but I see no way of making the non-static local safe on all
platforms. Please update your code snapshot and see if that fixed
your problem.
On May 23, 2007, at 9:26 AM, Marshall Powers wrote:
I'm getting a runtime error on AIX, "IOT/Abort Trap (core dumped)".
I wrote
a small test program to test the log4cxx functionality, compiling
it with
the same compile options as my larger program. I was able to get some
logging output out of the smaller program, but it crashed with the
same
message when it reached the end of main().
Has anyone else run into this problem on AIX? Any suggestions?
Thanks
Marshall