> > Hello Dave,
> > 
> > I have reproduced the problem with XalanExe. I first used the 
executable
> > built with MSVC 7.1, and experienced a crash. I then used MSVC 7.1 to
> > run XalanExe in the debugger with the same parameters as the command
> > line.
> 
> Good -- at least it's reproducible.  Did you reproduce it with Xalan-C 
1.9 
> as well?
> 
> > If you need anything, let me know. I can run any test you suggest. I 
can
> > also send the source xml, xsl, stack trace either in files to an 
email,
> > or in the mailing list as you prefer.
> 
> If you were able to reproduce this with Xalan-C 1.9, please create a 
Jira 
> issue and attach the source file and stylesheet.  If you were unable to 
> reproduce it with 1.9, then it's not clear how we can proceed, since we 
> don't often patch older versions of the code.  Please send a copy of the 

> source document and stylesheet to [EMAIL PROTECTED], and I will take a 

> look at it when I get a chance.

OK, this is a bug in the Dinkumware library that ships with .Net. 
Ironically, I reported this as a bug to Intel when building with their 
compiler.  You can take a look at these MSDN articles for a fix:

http://support.microsoft.com/default.aspx?scid=kb;en-us;837698
http://support.microsoft.com/default.aspx?scid=kb;en-us;821423

Otherwise, you can modify the source code to replace every instantiation 
of std::vector<bool> with std::vector<char>.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to