Skip to content

MiniZinc error: Memory violation detected (segmentation fault). #103

@gdalle

Description

@gdalle

The last test run of SparseMatrixColorings turned up a strange error, of which the log is here:

[8](https://github.com/gdalle/SparseMatrixColorings.jl/actions/runs/22137035250/job/63991297101#step:7:331)
  Got exception outside of a @test
  The model was not solved correctly. Here is the output of `solution_summary` to help debug why this happened:
  
  solution_summary(; result = 1, verbose = false)
  ├ solver_name          : MiniZinc
  ├ Termination
  │ ├ termination_status : OTHER_ERROR
  │ ├ result_count       : 0
  │ └ raw_status         : =====ERROR=====
  MiniZinc error: Memory violation detected (segmentation fault).
  This is a bug. Please file a bug report using the MiniZinc bug tracker.
  
  ├ Solution (result = 1)
  │ ├ primal_status        : NO_SOLUTION
  │ └ dual_status          : NO_SOLUTION
  └ Work counters
    └ solve_time (sec)   : 1.70588e+00

Full CI report: https://github.com/gdalle/SparseMatrixColorings.jl/actions/runs/22137035250/job/63991297101

I assume it is related to one of MiniZinc.jl's latest releases

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions