Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error if exit in terminal and then close it #71

Open
ParfenovIgor opened this issue Mar 21, 2024 · 1 comment
Open

[BUG] Error if exit in terminal and then close it #71

ParfenovIgor opened this issue Mar 21, 2024 · 1 comment
Labels
bug Something isn't working kernel The issue is about the kernel

Comments

@ParfenovIgor
Copy link

Logs

If I open Terminal, enter exit and then close the terminal, then following error on red screen appears:

Whoops! Something terrible happened.
If you weren't expecting this, please open an issue on GitHub to report it.
Here are the details:
Assertion failed: _state == ALIVE || _state == STOPPED
In pid: 14 (terminal) tid: 14
/home/runner/work/duckOS/duckOS/kernel/tasking/Process.cpp at line 249

Screenshot

error

Environment

Host OS is Windows 10.
Virtualization Software is QEMU 8.2.0.
qemu-system-x86_64 is used.

To Reproduce

  1. Wait until OS is ready to work
  2. Open Terminal
  3. Enter exit
  4. Close Terminal
@ParfenovIgor ParfenovIgor added the bug Something isn't working label Mar 21, 2024
@byteduck
Copy link
Owner

Seems to be an issue with the way the reaper task works - this seems to happen a lot. I'll look into it, thank you!

@byteduck byteduck added the kernel The issue is about the kernel label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kernel The issue is about the kernel
Projects
None yet
Development

No branches or pull requests

2 participants