Monday, November 17, 2008

internal error: 0_47021

  • I saw the issue in redhat enterprise edition
  • icc compiler:
icc (ICC) 10.1 20080112
Copyright (C) 1985-2007 Intel Corporation. All rights reserved.

Error message: "(0): internal error: 0_47021"

You might succeed if you remove "-g"(debug) and/or "-O"(optimization) flag.

You might be able to resolve the issue in the code if you look at it as compile time memory issue ( ex: too many template initializations??)

No comments: