Skip to content

弹出内核不支持 #2478

@Dusk-0531

Description

@Dusk-0531

Please check before submitting an issue

  • I have searched the issues and haven't found anything relevant
  • I will upload bugreport file in KernelSU Manager - Settings - Report log
  • I know how to reproduce the issue which may not be specific to my device

Describe the bug

在执行`#!/system/bin/sh

source /data/clash/clash.env
pid=$(curl -sL http://127.0.0.1:${Clash_ui_port} | grep hello)
if [[ "${pid}" ]]; then
echo "正在停止akashaProxy."
/data/clash/scripts/clash.service -k && /data/clash/scripts/clash.iptables -k
else
echo "正在启动akashaProxy."
/data/clash/scripts/clash.service -s && /data/clash/scripts/clash.iptables -s
fi`
如果执行中途使用返回键 可能会卡出内核不支持模块或模块列表排序乱掉,删了后台重进恢复

To Reproduce

执行中途使用返回键
概率会卡出内核不支持模块或模块列表排序乱掉
删了后台重进恢复

Expected behavior

正常加载/返回

Screenshots

Image

Logs

KernelSU_bugreport_2025-02-27_10_42.tar.gz

Device info

Pixel 6Pro
Android16beta2
kernel 6.1 Android14
kernelsu 12018
Manager 12064

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions