Runing fldigi 3.12.X and up.
* * *
I get this random error within 1 hours on 3.12.x so I added debugging info.
This error happens consistently.
tem...@lisa32:~/.fldigi$ cat status_log.txt
Q: main: fldigi 3.12.5 log started on Wed Dec 30 16:17:02 2009
E: trx_trx_receive_loop: Sound error: Connection timed out, TE-04
E: trx_trx_receive_loop: Sound error: Connection timed out, TE-04
E: trx_trx_receive_loop: Sound error: Connection timed out, TE-04
E: trx_trx_receive_loop: Sound error: Connection timed out, TE-04
E: trx_trx_receive_loop: Sound error: Connection timed out, TE-04
E: trx_trx_receive_loop: Sound error: Connection timed out, TE-04
Added debuggin info "TE-04" is in source code src/trx/trx.cxx.
+++++++++++++++++++++++++++++++++++
// If we change to an 8000Hz modem while RSID is on we'll never detect anything.
// Toggle rsid_detecting so that the audio device is reopened with the
ReedSolomon
// samplerate in the next loop iteration.
if (progdefaults.rsid && rsid_detecting && current_samplerate !=
ReedSolomon->samplerate())
rsid_detecting = false;
try {
if (trxrb.write_space() == 0) // discard some old data
trxrb.read_advance(SCBLOCKSIZE);
trxrb.get_wv(rbvec);
numread = 0;
while (numread < SCBLOCKSIZE && trx_state == STATE_RX)
numread += scard->Read(rbvec[0].buf + numread, SCBLOCKSIZE -
numread);
}
catch (const SndException& e) {
scard->Close();
LOG_ERROR("%s, TE-04", e.what());
put_status(e.what(), 5);
MilliSleep(10);
return;
}
++++++++++++++++++++++++++++++++++++++
Again, this is a random error.
I have "apt-get" purged pulseaudio, bluetooth and lmsensors.
Source code 3.11.6 seems to works without errors or problems.
The longest 3.11.6 test(s) was for 6 hours.
I know I should test longer but I did not.
I am running Ubuntu 9.10 on kernel 2.6.31.16.
What else do I need to test?
Thanks,
Terry, KJ4EED
_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha