
|
If you were logged in you would be able to see more operations.
|
|
|
UBC Webmail
Created: 17/Nov/04 04:48 PM
Updated: 13/Aug/07 12:14 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
3.0.1
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
1.
()
|
|
|
Environment:
|
Operating System: All
Platform: All
Operating System: All
Platform: All
|
|
|
ComposeMessage has a memory leak related to finalize method, this is causing
ChannelManager objects to leak as well.
Not sure why the finalize method it is getting hung up, but is causing
ComposeMessage to not be GC'd and leak CMs.
Steps to reproduce:
1) have webmail subscribed in your layout
2) start uP
3) login/logout/GC/snapshot
4) you will see CMs not GC'd because of ComposeMessage still on the heap
|
|
Description
|
ComposeMessage has a memory leak related to finalize method, this is causing
ChannelManager objects to leak as well.
Not sure why the finalize method it is getting hung up, but is causing
ComposeMessage to not be GC'd and leak CMs.
Steps to reproduce:
1) have webmail subscribed in your layout
2) start uP
3) login/logout/GC/snapshot
4) you will see CMs not GC'd because of ComposeMessage still on the heap |
Show » |
|
Compose Message Memory Leak