Re: Bug?

luigi scarso <[email protected]> Thu, 23 Dec 2021 12:22:54 +0100
Newsgroups gmane.comp.tex.metapost
Message-ID <CAG5iGsDMmA37QqCYRnybeazQBeN3NE7EpPd7w1H7XeuhXkT0mQ@mail.gmail.com>
On Thu, Dec 23, 2021 at 11:40 AM Pétiard François <[email protected]>
wrote:

>
> Le 23/12/2021 à 11:33, luigi scarso a écrit :
>
>
>
> On Thu, Dec 23, 2021 at 11:19 AM Pétiard François <
> [email protected]> wrote:
>
>> Sorry, what do you mean by "monitor the program in some way" ?
>>
>
> using something like strace, perhaps DTrace
> https://github.com/microsoft/DTrace-on-Windows
>
> --
> luigi
>
> OK. I understand. I'll try that afternoon.
>
>
>
I think that taco is right:

grep 'fopen' OUT | perl -pe 's{(.+: )([0-9a-z]+)( = fopen.+)$}{$2}'
-|sort|uniq|nl|tail -1
 1 0x5585feec9070

with kpfonts:
grep 'fopen' OUT | perl -pe 's{(.+: )([0-9a-z]+)( = fopen.+)$}{$2}'
-|sort|uniq|nl|tail -1
  1036 0x55cea68eee50

So, imo in the second case  you are   running out of file descriptors.
(perhaps this also can help
https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer )


-- 
luigi

--
http://tug.org/metapost/