coin-or / Cbc.old

This is a mirror of the subversion repository on COIN-OR
https://projects.coin-or.org/Cbc
Other
89 stars 30 forks source link

[Trac #84] valgrind reports errors in user_driver #114

Open s-c-e opened 5 years ago

s-c-e commented 5 years ago

image

Attachment: https://github.com/s-c-e/cbc-trac-migration-attachments/blob/master/trac-ticket-84.zip

Hi, I dumped user_driver.cpp from the latest cbc 2.3, (g++ 4.0). Then I threw valgrind on it, solving a simple MIP, and got plenty of "Conditional jump or move depends on uninitialized value(s)" and "Invalid read of size 4".

Could someone have a look on it?

I try to attach the mps file.