matlab-actions / setup-matlab

Set up your GitHub Actions workflow with a specific version of MATLAB.
BSD 3-Clause "New" or "Revised" License
77 stars 12 forks source link

Adhoc failing from malloc_consolidate() #128

Open NTmuir opened 2 weeks ago

NTmuir commented 2 weeks ago

I am using the setup action and on an adhoc basis the setup fails even though it states that the installation completes (see below)

image

It states the issue to be malloc_consolidate(): unaligned fastbin chunk detected. I am using a Ubuntu Self Hosted runner, see below my YAML snippet:

steps:
      - name: Check out repository
        uses: actions/checkout@v4

      - name: Set up MATLAB
        uses: matlab-actions/setup-matlab@v2.3.0
        with:
          release: R2023b
          products: | # Use the "mpm" names of desired products
            Statistics_and_Machine_Learning_Toolbox
            DSP_System_Toolbox
            Signal_Processing_Toolbox
            Mixed-Signal_Blockset_Models
            MATLAB_Coder
            Simulink_Coder
            Embedded_Coder
            Requirements_Toolbox
            Simulink
            Simulink_Test
            Simulink_Check
            Simulink_Coverage
            Simulink_Design_Optimization
            Simulink_Design_Verifier
            Stateflow
            AUTOSAR_Blockset
            Sensor_Fusion_and_Tracking_Toolbox
            Model_Predictive_Control_Toolbox

Let me know if you require any other debug files or items

Thanks!

mcafaro commented 2 weeks ago

@NTmuir is it possible the runner is running out of disk space? When you say "an adhoc basis", does this mean the issue is occurring sporadically? If so, how often?