MINOR: debug: remove the redundant process.thread_info array from post_mortem
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Oct 2024 06:47:23 +0000 (07:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 18:04:38 +0000 (19:04 +0100)
commita2da8ef7ff9442a5c8090e8f43fe02a50153500f
treea5d10176425f1111790b1ab1ca3571825bf7da12
parent068b4a20c0bba4ad37cea6936e19a71dfd033b82
MINOR: debug: remove the redundant process.thread_info array from post_mortem

That one is huge and unneeded since we now have the pointer to the
whole thread_info[] array, which does contain the freshest version
of these info and many more. Let's just get rid of it entirely.

(cherry picked from commit 52240680f1d98cc7eb1e762a04becaf54660e96b)
[wt: adjusted ctx in feed_post_mortem_late()]
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/debug.c