[Bonmin] segmentation fault

Stefan Vigerske stefan at vigerske.de
Sun Jun 15 06:41:46 EDT 2008


Hi,

Ying (Maggie) Yi (local) schrieb:
> I am a new Bonmin user. I compiled my code using C++ interface. It
> compiled fine but got a Segmentation fault when running the code. I try
> to debug the code using "ddd CppExamples", but it give error
> "CppExamples: not in executable format".
> 
> Could you please let me know how to debug my code?

Did you compile in debug mode, i.e., using the --enable-debug switch of 
configure.
If the code has been compiled in the normal (optimized) mode, then the 
CppExample executable in the test directory is just a script. The real 
binary is then located in the .libs subdirectory.

Best,
Stefan


More information about the Bonmin mailing list