You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Michael Kupchuk (JIRA)" <xa...@xml.apache.org> on 2010/08/18 16:29:24 UTC

[jira] Created: (XALANC-705) crash with pure virtual function call

crash with pure virtual function call
-------------------------------------

                 Key: XALANC-705
                 URL: https://issues.apache.org/jira/browse/XALANC-705
             Project: XalanC
          Issue Type: Bug
          Components: XalanC, XPathC
    Affects Versions: CurrentCVS
         Environment: any platform
            Reporter: Michael Kupchuk
            Priority: Critical
             Fix For: CurrentCVS


Applying this xslt to xml without "NOTEXISTS" node causes a pure virtual function call crash

<?xml version="1.0" encoding="windows-1251"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org"  xmlns:xalan="http://xml.apache.org/xalan">
<xsl:output method="xml" omit-xml-declaration="no" encoding="windows-1251"/>
  <xsl:template match="*">
   <xsl:value-of select="NOTEXISTS|xalan:nodeset(concat('aaa','bbb'))"/>
  </xsl:template>
</xsl:stylesheet>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANC-705) crash with pure virtual function call

Posted by "Michael Kupchuk (JIRA)" <xa...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XALANC-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901824#action_12901824 ] 

Michael Kupchuk commented on XALANC-705:
----------------------------------------

Thank you for the quick patch. It works fine, problem solved.

> crash with pure virtual function call
> -------------------------------------
>
>                 Key: XALANC-705
>                 URL: https://issues.apache.org/jira/browse/XALANC-705
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC, XPathC
>    Affects Versions: CurrentCVS
>         Environment: any platform
>            Reporter: Michael Kupchuk
>            Assignee: David Bertoni
>            Priority: Critical
>             Fix For: CurrentCVS
>
>         Attachments: XALANC-705.patch
>
>
> Applying this xslt to xml without "NOTEXISTS" node causes a pure virtual function call crash
> <?xml version="1.0" encoding="windows-1251"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org"  xmlns:xalan="http://xml.apache.org/xalan">
> <xsl:output method="xml" omit-xml-declaration="no" encoding="windows-1251"/>
>   <xsl:template match="*">
>    <xsl:value-of select="NOTEXISTS|xalan:nodeset(concat('aaa','bbb'))"/>
>   </xsl:template>
> </xsl:stylesheet>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Assigned: (XALANC-705) crash with pure virtual function call

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANC-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni reassigned XALANC-705:
------------------------------------

    Assignee: David Bertoni

> crash with pure virtual function call
> -------------------------------------
>
>                 Key: XALANC-705
>                 URL: https://issues.apache.org/jira/browse/XALANC-705
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC, XPathC
>    Affects Versions: CurrentCVS
>         Environment: any platform
>            Reporter: Michael Kupchuk
>            Assignee: David Bertoni
>            Priority: Critical
>             Fix For: CurrentCVS
>
>
> Applying this xslt to xml without "NOTEXISTS" node causes a pure virtual function call crash
> <?xml version="1.0" encoding="windows-1251"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org"  xmlns:xalan="http://xml.apache.org/xalan">
> <xsl:output method="xml" omit-xml-declaration="no" encoding="windows-1251"/>
>   <xsl:template match="*">
>    <xsl:value-of select="NOTEXISTS|xalan:nodeset(concat('aaa','bbb'))"/>
>   </xsl:template>
> </xsl:stylesheet>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Resolved: (XALANC-705) crash with pure virtual function call

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANC-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni resolved XALANC-705.
----------------------------------

    Resolution: Fixed

> crash with pure virtual function call
> -------------------------------------
>
>                 Key: XALANC-705
>                 URL: https://issues.apache.org/jira/browse/XALANC-705
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC, XPathC
>    Affects Versions: CurrentCVS
>         Environment: any platform
>            Reporter: Michael Kupchuk
>            Assignee: David Bertoni
>            Priority: Critical
>             Fix For: CurrentCVS
>
>         Attachments: XALANC-705.patch
>
>
> Applying this xslt to xml without "NOTEXISTS" node causes a pure virtual function call crash
> <?xml version="1.0" encoding="windows-1251"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org"  xmlns:xalan="http://xml.apache.org/xalan">
> <xsl:output method="xml" omit-xml-declaration="no" encoding="windows-1251"/>
>   <xsl:template match="*">
>    <xsl:value-of select="NOTEXISTS|xalan:nodeset(concat('aaa','bbb'))"/>
>   </xsl:template>
> </xsl:stylesheet>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Closed: (XALANC-705) crash with pure virtual function call

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANC-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni closed XALANC-705.
--------------------------------


> crash with pure virtual function call
> -------------------------------------
>
>                 Key: XALANC-705
>                 URL: https://issues.apache.org/jira/browse/XALANC-705
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC, XPathC
>    Affects Versions: CurrentCVS
>         Environment: any platform
>            Reporter: Michael Kupchuk
>            Assignee: David Bertoni
>            Priority: Critical
>             Fix For: CurrentCVS
>
>         Attachments: XALANC-705.patch
>
>
> Applying this xslt to xml without "NOTEXISTS" node causes a pure virtual function call crash
> <?xml version="1.0" encoding="windows-1251"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org"  xmlns:xalan="http://xml.apache.org/xalan">
> <xsl:output method="xml" omit-xml-declaration="no" encoding="windows-1251"/>
>   <xsl:template match="*">
>    <xsl:value-of select="NOTEXISTS|xalan:nodeset(concat('aaa','bbb'))"/>
>   </xsl:template>
> </xsl:stylesheet>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org