Repository metrics
- Stars
- (7,716 stars)
- PR merge metrics
- (平均マージ 14d 21h) (30d で 1 merged PR)
説明
Q:是否用关键词搜索了issue? (使用 "x" 选择)
- 没有类似的issue
2. 详细叙述
(1) 具体问题
安装并使用ShadoWRT时,经常会导致主系统卡死,无法连接设备分配id,也无法进入web管理页面,强制重启后才正常
(2) 路由器型号和固件版本
x86_64软路由。固件版本:iStoreOS 24.10.5 2025123110
(3) 详细日志和/或截图
打开web管理页出现的错误: Runtime error Unhandled exception during request dispatching /usr/lib/lua/luci/ucodebridge.lua:23: /usr/lib/lua/luci/template.lua:181: Failed to execute template 'quickstart/home'. A runtime error occurred: /usr/lib/lua/luci/template.lua:181: Failed to execute template 'quickstart/main'. A runtime error occurred: /usr/lib/lua/luci/template.lua:93: Exception: /usr/lib/lua/luci/ucodebridge.lua:23: /usr/lib/lua/luci/template.lua:181: Failed to execute template 'themes/argon/header'. A runtime error occurred: [string "/usr/lib/lua/luci/view/themes/argon/header...."]:36: attempt to index local 'boardinfo' (a nil value) stack traceback: [string "/usr/lib/lua/luci/view/themes/argon/header...."]:36: in main chunk
In error(), file [C] called from function run (/usr/lib/lua/luci/ucodebridge.lua:23) called from function [anonymous function] (/usr/lib/lua/luci/ucodebridge.lua:37) called from function resume ([C]) called from function [anonymous function] (/usr/lib/lua/luci/ucodebridge.lua:20) called from function ((tail call))
In anonymous function, file /usr/share/ucode/luci/runtime.uc, line 133, byte 10: called from function [arrow function] (/usr/share/ucode/luci/runtime.uc:183:57) called from function call ([C]) called from function [anonymous function] (/usr/share/ucode/luci/runtime.uc:148:45) called from function [arrow function] (/usr/share/ucode/luci/dispatcher.uc:790:71) called from function render ([C]) called from function render_action (/usr/share/ucode/luci/dispatcher.uc:777:24) called from function run_action (/usr/share/ucode/luci/dispatcher.uc:791:5) called from function [anonymous function] (/usr/share/ucode/luci/dispatcher.uc:1017:48) called from anonymous function (/www/cgi-bin/luci:39:13)
die(ex);
Near here --------^
stack traceback: [C]: in function 'include' /usr/lib/lua/luci/template.lua:93: in function 'include' [string "/usr/lib/lua/luci/view/quickstart/main.htm"]:1: in main chunk stack traceback: [C]: in function 'error' /usr/lib/lua/luci/template.lua:181: in function (tail call): ? [string "/usr/lib/lua/luci/view/quickstart/home.htm"]:10: in main chunk
In error(), file [C] called from function [anonymous function] (/usr/lib/lua/luci/ucodebridge.lua:23) called from function ((tail call)) In anonymous function, file /usr/share/ucode/luci/runtime.uc, line 148, byte 45: called from function [arrow function] (/usr/share/ucode/luci/dispatcher.uc:790:71) called from function render ([C]) called from function render_action (/usr/share/ucode/luci/dispatcher.uc:777:24) called from function run_action (/usr/share/ucode/luci/dispatcher.uc:791:5) called from function [anonymous function] (/usr/share/ucode/luci/dispatcher.uc:1017:48) called from anonymous function (/www/cgi-bin/luci:39:13)
return lcall.call(modname, method, ...args);
Near here ----------------------------------------^
(4) 复现步骤
- 安装ShadoWRT,创建分身系统,选择固定ip地址,关闭dhcp,网关和dns地址填主系统的lan口地址(即web管理页面地址),启动分身系统 2.运行一段时间,不定时就会出现问题,使用分身系统已经半个月左右,已经出现了四五次问题了。
(5) 当前行为
主系统卡死,无法进入web管理页面,无法连接设备分配ip等
(6) 预期行为
所有功能正常