SIGSEGV - memory fault at 0x00000000 (IP = 0x4d16c2183) #1507
-
Hello, I am trying to run a rust application using Gramine GSC and currently getting the application terminated with a SIGSEGV. I wonder if it's related with the following warnings I got in the verbose log: Here is my current manifest file:
The verbose log can be found attached, couldn't paste here since its too long. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Did you try this application with
No, I don't think the missing Looking at your log, I don't see anything special there. It does feel like your Rust application has some bug, that is triggered in Gramine. I'm afraid you'll have to debug it with GDB... You can do |
Beta Was this translation helpful? Give feedback.
-
Can you try to add |
Beta Was this translation helpful? Give feedback.
@tiagorvmartins Yes, exactly, you should increase the
sys.stack.size
value in the manifest.