> On 2015/11/14 14:01, David CARLIER wrote:
> > Might be indeed, there are other use cases with valgrind and protexec
> > and so on ..., utrace might be a good suggestion too except maybe a
> > need for an exception in pledge's side then.
>
> btw, valgrind currently ssems to be quite broken with p
On 2015/11/14 14:01, David CARLIER wrote:
> Might be indeed, there are other use cases with valgrind and protexec
> and so on ..., utrace might be a good suggestion too except maybe a
> need for an exception in pledge's side then.
btw, valgrind currently ssems to be quite broken with pledge.
Might be indeed, there are other use cases with valgrind and protexec
and so on ..., utrace might be a good suggestion too except maybe a
need for an exception in pledge's side then.
On 13 November 2015 at 18:34, Ted Unangst wrote:
> David CARLIER wrote:
>> Hi all,
>>
>> I ve tried to discuss thi
David CARLIER wrote:
> Hi all,
>
> I ve tried to discuss this point with Otto Moerbeek but he might be
> very busy so I throw the topic here if you do not mind ...
>
> I have the habit to enable MALLOC_STATS but with the recent pledge
> feature, it s now difficult to debug some pledged applicatio
> An idea would be to open the fd at init time, which should be early
> enough for most cases (i.e. before the first pledge(2) call). Big
> drawback is the open fd all the time until program exits.
Keeping a fd open through libc runtime is not going to fly. It isn't
just the fragility of it. T
> I ve tried to discuss this point with Otto Moerbeek but he might be
> very busy so I throw the topic here if you do not mind ...
>
> I have the habit to enable MALLOC_STATS but with the recent pledge
> feature, it s now difficult to debug some pledged applications with
> MALLOC_OPTIONS=D as, for
On Fri, Nov 13, 2015 at 09:11:46AM +, David CARLIER wrote:
> Hi all,
>
> I ve tried to discuss this point with Otto Moerbeek but he might be
> very busy so I throw the topic here if you do not mind ...
>
> I have the habit to enable MALLOC_STATS but with the recent pledge
> feature, it s now
Hi all,
I ve tried to discuss this point with Otto Moerbeek but he might be
very busy so I throw the topic here if you do not mind ...
I have the habit to enable MALLOC_STATS but with the recent pledge
feature, it s now difficult to debug some pledged applications with
MALLOC_OPTIONS=D as, for ma