Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThanks sglow!
I'm still debugging this problem... but bottom line is I'm getting no-where. The strace outputs of a system that works (v7.10) and this one (v8.04) are full of errors that apparently don't matter - as they show up in both but one of them works. They both terminate the trace with "gettimeofday" entries like those in the given trace. If I had to guess, it's an "X" problem. But I'm stuck. Deal is - the graphical desktop hangs, I ctrl-alt-f1 to another terminal and can't even kill the quartus job. We're now headed down the road to use a virtual machine running CentOS to run this tool. Trace follows: 6344 <... gettimeofday resumed> {1210975967, 220806}, NULL) = 0 6261 <... lstat64 resumed> {st_mode=S_IFREG|0600, st_size=204, ...}) = 0 6344 clock_gettime(CLOCK_REALTIME, <unfinished ...> 6261 unlink("/tmp/Mw_jherr/F76FB2273039EA1DBF0858C2143C61CD" <unfinished ...> 6344 <... clock_gettime resumed> {1210975967, 220929232}) = 0 6261 <... unlink resumed> ) = 0 6344 futex(0xb52d1300, 0x81 /* FUTEX_??? */, 1 <unfinished ...> 6261 close(9 <unfinished ...> 6344 <... futex resumed> ) = 0 6344 gettimeofday( <unfinished ...> 6261 <... close resumed> ) = 0 6344 <... gettimeofday resumed> {1210975967, 221051}, NULL) = 0 6344 clock_gettime(CLOCK_REALTIME, {1210975967, 221098871}) = 0 6261 exit_group(1) = ? 6345 <... futex resumed> ) = ? ERESTARTSYS (To be restarted) 6346 <... poll resumed> [{fd=13, events=POLLIN|POLLRDNORM}], 1, -1) = ? ERESTART_RESTARTBLOCK (To be restarted) 6348 <... poll resumed> [{fd=25, events=POLLRDNORM}], 1, 1000) = ? ERESTART_RESTARTBLOCK (To be restarted) 6343 <... futex resumed> ) = ? ERESTART_RESTARTBLOCK (To be restarted) 6349 <... nanosleep resumed> 0xb3073e14) = ? ERESTART_RESTARTBLOCK (To be restarted)