At 8:06 AM +1000 9/20/00, Scott Donovan wrote:
> Hi Everyone,
>
> Just compiled 3.1b11 on freebsd 3.4-stable. Runs ok until about the 3 or 4th
> connection in stand alone mode then sits a 100% processor utilisation.
>
> What information can I provide that may assist ?
>
> Regards,
> Scott D.
An strace (1) or truss(1) output would be great. A trace file
would also be a big help.
To enable tracing in Qpopper:
1. Do a 'make clean'
2. Re-run ./configure, adding '--enable-debugging'.
3. Use '-d' or '-t tracefile' on the command line.
This causes detailed tracing to be written to the syslog (if you
used '-d') or to the file specified as 'tracefile' (if you used
'-t').
An example in standalone mode is: 'popper/popper -t /var/tmp'