We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
open /system/apps/* Close apps one by one. At some point it will likely crash.
CPU(s): 2x AMD EPYC Milan Memory: 4.00 GiB total, 735.69 MiB used Haiku revision: hrev58709 Mar 6 2025 07:02:45 (x86_64) Active Threads: thread 1294: Slayer (main) thread 1692: team 1294 debug task thread 1422: w>Slayer state: Exception (Segment violation) Frame IP Function Name ----------------------------------------------- 0x7ffef28c44d0 0x1924ec1b053 __dynamic_cast + 0x23 Disassembly: __dynamic_cast: 0x000001924ec1b030: 4885ff test %rdi, %rdi 0x000001924ec1b033: 0f8417010000 jz 0x1924ec1b150 0x000001924ec1b039: 55 push %rbp 0x000001924ec1b03a: 4889e5 mov %rsp, %rbp 0x000001924ec1b03d: 4157 push %r15 0x000001924ec1b03f: 4156 push %r14 0x000001924ec1b041: 4155 push %r13 0x000001924ec1b043: 4989d5 mov %rdx, %r13 0x000001924ec1b046: 4154 push %r12 0x000001924ec1b048: 53 push %rbx 0x000001924ec1b049: 4889fb mov %rdi, %rbx 0x000001924ec1b04c: 4883ec38 sub $0x38, %rsp 0x000001924ec1b050: 488b07 movq (%rdi), %rax 0x000001924ec1b053: 488b50f0 movq -0x10(%rax), %rdx <-- Frame memory: [0x7ffef28c4470] .`[email protected].... 03 60 00 80 00 00 00 00 40 ee 2e 71 d9 00 00 00 [0x7ffef28c4480] ................ 00 00 00 00 00 00 00 00 00 00 00 00 06 00 00 00 [0x7ffef28c4490] .........R.p.... 00 00 00 00 10 00 00 00 80 52 d5 70 d9 00 00 00 [0x7ffef28c44a0] .........T.p.... 05 00 00 00 00 00 00 00 90 54 d5 70 d9 00 00 00 [0x7ffef28c44b0] .R.p....%....... 80 52 d5 70 d9 00 00 00 25 00 00 00 00 00 00 00 [0x7ffef28c44c0] ..-q............ 00 d0 2d 71 d9 00 00 00 00 00 00 00 00 00 00 00 0x7ffef28c4520 0x25a1c0a42a2 MainWindow::RemoveProcessItems(BList*) + 0x162 0x7ffef28c47c0 0x25a1c0a48bf MainWindow::UpdateTeams() + 0x55f 0x7ffef28c4850 0x16c09924d23 BWindow::task_looper() + 0x1d3 0x7ffef28c4870 0x16c09864f4b BLooper::_task0_(void*) + 0x1b 0x7ffef28c4890 0x14d6d7e1507 thread_entry + 0x17 00000000 0x7f4f42aad258 commpage_thread_exit + 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
open /system/apps/*
Close apps one by one. At some point it will likely crash.
The text was updated successfully, but these errors were encountered: