BOINC Manager: connecting to other hosts is troublesome

Frank S. Thomas frank at thomas-alfeld.de
Sat Apr 22 11:43:41 UTC 2006


Hi Rom,

On Thursday 06 April 2006 21:02, Rom Walton wrote:
> I've checked in a fix for this based off of your patch.

It seems that the patch you checked in didn't fix this bug (or has something 
changed in BM's network code since then?). Details about what happens now can 
be found here: 
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=360143;msg=33
The full bug report is here: 
  http://bugs.debian.org/360143

- Frank

> > From: Frank S. Thomas [mailto:frank at thomas-alfeld.de]
> >
> > --- boinc-5.3.31.orig/clientgui/MainFrame.cpp
> > +++ boinc-5.3.31/clientgui/MainFrame.cpp
> > @@ -1034,6 +1034,8 @@
> >
> >      lAnswer = pDlg->ShowModal();
> >      if (wxID_OK == lAnswer) {
> > +
> > +        pDoc->m_pNetworkConnection->SetStateDisconnected();
> >
> >          // Make a null hostname be the same thing as localhost
> >          if (wxEmptyString == pDlg->m_ComputerNameCtrl->GetValue()) {
> > --- boinc-5.3.31.orig/clientgui/MainDocument.cpp
> > +++ boinc-5.3.31/clientgui/MainDocument.cpp
> > @@ -252,6 +252,7 @@
> >      if (pFrame && !m_bFrameShutdownDetected) {
> >          wxASSERT(wxDynamicCast(pFrame, CMainFrame));
> >          m_bConnected = false;
> > +        m_bReconnecting = false;
> >      }
> >  }

-- 
Anmut bringen wir ins Leben;
 Leget Anmut in das Geben.



More information about the pkg-boinc-devel mailing list