We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seeing a SIGSEGV failure where the rip is outside the enclave range. The error seems to happen in libz.so's deflateResetKeep function.
deflateResetKeep
(lldb) bt * thread #10, name = 'myst', stop reason = signal SIGSEGV: invalid address (fault address: 0x2000) frame #0: 0x0000000000002030 * frame #1: 0x0000000201df612a libz.so.1`deflateResetKeep + 298 frame #2: 0x0000000201df6153 libz.so.1`deflateReset + 19 frame #3: 0x0000000201b14781 libSystem.IO.Compression.Native.so`CompressionNative_DeflateInit2_ + 129 disas of the frame #1 - 0x201df6125 <+293>: callq 0x201df4290 ; crc32 -> 0x201df612a <+298>: jmp 0x201df60d4 ; <+212> 0x201df612c <+300>: nopl (%rax) 0x201df6130 <+304>: movl $0xfffffffe, %eax ; imm = 0xFFFFFFFE 0x201df6135 <+309>: retq
The text was updated successfully, but these errors were encountered:
vtikoo
No branches or pull requests
Seeing a SIGSEGV failure where the rip is outside the enclave range.
The error seems to happen in libz.so's
deflateResetKeep
function.The text was updated successfully, but these errors were encountered: