You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/11 01:52:04 UTC

DO NOT REPLY [Bug 15979] - PathEvaluator::initialize() hangs

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 David_N_Bertoni@lotus.com  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.