DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7447>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7447 dynamic library on aix 4.3.3 and xalan-c ------- Additional Comments From [EMAIL PROTECTED] 2002-03-25 16:48 ------- OK, I have a dynamic library called by another program. In this dynamic library I have two calls XMLPlatformUtils::Initialize(); printf("\npass6\n"); XalanTransformer::initialize(); printf("\npass7\n"); When executing the program, the message "pass6" is displayed but not "pass7" and the program never stop, I have to interrupt it using CTRL-C. No core dumped is generated even if I let the program running for a long time.
