daz

Results 9 comments of daz

I want to do this, can you assign me : )

I want to solve this issue, Can I have a try : )

Is the goal to achieve running a specified image locally, such that after using 'sealer pull' to pull the image, running 'sealer run a' would directly run the image (similar...

AFAIU, this is the TODO: 1. Specify the image to be run on the CLI (I prefer the format 'sealer run my-image:v1 --provider container'). 2. Detect the host's architecture and...

Hi there, I have some questions regarding the description of this specific issue. The statement reads, "The called function cr_pre_dump_tasks() calls log_keep_err() to keep the message, then the task exits."...

My understanding of the issue is that when we call `pr_err()`, we will enter the `log_note_err()` function, and if `log_note_err()` encounters a signal, it will try to call `pr_err()` again...

I want to try to solve it. However, I am concerned that this may not be an easy bug to test. What tools should I use to debug the deadlock...

> My understanding of the issue is that when we call `pr_err()`, we will enter the `log_note_err()` function, and if `log_note_err()` encounters a signal, it will try to call `pr_err()`...

> > > My understanding of the issue is that when we call `pr_err()`, we will enter the `log_note_err()` function, and if `log_note_err()` encounters a signal, it will try to...