DEBUG: pools: also print the item's pointer when crashing
authorWilly Tarreau <w@1wt.eu>
Tue, 12 Sep 2023 15:27:07 +0000 (17:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Sep 2023 16:14:05 +0000 (18:14 +0200)
commit96c1a24224e7b765bfbd391c255860cb3f1390f4
tree39e304e7314cbc6505f067a1b82e657d27fcbbe1
parent84757e32e6b8f46460dabefa7fa7bb7daae15680
DEBUG: pools: also print the item's pointer when crashing

It's important to inspect a core or recognize some values to have the
item pointer, it was not provided.
src/pool.c