Actions
Bug #1214
openIronman launcher locking up over time
Status:
In Progress
Priority:
Immediate
Assignee:
Category:
General
Target version:
Start date:
07 May 2025
Due date:
% Done:
10%
Estimated time:
Severity:
01 - Critical
Description
This might be due to logs filling up /tmp.
If not that, get libleak to work on Pibox and use it to check for leaks.
Updated by Hammel about 1 month ago
Once remote logging is enabled by .opkg package, use piboxLoggerSetFlags(LOG_F_SYSLOG) to route logs to remote log host.
This can be used in launcher and any other app that uses libpibox:log. It should be added as an command line option.
Updated by Hammel about 1 month ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by Hammel about 1 month ago
There are only 4 PiBox/Ironman apps running that might cause this:
- piboxd
- imrest
- appmgr
- launcher
imrest seems the most likely candidate, but all of them should probably tested for leaks.
Actions