Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13735] sorcery rebuild takes hours to start casting after building zlib trigger queue

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13735] sorcery rebuild takes hours to start casting after building zlib trigger queue
  • Date: 7 Nov 2007 11:32:15 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13735





------- Additional Comments From jakakranjc AT email.si 2007-11-07 05:32 -------
all my attempts at reproducing this have failed. :( Even when stuffing the
queue and the dependency info, it took no more than a second to start casting
after the last Queued message. A full rebuild of a big system took bash to
its
limits, making it hog the cpu, but I couldn't get any delay at the part in
question.

Please try timing it with the following function:
timer()
{
echo +++++++++++++++++++++++++++++++++++++++++ >> /tmp/sore-timing;
cast -c "$1" 2> /dev/null | while read line; do
if grep --color -Eq "$2" <<< "$line"; then
echo $(date +%T):$line >> /tmp/sore-timing;
fi;
done
}

invocation:
time timer zlib "Waiting .*Solo|Queued"; less -R /tmp/sore-timing

And if zlib itself doesn't show anything in three runs, please try with a
complete rebuild.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page