rdmenezes / synecdoche

Automatically exported from code.google.com/p/synecdoche
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Manager crash if CC has no write access to data directory. #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make the data directory unwriteable.
2. Start the manager in Simple GUI mode (just switch to simple GUI if
started in Advanced mode).
3. Attempt to switch to Advanced mode while the manager is still trying to
start the CC.

It should switch cleanly. Instead, it crashes with SIGPIPE because it tries
to find out if attached via account manager while no socket has been opened.

Minimalist stacktrace:
CBOINCGUIApp::SetActiveGUI
CAdvancedFrame::CAdvancedFrame
CAdvancedFrame::CreateMenu
RPC_CLIENT::acct_mgr_info
RPC::do_rpc
RPC_CLIENT::send_request
system methods

Always reproducible on OS X, the cause of the crash on non-admin accounts
as documented in the release notes.

Original issue reported on code.google.com by michaels...@gmail.com on 8 Jul 2009 at 6:17

GoogleCodeExporter commented 9 years ago
Changed wrong tag.

Original comment by michaels...@gmail.com on 8 Jul 2009 at 6:17