[BUG] Resource consumption problem in clients/cmdline/prompt.c::prompt().
From: David Wilson <dw_at_botanicus.net>
Date: 2005-01-15 00:41:33 CET
Good evening folks,
At around midnight on the 13th of January, my nightly svn cronjob
Cron starts processes with stdin connected to /dev/null, or some
Poking through the Subversion sources, I found a while loop in
That loop calls prompt.c::wait_for_input(), which calls apr_poll(),
114: status = apr_file_getc (&c, fp);
I don't yet understand enough about APR/svn to determine what is going
To reproduce:
1) Start a terminal with /usr/bin/top running (or something that can
2) In another terminal, execute:
I suppose anything that calls prompt() will trigger the bug, but this
Thanks,
David.
-- Implementations are always preferred over rhetoric. -- Robert Brewer on comp.lang.python --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Jan 15 00:42:40 2005 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.