If you start OM on very slow machine (I used Intel Atom 1.6 GHz) and begin to record high resolution video (1680x1050) you have a chance to reproduce this bug. There a lot of other interesting things appears sometimes. Hanged thread is just one of them.
2013/1/31 [email protected] <[email protected]>: > Sorry that is a vague pointer or doubt that you raise her. We can't fix > anything based on that. > Is there any way to reproduce it? > > Sebastian > Am 31.01.2013 18:49 schrieb "Artyom Horuzhenko" <[email protected]>: > >> There were no exceptions and no data to record to the disk. Please >> have a look at the "stopRecordAndSave" method in the >> "FLVRecordingService" class. Is it possible that "stopRecordingShow" >> didn't call because some of checks didn't pass? >> >> 2013/1/31 [email protected] <[email protected]>: >> > Or like Maxim said, an exception while recording. However I understood it >> > like you had no exception just the endless loop. >> > >> > Sebastian >> > >> > >> > 2013/1/31 [email protected] <[email protected]> >> > >> >> It means that the write to disk task is slower then the data stream >> input. >> >> There is a Thread.sleep in the processing of the recording that waits >> >> until all bytes are written to disk. >> >> I have occasionally seen issues with the detection of the end of the >> >> video-stream/recording but I never was able to reproduce it. >> >> Have you a stable way to reproduce that issue? >> >> >> >> Sebastian >> >> >> >> >> >> 2013/1/31 Artyom Horuzhenko <[email protected]> >> >> >> >>> Hello people! >> >>> I had a situation when BaseStreamWriter thread wasn't stopped on time >> >>> and did nothing, but a user already had stopped recording. Also I got >> >>> many messages to the log: "### Stream not yet written Thread Sleep - >> >>> ...". Does anybody know the possible reason of this issue? >> >>> >> >> >> >> >> >> >> >> -- >> >> Sebastian Wagner >> >> https://twitter.com/#!/dead_lock >> >> http://www.webbase-design.de >> >> http://www.wagner-sebastian.com >> >> [email protected] >> >> >> > >> > >> > >> > -- >> > Sebastian Wagner >> > https://twitter.com/#!/dead_lock >> > http://www.webbase-design.de >> > http://www.wagner-sebastian.com >> > [email protected] >>
