Skip to content

Conversation

@odow
Copy link
Member

@odow odow commented Jul 7, 2025

Fixes https://discourse.julialang.org/t/memory-corruption-error-in-julia-incorrect-checksum-for-freed-object-when-running-a-jump-gurobi-model/130522

Nonlinear expressions introduce "hidden" variables, so the vector we were allocating for the callback solution was not long enough, and we were overwriting our memory space.

@codecov
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.30%. Comparing base (a04e3f2) to head (9a25d46).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #640   +/-   ##
=======================================
  Coverage   94.30%   94.30%           
=======================================
  Files           6        6           
  Lines        2739     2741    +2     
=======================================
+ Hits         2583     2585    +2     
  Misses        156      156           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@odow odow merged commit c7a1ae3 into master Jul 7, 2025
23 checks passed
@odow odow deleted the od/minllp branch July 7, 2025 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant