Re: BaseStreamWriter thread didn't stop

2013-01-31 Thread Artyom Horuzhenko
I was trying to record screen (without sharing) many times. After stopping recording I had started it again immediately. One record was around 5-10 minutes. Suddenly I saw this repeated message in the log: "### Stream not yet written Thread Sleep - ...". Size of the cache file (.ser) was not change

Re: BaseStreamWriter thread didn't stop

2013-01-30 Thread Artyom Horuzhenko
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 seba.wag...@gmail.com : > Sorry th

Re: BaseStreamWriter thread didn't stop

2013-01-30 Thread seba.wag...@gmail.com
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" : > There were no exceptions and no data to record to the disk. Please > have a look at the "stopRecordAndSav

Re: BaseStreamWriter thread didn't stop

2013-01-30 Thread Artyom Horuzhenko
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 seba.wag...@gmail.com : > Or like Maxim said, an ex

Re: BaseStreamWriter thread didn't stop

2013-01-30 Thread Maxim Solodovnik
The reason is endless loop because of exception while recording of something like that. We should investigate it and get rid of endless loop On Thu, Jan 31, 2013 at 12:31 PM, Artyom Horuzhenko wrote: > Hello people! > I had a situation when BaseStreamWriter thread wasn't stopped on time > and di

BaseStreamWriter thread didn't stop

2013-01-30 Thread Artyom Horuzhenko
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?