You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2005/04/27 17:51:24 UTC

[jira] Created: (XALANC-496) Glitches in header files

Glitches in header files
------------------------

         Key: XALANC-496
         URL: http://issues.apache.org/jira/browse/XALANC-496
     Project: XalanC
        Type: Bug
  Components: XalanC  
    Versions: CurrentCVS    
    Reporter: David Bertoni
 Attachments: patch.txt

There is a bug in the file XalanMemoryManagement.hpp, in the ConstructValueWithNoMemoryManager, because the constructor for the value data member is not explicit.  For POD types, that means no default inititialization, which is a problem in some cases.

Also, there is a glitch in the header file XalanVector.hpp.

A patch is attached.  Committers, can you pleaser review?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Resolved: (XALANC-496) Glitches in header files

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-496?page=all ]
     
David Bertoni resolved XALANC-496:
----------------------------------

     Resolution: Fixed
    Fix Version: CurrentCVS

> Glitches in header files
> ------------------------
>
>          Key: XALANC-496
>          URL: http://issues.apache.org/jira/browse/XALANC-496
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: CurrentCVS
>  Attachments: patch.txt
>
> There is a bug in the file XalanMemoryManagement.hpp, in the ConstructValueWithNoMemoryManager, because the constructor for the value data member is not explicit.  For POD types, that means no default inititialization, which is a problem in some cases.
> Also, there is a glitch in the header file XalanVector.hpp.
> A patch is attached.  Committers, can you pleaser review?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (XALANC-496) Glitches in header files

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-496?page=all ]

David Bertoni updated XALANC-496:
---------------------------------

    Attachment: patch.txt

> Glitches in header files
> ------------------------
>
>          Key: XALANC-496
>          URL: http://issues.apache.org/jira/browse/XALANC-496
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>  Attachments: patch.txt
>
> There is a bug in the file XalanMemoryManagement.hpp, in the ConstructValueWithNoMemoryManager, because the constructor for the value data member is not explicit.  For POD types, that means no default inititialization, which is a problem in some cases.
> Also, there is a glitch in the header file XalanVector.hpp.
> A patch is attached.  Committers, can you pleaser review?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (XALANC-496) Glitches in header files

Posted by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-496?page=comments#action_63909 ]
     
Dmitry Hayes commented on XALANC-496:
-------------------------------------

Some older compilers (VC6 if I remember correct) doesn't accept initialization live value(), if the value is a POD class

> Glitches in header files
> ------------------------
>
>          Key: XALANC-496
>          URL: http://issues.apache.org/jira/browse/XALANC-496
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>  Attachments: patch.txt
>
> There is a bug in the file XalanMemoryManagement.hpp, in the ConstructValueWithNoMemoryManager, because the constructor for the value data member is not explicit.  For POD types, that means no default inititialization, which is a problem in some cases.
> Also, there is a glitch in the header file XalanVector.hpp.
> A patch is attached.  Committers, can you pleaser review?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Assigned: (XALANC-496) Glitches in header files

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-496?page=all ]

David Bertoni reassigned XALANC-496:
------------------------------------

    Assign To: David Bertoni

> Glitches in header files
> ------------------------
>
>          Key: XALANC-496
>          URL: http://issues.apache.org/jira/browse/XALANC-496
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>  Attachments: patch.txt
>
> There is a bug in the file XalanMemoryManagement.hpp, in the ConstructValueWithNoMemoryManager, because the constructor for the value data member is not explicit.  For POD types, that means no default inititialization, which is a problem in some cases.
> Also, there is a glitch in the header file XalanVector.hpp.
> A patch is attached.  Committers, can you pleaser review?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (XALANC-496) Glitches in header files

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-496?page=comments#action_63910 ]
     
David Bertoni commented on XALANC-496:
--------------------------------------

Visual C++ 6.0 is fine with this.  I believe Sun Workshop 4.2 had a problem with this, but that's so ancient, and I suspect it wouldn't work the the new containers at all.

> Glitches in header files
> ------------------------
>
>          Key: XALANC-496
>          URL: http://issues.apache.org/jira/browse/XALANC-496
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>  Attachments: patch.txt
>
> There is a bug in the file XalanMemoryManagement.hpp, in the ConstructValueWithNoMemoryManager, because the constructor for the value data member is not explicit.  For POD types, that means no default inititialization, which is a problem in some cases.
> Also, there is a glitch in the header file XalanVector.hpp.
> A patch is attached.  Committers, can you pleaser review?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (XALANC-496) Glitches in header files

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-496?page=all ]
     
David Bertoni closed XALANC-496:
--------------------------------


> Glitches in header files
> ------------------------
>
>          Key: XALANC-496
>          URL: http://issues.apache.org/jira/browse/XALANC-496
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: CurrentCVS
>  Attachments: patch.txt
>
> There is a bug in the file XalanMemoryManagement.hpp, in the ConstructValueWithNoMemoryManager, because the constructor for the value data member is not explicit.  For POD types, that means no default inititialization, which is a problem in some cases.
> Also, there is a glitch in the header file XalanVector.hpp.
> A patch is attached.  Committers, can you pleaser review?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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