FEAP User Forum

FEAP => FEAPpv => Topic started by: saparker on October 31, 2012, 06:11:34 AM

Title: Problem with test example
Post by: saparker on October 31, 2012, 06:11:34 AM
I have just set up ver 3.1 on Linux Ubuntu

I had the following error running the Iblock example given.

'Segmentation fault (core dumped)'

Any idea what went wrong?
Title: Re: Problem with test example
Post by: FEAP_Admin on October 31, 2012, 12:27:09 PM
Compile with -g (debugging on) and then run in gdb to catch where it is seg-faulting.
Also make sure all your object files are created with the same compiler.