IBM Support

LI77374: SEGFAULTS WITH NON-XLF COMPILED MODULES

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The following test case uses the MPI module compiled by another
    compiler by accident.  The XLF compiler segfaults with internal
    compiler error after giving out the ligitimate 1514-220 error.
    
    bgxlf90_r -I./ sizeof.f90
    "sizeof.f90", line 3.9: 1514-220 (S) Module symbol file for
    module mpi is in a format not recognized by this compiler.
    Please compile the module with this compiler.
    ....
    1501-230 (S) Internal compiler error; please contact your
    Service Representative. For more information visit:
    http://www.ibm.com/support/docview.wss?uid=swg21110810
    1501-511  Compilation failed for file sizeof.f90.
    
    $cat sizeof.f90
      program test_sizeof
        use mpi
        integer :: x, size_x, ierr
        call MPI_INIT(ierr)
        call MPI_SIZEOF(x, size_x, ierr)
        call MPI_FINALIZE(ierr)
      end program test_sizeof
    

Local fix

  • Include the correct module compiled by XLF. The error message
    is desired, but the se
    

Problem summary

  • PROBLEM DESCRIPTION: XL Fortran issues internal compiler error
    when reading a module symbol file not created by XL Fortran.
    
    USERS AFFECTED: Users of XL Fortran 14.1 on all platforms
    

Problem conclusion

  • The problem is fixed by doing the cleanup action before issuing
    the error message. Apply available service.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI77374

  • Reported component name

    XL FORTRAN LINU

  • Reported component ID

    5725C7500

  • Reported release

    E10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-04-27

  • Closed date

    2013-04-27

  • Last modified date

    2013-04-27

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

    LI77136

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

Fix information

  • Fixed component name

    XL FORTRAN LINU

  • Fixed component ID

    5725C7500

Applicable component levels

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSAT4T","label":"XL Fortran for Linux"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"14.1","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
13 October 2021