Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adhoc failing from malloc_consolidate() #128

Open
NTmuir opened this issue Nov 11, 2024 · 1 comment
Open

Adhoc failing from malloc_consolidate() #128

NTmuir opened this issue Nov 11, 2024 · 1 comment

Comments

@NTmuir
Copy link

NTmuir commented Nov 11, 2024

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/[email protected]
        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!

@NTmuir NTmuir changed the title Adhoc failing from malloc_consolidat() Adhoc failing from malloc_consolidate() Nov 11, 2024
@mcafaro
Copy link
Member

mcafaro commented Nov 11, 2024

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants