Opened 5 years ago
Closed 5 years ago
#18656 closed defect (invalid)
dojo.date.locale.format has a memory leak
Reported by: | bschlangen | Owned by: | bschlangen |
---|---|---|---|
Priority: | high | Milestone: | 1.12 |
Component: | Date | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Each time that dojo/date/local.js format() function is called memory is allocated and a portion of that memory is never garbage collected.
Tested in Chrome v. 44
Initial Digging suggests that leak is actually caused by the line:
if(pattern){str.push(_processPattern(pattern, sauce));}
Change History (4)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|---|
Owner: | changed from Adam Peller to dylan |
Status: | new → assigned |
comment:2 Changed 5 years ago by
Priority: | undecided → high |
---|
comment:3 Changed 5 years ago by
Milestone: | 1.11 → 1.12 |
---|---|
Owner: | changed from dylan to bschlangen |
Status: | assigned → pending |
comment:4 Changed 5 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Discussed this with peller today. We need a more involved test case to track this down, as we're not seeing the issue with the test cases that are built in.
@bschlangen, can you provide a more detailed test case please?