Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AhmedSiddiq995 opened this issue May 8, 2020 · 2 comments

Comments

@AhmedSiddiq995
Copy link

Hi,
I am doing calculations on 4f^n6s^n systems, and in the end when I run jj2lsj I get the following error.

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

Backtrace for this error:
#0 0x7f18add6832a
#1 0x7f18add67503
#2 0x7f18ad5fcf1f
#3 0x7f18adedcb8b
#4 0x7f18adeddcbb
#5 0x7f18adee10a8
#6 0x7f18adee272c
#7 0x564dc56bc3ac
#8 0x564dc56be025
#9 0x564dc56ad3ee
#10 0x7f18ad5dfb96
#11 0x564dc56ad419
#12 0xffffffffffffffff
Segmentation fault (core dumped)

Please help me out of this error.
Regards
Ahmed

@jongrumer
Copy link
Member

Hi @AhmedSiddiq995 - open 4f systems are complex and requires a lot of experience with the codes. Unexpected things sometimes occur fot the cases which push the boundaries of the method if you don't familiarize yourself with the limits of the codes first. First check: do the code run for simpler cases?

@CYChenFudan
Copy link
Contributor

By now, the "Segmentation fault" issues found in grasp2K are always associated with the array size limited by integer*4. A quick solution: split the .cm files using rasfsplit tool, then try jj2lsj again. Note, it is only for the cases that the original .cm files consist of many blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants