qinkunbao commented on pull request #569: URL: https://github.com/apache/incubator-teaclave/pull/569#issuecomment-956764579
> Good to see unloading the WASM's workload gracefully by adding corresponding native callbacks and preventing resource from leaking. However, there is a following issue identified by CI > > ``` > thread '<unnamed>' panicked at 'assertion failed: self.buffer.is_empty() || > self.opt.cmp.cmp(self.last_key.as_slice(), key) == Ordering::Less', common/rusty_leveldb_sgx/src/block_builder.rs:60:9 > stack backtrace: > ``` > > It looks related to double release problem. probably need another patch to fix it ahead. thanks. @bigdata-memory Thanks for the review. The CI issue has been patched in https://github.com/apache/incubator-teaclave/pull/570. -- 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: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org