Author Topic: Error during execution of Feap8.3 SIGSEGV  (Read 4646 times)

andinf

  • New Member
  • *
  • Posts: 1
Error during execution of Feap8.3 SIGSEGV
« on: August 20, 2014, 02:32:03 AM »
Good morning,
after the correct building of the library and the executable file under Unix Ubuntu 14.04, I have encountered an error during the execution of a simple input file. I tried also with a different input file but the error remain the same.
I enclose here the message that appears into the FEAP window:

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

Backtrace for this error:
#0  0x7F5D62F9D7D7
#1  0x7F5D62F9DDDE
#2  0x7F5D626D8FFF
#3  0x7F5D6272F464
#4  0x434D11 in pzeroi_
#5  0x5AAE70 in setmem_
#6  0x59E77F in usetmem_
#7  0x51465C in ualloc_
#8  0x496B54 in palloc_
#9  0x429DA8 in pnewprob_
#10  0x4179FB in pcontr_
Segmentation fault (core dumped)

Can you kindly suggest me where coul be the problem?
Thank you in advance.

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Error during execution of Feap8.3 SIGSEGV
« Reply #1 on: August 20, 2014, 01:51:34 PM »
See:  http://feap.berkeley.edu/forum/index.php?topic=831.msg2361#msg2361

If that does not help, then you should try valgrind and/or gdb to try to narrow down the problem further.