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=15979>. 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=15979 PathEvaluator::initialize() hangs ------- Additional Comments From [EMAIL PROTECTED] 2003-01-11 00:52 ------- There is a known bug with the priority set for the Xalan shared library. Previously, however, it only happened when attempting to initialize Xalan before the main() function was entered. So, this could be the same problem, or it could be another one. Since your program is a C language program, can you verify that you compiled and linked it with the C++ compiler (xlC) so the correct runtime startup code is linked in? This is a requirement of the compiler. If you did not, please re-compile your program with xlC and see if that fixes the problem.
