Actions
Bug #2199
openscreen segfaults if utmpx isn't present
Start date:
11/15/2011
Due date:
% Done:
0%
Estimated time:
Description
Right after boot, utmpx isn't created yet, and screen will segfault if it's not present.
I'm guessing utmpx needs to be created earlier so programs that rely on it won't segfault.
Updated by dillon about 13 years ago
On utmpx, it should suffice for the early boot rc scripts to create
an empty utmpx, e.g. 'echo -n > /var/run/utmpx' at some point after
the mounts have gone RW.
-Matt
Updated by alexh about 13 years ago
No. what exactly segfaults? where? Does screen itself segfault or is it in utmpx? If screen itself segfaults, it's a screen bug. If the segfault is in the utmpx code, there are better ways of fixing it. Putting some magical file creation in probably not the right solution.
Cheers,
Alex
Actions