xiejunyi
xiejunyi
iOS APP , dsym file ``` echo 0xFF1BE4 | ./addr2line -s -i -f -p -a -e /Users/xiejunyi/Desktop/atosl/xxx.app.dSYM/Contents/Resources/DWARF/xxx thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Unknown file magic"',...
use this way to enable sanitizers make unittest check Sanitizer failed; it use _cflags to check ``` _cflags = sysconfig.get_config_var('CFLAGS') or '' _config_args = sysconfig.get_config_var('CONFIG_ARGS') or '' MEMORY_SANITIZER = (...
建议弄一下 卸载
pull request: https://github.com/progit/progit2/pull/802 Are I wrong?
PEP 489 – Multi-phase extension module initialization https://peps.python.org/pep-0489/ PEP 630 – Isolating Extension Modules https://peps.python.org/pep-0630/ mypyc currently does not support sub-interpreters, if we want to support this, we need convert...
Mach exception capture Is the heimdallr.mach_exception.secondary thread necessary? https://github.com/kstenerud/KSCrash/blob/master/Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.c#L314