Can not modify immutable data container' when calling method: [calIItemBase::setProperty]" nsresult: "0x80460002 (NS_ERROR_OBJECT_IS_IMMUTABLE)" ...... ccalStorageCalendar.js#1736
Categories
(Calendar :: General, defect, P1)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Getting loads of these: uncaught exception: 2152071170 7 calStorageCalendar.js:1736:7
Exception { name: "NS_ERROR_OBJECT_IS_IMMUTABLE", message: "Can not modify immutable data container'Can not modify immutable data container' when calling method: [calIItemBase::recurrenceInfo]", result: 2152071170, filename: "file:///home/magnus/Code/tb/mozilla/obj-x86_64-pc-linux-gnu/dist/bin/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calStorageCalendar.js", lineNumber: 1736, columnNumber: 0, data: null, stack: "_assureRecurringItemCaches/<@file:///home/magnus/Code/tb/mozilla/obj-x86_64-pc-linux-gnu/dist/bin/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calStorageCalendar.js:1736:7\nhandleResultInner@file:///home/magnus/Code/tb/mozilla/obj-x86_64-pc-linux-gnu/dist/bin/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calStorageCalendar.js:272:21\nhandleResult@file:///home/magnus/Code/tb/mozilla/obj-x86_64-pc-linux-gnu/dist/bin/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calStorageCalendar.js:266:41\n", location: XPCWrappedNative_NoHelper }
Pretty sure this is from bug 501689 since it just started.
Not sure exactly what the consequences are.
Comment 1•5 years ago
|
||
Based on the line number this might be fixed with https://bugzilla.mozilla.org/attachment.cgi?id=9093466&action=diff
Reporter | ||
Comment 2•5 years ago
|
||
Looks like it, thx Stefan!
Description
•