Re: [arch-general] valgrind 3.13.0-6 exclusions broken again

2018-04-07 Thread David C. Rankin
On 04/07/2018 06:58 AM, Levente Polyak wrote: > On April 7, 2018 6:18:39 AM GMT+02:00, "David C. Rankin" > wrote: >> On 04/01/2018 07:43 PM, David C. Rankin wrote: >>> >>> >>> I was looking for confirmation of the bug and whether the devs want >> it >>> filed here to track or to not waste time fi

Re: [arch-general] valgrind 3.13.0-6 exclusions broken again

2018-04-07 Thread Levente Polyak via arch-general
On April 7, 2018 6:18:39 AM GMT+02:00, "David C. Rankin" wrote: >On 04/01/2018 07:43 PM, David C. Rankin wrote: >> >> >> I was looking for confirmation of the bug and whether the devs want >it >> filed here to track or to not waste time filing with Arch and just >file >> upstream? >> > >I susp

Re: [arch-general] valgrind 3.13.0-6 exclusions broken again

2018-04-06 Thread David C. Rankin
On 04/01/2018 07:43 PM, David C. Rankin wrote: > > Now allocating for 1 integer reports 2 allocations and 1,028 bytes > instead of 1 allocation and 4 bytes as it did a couple of days ago, e.g.: > > #include > #include > > int main (void) { > > int *a = malloc (sizeof *a); > *a = 5; >

Re: [arch-general] valgrind 3.13.0-6 exclusions broken again

2018-04-01 Thread David C. Rankin
On 3/31/2018 8:56 PM, Oleksii Vilchanskyi wrote: > So, that's glibc which allocates additional memory for `printf()`, and > there's nothing wrong with valgrind. Quite the contrary - valgrind can > be a very sharp Swiss knife. > Yes, yes, thanks, I know where the memory is being allocated. This is

Re: [arch-general] valgrind 3.13.0-6 exclusions broken again

2018-03-31 Thread Oleksii Vilchanskyi via arch-general
On 1.4.2018 00:05, David C. Rankin wrote: > Devs, > > valgrind is reporting more memory allocated than actual. This occurred a > couple of months back as well, was resolved, and is now apparently back again? > I don't know if this is a regression, but for each allocation, an additional > allocat

[arch-general] valgrind 3.13.0-6 exclusions broken again

2018-03-31 Thread David C. Rankin
Devs, valgrind is reporting more memory allocated than actual. This occurred a couple of months back as well, was resolved, and is now apparently back again? I don't know if this is a regression, but for each allocation, an additional allocation is reported and up to 2^10 additional bytes are re