You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR#70 resolved #8 by adding support for writing MemoryInfoListStream on Linux/Android targets, this allows minidump consumers to process minidumps more easily without needing to parse and understand Linux-specific information. Thanks @afranchuk!
PR#81 stabilized arm and aarch64 support for unknown-linux and linux-android, as well as adding support for x86_64-linux-android.
Changed
PR#70 replaced the custom reading of procfs information used when generating a minidump on Linux to use the procfs crate instead, removing a bunch of code.
PR#80 along with PR#84 replaced procfs with procfs-core, removing unneeded dependencies such as windows-sys.
Fixed
PR#78 resolved #24 by ignoring guard pages when dumping the stack to the minidump in the event of a stack overflow.
PR#83 resolved #82 by correctly aligning a structure.