-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
@lyakh reports that the SOF application fails on intel_adsp_cavs18 hardware with current code. If I understand correctly:
-
The https://github.com/andyross/zephyr/tree/sof-rebased-19Oct20 test branch works on 1.8 hardware.
-
https://github.com/andyross/zephyr/tree/sof-rebased-22Oct20 does not, failing with an error that appears to be heap related.
The main delta between these trees (other than a Zephyr rebase) is
that the first contains a full reversion of the heap optimization
series from @npitre (commit 63ee851).
Manually reverting lib/os/heap to that state in the failing tree fixes
the issues (is that right @lyakh ?)
(This is a continuation of discussion started in thesofproject/sof#3544)
Metadata
Metadata
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug