Author Topic: Problem with test example  (Read 8107 times)

saparker

  • New Member
  • *
  • Posts: 1
Problem with test example
« 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?
« Last Edit: October 31, 2012, 06:14:41 AM by saparker »

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Problem with test example
« Reply #1 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.