Windows Stack Size for Parser Should be Raised

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-1170
    • SDSCM00052114
    • Hide
      C2000_6.4.0B1
      MSP430_4.4.0B1
      C6000_7.4.0B1
      ARM_5.2.0B1
      PRU_2.1.0
      ARP32_1.0.0B1
      Show
      C2000_6.4.0B1 MSP430_4.4.0B1 C6000_7.4.0B1 ARM_5.2.0B1 PRU_2.1.0 ARP32_1.0.0B1
    • Hide
      ARM_5.2.5
      C2000_6.4.5
      PRU_2.1.2
      MSP430_4.4.5
      ARP32_1.0.8
      C6000_7.4.15
      Show
      ARM_5.2.5 C2000_6.4.5 PRU_2.1.2 MSP430_4.4.5 ARP32_1.0.8 C6000_7.4.15
    • Hide
      There are at least two options:
      1. On Windows, if you have Visual Studio available, the stack for an executable may be raised with editbin. For example, to raise the stack to 8MB for the acpia6x parser, you would use:
      editbin /stack:8388608 acpia6x.exe
      2. Use the linux toolchain. The default stack is much higher. Even if that limit is reached, the soft limit for the stack size of user applications may be raised with ulimit. For example, to raise the stack to 16MB, you would use:
      ulimit -S -s 16384
      (This could be placed in the startup script, such as .bashrc)
      Show
      There are at least two options: 1. On Windows, if you have Visual Studio available, the stack for an executable may be raised with editbin. For example, to raise the stack to 8MB for the acpia6x parser, you would use: editbin /stack:8388608 acpia6x.exe 2. Use the linux toolchain. The default stack is much higher. Even if that limit is reached, the soft limit for the stack size of user applications may be raised with ulimit. For example, to raise the stack to 16MB, you would use: ulimit -S -s 16384 (This could be placed in the startup script, such as .bashrc)

      Windows Stack Size for Parser Should be Raised

            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-382 - Windows Stack Size for Parser Shoul...
                SYNCHRONIZED
                • Last Sync Date: