INTERNAL ERROR: opt2000 experienced a segmentation fault

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-2182
    • Hide
      C2000_15.12.0.LTS
       C2000_16.9.0.LTS
      Show
      C2000_15.12.0.LTS  C2000_16.9.0.LTS
    • Hide
      C2000_15.12.0.LTS
       C2000_16.9.0.LTS
      Show
      C2000_15.12.0.LTS  C2000_16.9.0.LTS
    • The problem appears with a while-loop that places the increment or decrement ahead of the MAC. Work around it by using a for-loop, or by moving the increment/decrement to the end of the loop body (instead of in the while-loop predicate, for instance).
    • Hide
      A while-loop like

         while (n--) sum += *x++ * *y++;

      may cause the compiler to crash. Use a for-loop instead.
      Show
      A while-loop like    while (n--) sum += *x++ * *y++; may cause the compiler to crash. Use a for-loop instead.

      INTERNAL ERROR: opt2000 experienced a segmentation fault

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-787 - INTERNAL ERROR: opt2000 experienced...
                SYNCHRONIZED
                • Last Sync Date: