Re: [PATCH v2] Fix profiler error() definition and usage

2023-11-14 Thread Corinna Vinschen
On Nov 14 00:58, Mark Geisert wrote: > Minor updates to profiler and gmondump, which share some code: > - fix operation of error() so it actually works as intended > - resize 4K-size auto buffer reservations to BUFSIZ (==1K) > - remove trailing '\n' from 2nd arg on error() calls everywhere > - prov

[PATCH v2] Fix profiler error() definition and usage

2023-11-14 Thread Mark Geisert
Minor updates to profiler and gmondump, which share some code: - fix operation of error() so it actually works as intended - resize 4K-size auto buffer reservations to BUFSIZ (==1K) - remove trailing '\n' from 2nd arg on error() calls everywhere - provide consistent annotation of Windows error numb

Re: [PATCH] Cygwin: Fix profiler error() definition and usage

2023-11-14 Thread Mark Geisert
Hi Corinna, On Mon, 13 Nov 2023, Corinna Vinschen wrote: On Nov 13 01:46, Mark Geisert wrote: Minor updates to profiler and gmondump, which share some code: - fix operation of error() so it actually works as intended - resize 4K-size auto buffer reservations to BUFSIZ (==1K) - remove trailing '