You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/03/30 01:25:24 UTC

[jira] Resolved: (STDCXX-98) [HP aCC 3.63] ICE generating dependencies for $(TOPDIR)/src/version.cpp

     [ https://issues.apache.org/jira/browse/STDCXX-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor resolved STDCXX-98.
--------------------------------

    Resolution: Fixed

Workaround for aCC 3.63 bug committed in [r642653|http://svn.apache.org/viewvc?rev=642653&view=rev].
Will close after integrating into 4.2.x in the next bulk merge.

> [HP aCC 3.63] ICE generating dependencies for $(TOPDIR)/src/version.cpp
> -----------------------------------------------------------------------
>
>                 Key: STDCXX-98
>                 URL: https://issues.apache.org/jira/browse/STDCXX-98
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.2
>         Environment: HP aCC 3.63
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Minor
>             Fix For: 4.2.1
>
>   Original Estimate: 2h
>          Time Spent: 1h
>  Remaining Estimate: 1h
>
> HP aCC 3.63 crashes with an ICE while generating a .d file for the following library source:
> generating dependencies for $(TOPDIR)/src/version.cpp
> Signal 11
> ( 0)  0x00279998   sighandler__FiT1 + 0x148  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 1)  0xc0213308   _sigreturn  [/usr/lib/libc.2]
> ( 2)  0x0035411c   be_optn2 + 0x10  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 3)  0x002dce70   setVersionIdPragmaParm__FP6OptionRC8Position + 0x64  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 4)  0x0023d394   setValue__6OptionF11StringTokenbRC8Position + 0x74  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 5)  0x00251978   processPragma__F11StringTokenT1RC8Position + 0x120  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 6)  0x00247bc4   processPragmaDirective__12PreprocessorFv + 0x510  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 7)  0x001e0c90   processDirective__12PreprocessorFv + 0x17a4  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 8)  0x00185c18   nextToken__12PreprocessorFP12ScannerValue + 0x2a4  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> ( 9)  0x0024945c   DoCompile__8CompilerFv + 0xf10  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> (10)  0x000b3c9c   DoCompile__8CompilerFP6Buffer + 0x34  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> (11)  0x00260eb4   DoCompileFile__8CompilerFPc + 0x25c  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> (12)  0x002585dc   main + 0x6c0  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> (13)  0xc01459a8   _start + 0xc0  [/usr/lib/libc.2]
> (14)  0x001c8738   $START$ + 0x178  [/amd/packages/mdx/hpux/compilers/hp/aCC363_11.23/opt/aCC/lbin/ctcom.pa20]
> Error (system problem) 689: # Compiler received signal 11

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