I wanted to share a small finding regarding the final 3006.102.7 release. From a user experience standpoint, my network is running perfectly. I haven't noticed a single drop or performance issue. However, to avoid going crazy reading endless text, I usually feed my weekly router logs to Gemini (the AI) for a quick health check. Well, the AI actually caught a silent bug under the hood that I would have completely missed.
It turns out there are background kernel panics happening on both my main router (BE88U) and my AP node (BE92U). The crashes are related to the asd process (Asus Security Daemon / Trend Micro), throwing "potentially unexpected fatal signal 6" and "signal 11".
The curious part is that I have AiProtection and all Trend Micro features completely disabled on my main BE88U. Furthermore, the BE92U is running purely as an Access Point, where this daemon shouldn't be doing much anyway.
Since the OS just catches the error, dumps the memory, and restarts the process silently in milliseconds, there is absolutely zero impact on my actual network stability. I am just sharing this in case it is an unpolished edge case in the current Asus GPL regarding the Trend Micro engine. Here are the snippets that Gemini extracted from the logs:
Main Router (BE88U):Apr 1 00:32:21 kernel: ===DDD===Apr 1 00:32:21 kernel: 00010000 - 00020000, [asd]Apr 1 00:32:21 kernel: CPU: 2 PID: 3316 Comm: asd Tainted: P O 4.19.294 #1
AP Node (BE92U):Mar 30 18:35:51 kernel: potentially unexpected fatal signal 6.Mar 30 18:35:51 kernel: ===DDD===Mar 30 18:35:51 kernel: 00010000 - 00020000, [asd]Mar 30 18:35:51 kernel: CPU: 1 PID: 5707 Comm: asd Tainted: P O 4.19.294 #1Apr 3 00:49:58 kernel: potentially unexpected fatal signal 11.Apr 3 00:49:58 kernel: ===DDD===Apr 3 00:49:58 kernel: CPU: 3 PID: 22325 Comm: asd Tainted: P O 4.19.294 #1
Has anyone else noticed this background asd crash on their end? Thanks !!