a21152 commented on PR #127:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/127#issuecomment-2100870163

   hmm... that is odd.
   
   0xffff000c indicates TEE_ERROR_OUT_OF_MEMORY upon open_session(), which I 
don't expect to fail in the test.
   
   I rerun `error-handling-rs` manually in my local `make run-only` qemu and 
also tests/test_error_handling.sh, both passed with no panics.
   
   Also `grep -q -v "panicked" screenlog.0` should return non-zero for any 
panics, causing the test to fail (which is what I expect), because of the `-v` 
switch.
   
   I suspect the `vec!` call in the TA when creating the session context was 
causing the ffff000c error for you but I can't figure out why.
   
   Are you running against main branch by any chance (which may not work)?
   
   If you can't figure out it either, I would need your exact test procedure so 
I can try to replicate your env. here to further triage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to