Skip to main content

IV34559: STD::DEBUG_MALLOC NOT DECLARED ERROR WITH -QHEAPDEBUG


Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When -qheapdebug is used, the above test case gives out error
    message about "std::_debug_malloc" not declared.
    
    $cat xlc12_defect_heapdebug_stdnamespace.cpp
    #include <cstdlib>
    
    signed main(void) {
      void * buf = std::malloc(1U);
      return EXIT_SUCCESS;
    }
    
    $xlC_r -qheapdebug -o xlc12_defect_heapdebug_stdnamespace
    xlc12_defect_heapdebug_stdnamespace.cpp
    
    "xlc12_defect_heapdebug_stdnamespace.cpp", line 4.16: 1540-0130
    (S) "std::_debug_malloc" is not declared.
    

Local fix

  • Modify the header /usr/vacpp/include/cstdlib and put the
    offending memory functions under the std namespace.
    

Problem summary

  • PROBLEM DESCRIPTION: Heapdebug entry points are not defined in
    the STD namespace.  It gets an error message about std::malloc
    not declared.
    
    USERS AFFECTED: Users who use std::malloc() and have
    -qheapdebug option specified.
    

Problem conclusion

  • The compiler header is fixed. Apply applicable service.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV34559

  • Reported component name

    XL C/C++ FOR AI

  • Reported component ID

    5725C7200

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-01-11

  • Closed date

    2013-03-12

  • Last modified date

    2013-03-13

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

    IV40242 LI77346

Fix information

  • Fixed component name

    XL C/C++ FOR AI

  • Fixed component ID

    5725C7200

Applicable component levels

  • RC10 PSY U858524

       UP C

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

XL C/C++ for AIX

Compiler


Software version:
12.1


Reference #:
IV34559


Modified date:
2013-03-13

Translate my page

Content navigation