Hi,
I am getting this error consistently with the latest tigervnc . I see this 
popup alert  when I try to kill/logout hte session. I was able to log this 
message to  vncviewer log file from teh socketEvent methos of CConn.cxx file.

try {
    // processMsg() only processes one message, so we need to loop
    // until the buffers are empty or things will stall.
    do {
      cc->processMsg();
    } while (cc->sock->inStream().checkNoWait(1));
  } catch (rdr::EndOfStream& e) {
     vlog.info("End of stream %s", e.str());
     exit_vncviewer();
  } catch (rdr::Exception& e) {
     vlog.error("Error processing message  %s", e.str()); <-- same popup 
message is getting printed in the log file.
     exit_vncviewer(e.str());
  }


Apart from
Regards,
Venkat




On Wednesday, 5 February 2014 6:58 PM, Pierre Ossman <oss...@cendio.se> wrote:
 


On Wed, 5 Feb 2014 15:29:49 +0800 (SGT),
korada venkata ramana wrote:

> Hi,
> I am getting a random bug with a small popup dialog with the following 
> message nad the screen is going blank. I had to reopen the session again.
> I ma using vncviewer on windows7 and the vnc server is on Linux
>  
> Error message:
> read: The operation completed successfully. (0).
>  

I don't have a good explanation for this one. Windows indicated that
there was a socket error. But when we asked which, it just reported
that everything is fine.

Can you find a way to reproduce it?


> I could not find the error messages in any of the source files.

The message comes from Windows, so it's not in our code.

Rgds
-- 
Pierre Ossman           Software Development
Cendio AB        http://cendio.com
Teknikringen 8        http://twitter.com/ThinLinc
583 30 Linköping    http://facebook.com/ThinLinc
Phone: +46-13-214600    http://plus.google.com/+CendioThinLinc

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
------------------------------------------------------------------------------
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to