Skip to content

support unloaded readonly areas on reading core dumps #1710

support unloaded readonly areas on reading core dumps

support unloaded readonly areas on reading core dumps #1710

Triggered via push April 29, 2024 18:04
Status Failure
Total duration 44s
Artifacts
psalm static code analysis
34s
psalm static code analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
PossiblyNullPropertyFetch: src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php#L39
src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php:39:42: PossiblyNullPropertyFetch: Cannot get property on possibly null variable $base_area of type Reli\Lib\Process\MemoryMap\ProcessMemoryArea|null (see https://psalm.dev/082)
PossiblyNullArgument: src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php#L39
src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php:39:42: PossiblyNullArgument: Argument 1 of hexdec cannot be null, possibly null value provided (see https://psalm.dev/078)
PossiblyNullPropertyFetch: src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php#L39
src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php:39:70: PossiblyNullPropertyFetch: Cannot get property on possibly null variable $base_area of type Reli\Lib\Process\MemoryMap\ProcessMemoryArea|null (see https://psalm.dev/082)
PossiblyNullArgument: src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php#L39
src/Lib/Process/MemoryMap/ProcessModuleMemoryMap.php:39:70: PossiblyNullArgument: Argument 1 of hexdec cannot be null, possibly null value provided (see https://psalm.dev/078)
psalm static code analysis
Process completed with exit code 2.
psalm static code analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/