pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mktime() problem when building print/a2ps



On Fri, Oct 14, 2022 at 04:16:28PM +0700, Robert Elz wrote:
> That isn't supposed to happen.   The first (executable) line of main
> is
> 	alarm(60);
> which should make the program exit after 60 seconds, whatever else
> goes wrong.

For reasons beyound me gdb thinks the program has two threads running,
and both idle looping - not sure which thread gets the sigalarm.

Martin


Home | Main Index | Thread Index | Old Index