Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Segmentation fault error

Aparna C

New member
Hi,
I was trying to run the Real.exe. But, I am getting error like below. Can anyone pls tell how to resolve this problem?
at /build/glibc-LcI20x/glibc-2.31/signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0
#3 0x5610023e5650 in ???
#4 0x5610023ec35a in ???
#5 0x561000004b3e in ???
#6 0x5610000056c5 in ???
#7 0x560fffff60b2 in ???
#8 0x14f2219bd082 in __libc_start_main
at ../csu/libc-start.c:308
#9 0x560fffff60ed in ???
#10 0xffffffffffffffff in ???
 

Attachments

  • namelist.input
    10.2 KB · Views: 2
Can you run these commands in the terminal located in the folder where the rsl.out and rsl.error files area located?


Code:
grep -i FATAL rsl.*

grep -i error rsl.*

grep -i SIGSEGV rsl.*

grep -i cfl rsl.*

Then attach the files that show the errors in a zip file to this thread?
 
hi,
I runned the commands which you have mentioned above. I have attached below the error which I got after running those cammands.
 

Attachments

  • rsl_error.docx.pdf
    293.3 KB · Views: 7
Top