Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marek-safar/542d7f536f37228107ba774e0e4ce59e to your computer and use it in GitHub Desktop.
Save marek-safar/542d7f536f37228107ba774e0e4ce59e to your computer and use it in GitHub Desktop.
Mono: DllImport searching in: 'System.IO.Compression.Native' ('/Users/marek/git/my/trees/build-fixes/netcore/corefx/packages/runtime.osx-x64.microsoft.private.corefx.netcoreapp/4.6.0-preview7.19305.1/runtimes/osx-x64/native/System.IO.Compression.Native.dylib').
Mono: Searching for 'CompressionNative_Inflate'.
Mono: Probing 'CompressionNative_Inflate'.
Mono: Found as 'CompressionNative_Inflate'.
Process 40137 stopped
* thread #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x5a274e0)
frame #0: 0x00007fff72eafac4 libz.1.dylib`inflate + 848
libz.1.dylib`inflate:
-> 0x7fff72eafac4 <+848>: movzbl (%r12), %edx
0x7fff72eafac9 <+853>: incq %r12
0x7fff72eafacc <+856>: movl %r14d, %ecx
0x7fff72eafacf <+859>: shlq %cl, %rdx
Target 0: (dotnet) stopped.
(lldb) bt
* thread #1, name = 'tid_307', queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x5a274e0)
* frame #0: 0x00007fff72eafac4 libz.1.dylib`inflate + 848
frame #1: 0x0000000108f02242 System.IO.Compression.Native.dylib`___lldb_unnamed_symbol5$$System.IO.Compression.Native.dylib + 50
frame #2: 0x0000000108c2cabe
frame #3: 0x0000000108c2c3cb
frame #4: 0x0000000108c2c0e3
frame #5: 0x0000000108c2c063
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment