This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix watch_thread_num testcase for ppc32


> The watch_thread_num.exp testcase was timing out on a number of
> iterations for PPC32, while giving a full pass for PPC64. Removing the
> usleep(1) call fixed the problem. It gives full passes for both PPC
> 32/64.

Would you mind sending the log files when it times out? I don't
understand why removing the usleep fixes the problem. I'm a bit
concerned with removing this delay because the thread would then
be free to eat up all the CPU, and the test is creating quite a
number of them...

Thanks,
-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]