[metapost] Bug?

luigi scarso luigi.scarso at gmail.com
Thu Dec 23 12:22:54 CET 2021


On Thu, Dec 23, 2021 at 11:40 AM Pétiard François <petiard.francois at free.fr>
wrote:

>
> Le 23/12/2021 à 11:33, luigi scarso a écrit :
>
>
>
> On Thu, Dec 23, 2021 at 11:19 AM Pétiard François <
> petiard.francois at free.fr> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/metapost/attachments/20211223/ddd4a4b6/attachment.html>


More information about the metapost mailing list.