Author Topic: SIGSEGV: Segmentation fault  (Read 2550 times)

ibry

  • Full Member
  • ***
  • Posts: 52
SIGSEGV: Segmentation fault
« on: May 04, 2017, 08:02:17 AM »
Hello everyone,

I installed FEAP 8.4 on mac OS Sierra v10.12.4 and it worked properly if I tried to run example using standard FEAP element.
But when I used my user element to run the same example, there was an error as follows:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x10b157579
#1  0x10b156945
#2  0x7fffa54b9b39
#3  0x10a9cb860
#4  0x10aa272ad
#5  0x10a7c84de
#6  0x10a82227d
#7  0x10a7cf719
#8  0x10a84b930
#9  0x10a83b78e
#10  0x10a804fd1
#11  0x10aa7dd0a

Segmentation fault: 11

However, that's no problem when I use Windows.
Do you know which part makes the error?
Thank you.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2648
Re: SIGSEGV: Segmentation fault
« Reply #1 on: May 04, 2017, 09:11:35 AM »
There is probably a dimension error in the element -- use the debugger to trace where the segfault happens