Garry Tan
4466af6a50
fix(browse): Xvfb identity is argv[0]'s basename, not a cmdline substring
...
First Linux CI run: isOurXvfb identified the TEST RUNNER as our Xvfb —
the suite's own argv contains 'xvfb.test.ts', the substring match over
the whole cmdline passed, and the start-time check matched because the
pid was real. Any process whose ARGUMENTS mention xvfb (a runner, an
editor) was killable — the sibling-kill class the identity check
exists to prevent. Identity now rests on argv[0]'s basename ('Xvfb'),
with a sh-$0 regression pin. isDisplayFree falls back to the X
socket/lock files when xdpyinfo isn't installed (x11-utils is absent
on some images that ship Xvfb).
2026-08-15 17:40:54 -07:00
..
2026-04-06 14:41:06 -07:00
2026-08-15 09:37:04 -07:00
2026-05-09 08:06:47 -07:00
2026-08-15 16:49:40 -07:00
2026-04-28 20:08:04 -07:00
2026-05-09 08:06:47 -07:00
2026-04-28 20:08:04 -07:00
2026-03-13 00:31:41 -07:00
2026-08-15 11:42:19 -07:00
2026-04-28 20:08:04 -07:00
2026-05-27 16:09:38 -07:00
2026-08-15 09:37:04 -07:00
2026-05-27 16:09:38 -07:00
2026-05-01 07:21:28 -07:00
2026-08-15 11:42:19 -07:00
2026-06-09 21:02:30 -07:00
2026-08-15 11:42:19 -07:00
2026-07-10 14:39:32 -07:00
2026-08-15 11:42:19 -07:00
2026-04-17 00:45:13 -07:00
2026-04-08 10:10:13 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 11:42:19 -07:00
2026-08-15 11:42:19 -07:00
2026-05-20 07:35:01 -07:00
2026-05-20 07:35:01 -07:00
2026-04-08 00:41:55 -07:00
2026-05-27 16:09:38 -07:00
2026-05-27 16:09:38 -07:00
2026-08-15 11:42:19 -07:00
2026-04-08 00:41:55 -07:00
2026-04-13 07:49:37 -10:00
2026-03-20 12:22:11 -07:00
2026-04-28 20:08:04 -07:00
2026-05-07 20:14:59 -07:00
2026-05-07 20:14:59 -07:00
2026-08-15 09:37:04 -07:00
2026-05-24 01:43:51 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 09:37:04 -07:00
2026-05-20 07:35:01 -07:00
2026-08-15 09:37:04 -07:00
2026-05-20 07:35:01 -07:00
2026-05-20 07:35:01 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 11:42:19 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 11:42:19 -07:00
2026-04-28 20:08:04 -07:00
2026-05-20 07:35:01 -07:00
2026-05-07 20:14:59 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 09:37:04 -07:00
2026-05-09 08:06:47 -07:00
2026-08-15 11:42:19 -07:00
2026-08-15 09:37:04 -07:00
2026-08-15 09:37:04 -07:00
2026-05-14 21:55:29 -07:00
2026-05-09 08:06:47 -07:00
2026-08-14 22:02:07 -07:00
2026-04-04 10:17:05 -07:00
2026-08-14 22:02:07 -07:00
2026-08-15 17:40:54 -07:00