Opened 17 years ago

Closed 17 years ago

#221 closed Defect (fixed)

v5.10.0 - Win64 - attach/syncronice AMS crash Manager.

Reported by: Rattledagger Owned by: romw
Priority: Critical Milestone: 5.10
Component: Manager Version:
Keywords: Cc:

Description

With win2003/64 and 64-bit BOINC-client, if you chooses "Attach to Account Manager" or "Syncronize with AMS", most of the time instead of showing dialog-window, the BOINC Manager locks-up, starts using 100% cpu-usage, and has a memory-leak so after a couple minutes tries using 90% of computers memory...

It's maybe not crashing the 1st. time you tries, but try a couple times, and it does.

Change History (5)

comment:1 Changed 17 years ago by Nicolas

Are you sure it's the Manager (boincmgr.exe) and not the core client (boinc.exe)? Just checking.

comment:2 Changed 17 years ago by romw

Milestone: Undetermined5.10
Status: newassigned

comment:3 in reply to:  1 Changed 17 years ago by Rattledagger

Replying to Nicolas:

Are you sure it's the Manager (boincmgr.exe) and not the core client (boinc.exe)? Just checking.

boinc.exe is happily running as service, and continues doing whatever it's doing. boincmgr.exe shows using 50% in TaskManager? (dual-cpu), and quickly-increasing memory-usage.

comment:4 Changed 17 years ago by jammie

I can confirm this bug exists in the Linux version 5.10.0. Attempting to select "Attach to Account Manager" within the manager causes the manager to lock up using excessive amounts of cpu (50% on my dual core system).

comment:5 Changed 17 years ago by romw

Resolution: fixed
Status: assignedclosed

(In [12816]) - fixes #221: Win64 - attach/syncronice AMS crash Manager.

The manager was getting stuck in an infinite loop since a bool wasn't being explicitly initialized to false.

clientgui/

AccountManagerProcessingPage?.cpp

Note: See TracTickets for help on using tickets.