RE: [Linux-hls-devel] about the "processes freezing up" bug...
Status: Pre-Alpha
Brought to you by:
lucabe
|
From: Tony L. <tl...@au...> - 2003-09-18 08:19:38
|
Hi Luca, I've applied the patch you sent and re-run the test.=20 Debug output and a test program are attached - hope it's helpful. When I ran the program, it froze after a few seconds, but the machine didn't. I was able to use CTRL-C to exit the program. The only difference between this code and my test code in relation to this problem is that there is a 1ms sleep in the main loop in the test code. To compile use: g++ -o hlstest hlstest.cpp -g -I/usr/src/linux/include/ -I/usr/src/hls/include/ Cheers, Tony |