coin-or / OBOE

OBOE (Oracle Based Optimization Engine) is an open source software for general convex optimization.
Other
0 stars 2 forks source link

segfault when NumSubProblems is not set #10

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: axjiang

Original creation time: 2010-05-21 23:16:59

Assignee: somebody

Version:

If I do not set NumSubProblems (I assumed it defaults to 1 from reading the documentation), then the _pi vector is not initialized. This leads to a segmentation fault at Manager::processCuts() when _pi is accessed via getPi().

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-05-25 08:21:52

Changing assignee from somebody to @nsawhney68.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-05-25 08:21:52

Changing status from new to assigned.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-05-30 20:17:52

This is fixed on trunk, stable 1.0 and new point release 1.0.3.

svigerske commented 5 years ago

Comment by @nsawhney68 created at 2010-05-30 20:17:52

Resolution: fixed