You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Vries, Michiel de" <Mi...@nl.compuware.com> on 2000/12/20 12:07:44 UTC

RE: Crash in StylesheetExecutionContextDefault::getProcessNamespa ces( ) (Xalan C++)

Hi Dave,

I am going to try these. Our current problems with the C++ library are that
it won't work correctly together with our C/C++ product (UNIFACE). I am
trying to get it to work. Currently it is only working with a debug build of
myself. So the release builds of Apache/myself and the debug builds of
Apache do not work.

I experienced similar problems in the Simpletransform example, so I hope I
can make a general testcase out of that...

With my own debug build I experience problems as well. For instance calling
Xalan with an empty string as input is giving me a crash, while this should
be valid... With only the XML version it also crashes.

I do hope this strange behaviour can be fixed in some way. For now I'm
working on the integration with our product. Hopefully we will get a new
release from Apache, which is more stable (in my environment).

Regards,

Michiel.


> -----Original Message-----
> From: David_N_Bertoni@lotus.com [mailto:David_N_Bertoni@lotus.com]
> Sent: Friday, December 15, 2000 4:17 PM
> To: xalan-dev@xml.apache.org
> Subject: RE: Crash in
> StylesheetExecutionContextDefault::getProcessNamespa ces( ) 
> (Xalan C++)
> 
> 
> 
> Do you have the patches from Dinkumware for Microsoft's library?  Try
> these:
> 
>    http://www.dinkumware.com/vc_fixes.html
> 
> You only need the header file fixes.
> 
> Dave
> 
> 
> 
>                                                               
>                                                                  
>                     "Vries, Michiel de"                       
>                                                                  
>                     <Michiel_de_Vries@nl.comp        To:     
> "'xalan-dev@xml.apache.org'" <xa...@xml.apache.org>           
>                     uware.com>                       cc:     
> (bcc: David N Bertoni/CAM/Lotus)                                  
>                                                      Subject: 
>     RE: Crash in                                                 
>                     12/14/2000 03:06 AM              
> StylesheetExecutionContextDefault::getProcessNamespa ces( ) 
> (Xalan C++)   
>                     Please respond to                         
>                                                                  
>                     xalan-dev                                 
>                                                                  
>                                                               
>                                                                  
>                                                               
>                                                                  
> 
> 
> 
> NT4 (SP 6) with Visual Studio 6 (SP3 (?)).
> 
> Michiel.
> 
> > -----Original Message-----
> > From: David_N_Bertoni@lotus.com [mailto:David_N_Bertoni@lotus.com]
> > Sent: Wednesday, December 13, 2000 4:44 PM
> > To: xalan-dev@xml.apache.org
> > Subject: Re: Crash in
> > StylesheetExecutionContextDefault::getProcessNamespaces( ) 
> (Xalan C++)
> >
> >
> >
> > What platform are you building on?
> >
> > Dave
> >
> >
> >
> >
> >
> >                     "Vries, Michiel de"
> >
> >                     <Michiel_de_Vries@nl.comp        To:
> > xalan-dev@xml.apache.org
> >                     uware.com>                       cc:
> > (bcc: David N Bertoni/CAM/Lotus)
> >                                                      Subject:
> >     Crash in
> >                     12/13/2000 08:19 AM
> > StylesheetExecutionContextDefault::getProcessNamespaces(  )
> > (Xalan C++)
> >                     Please respond to
> >
> >                     xalan-dev
> >
> >
> >
> >
> >
> >
> >
> >
> > Hi Everyone,
> >
> > I'm getting a little further everytime. Now my problem is
> > when doing the
> > Simpletransform the following statement gives a crash:
> >
> > bool
> > StylesheetExecutionContextDefault::getProcessNamespaces() const
> > {
> >            return
> > m_xpathExecutionContextDefault.getProcessNamespaces();
> > }
> >
> > The m_xpathExecutionContextDefault looks OK in my debugger.
> >
> > It crashes with the pre-build dll's as well as with my own ones.
> >
> > I think there is something wrong in my setup, but I cannot 
> find it...
> >
> > Any ideas?
> >
> > Groeten/Regards,
> >
> > Michiel.
> > ---
> > "Just because you're paranoid doesn't mean they're not after you"
> >
> >
> >
> >
> 
> 
> 
>