Adium

Ticket #9040 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Adium Crashes

Reported by: cpietras03 Assigned to: evands
Priority: normal Milestone: Adium X 1.2.2
Component: Adium Core Version: 1.2.1
Severity: regression Keywords:
Cc: Patch: None
Pending: 0

Description

Sometimes after I come back and turn off the screensaver I get an error that Adium has crashed

Attachments

Adium Crash.txt (27.6 kB) - added by cpietras03 on 01/23/2008 05:22:35 PM.
There was no file in the Crash Logger but I copied and pasted what it wanted to send to Apple

Change History

01/23/2008 05:22:35 PM changed by cpietras03

  • attachment Adium Crash.txt added.

There was no file in the Crash Logger but I copied and pasted what it wanted to send to Apple

01/26/2008 05:09:02 PM changed by evands

  • owner changed from nobody to evands.
  • status changed from new to assigned.
  • severity changed from normal to regression.
  • milestone set to Adium X 1.2.2.

01/26/2008 05:12:00 PM changed by evands

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [22496]) The preference controller no longer permanently retains every object stored as a preference... which means that classes using it have to be appropriately responsible. The fast user switching support plugin was storing NSNumber objects used when fast user switching or the screensaver changes (when such activities are supposed to cause status changes) without retaining them. This fixes that and so fixes crashiness.

Fixes #9040. Fixes #9060.

01/26/2008 05:12:54 PM changed by evands

(In [22497]) Merged [22496]: The preference controller no longer permanently retains every object stored as a preference... which means that classes using it have to be appropriately responsible. The fast user switching support plugin was storing NSNumber objects used when fast user switching or the screensaver changes (when such activities are supposed to cause status changes) without retaining them. This fixes that and so fixes crashiness.

Fixes #9040. Fixes #9060.