Closed
Bug 1112604
Opened 10 years ago
Closed 10 years ago
[e10s] Attempting to save Google Calendar event fails, as it results in "too much recursion"
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
e10s | m5+ | --- |
People
(Reporter: mconley, Assigned: mrbkap)
References
Details
STR:
1) Receive a calendar invitation that was sent to a mailing list over GMail
2) Select "Add to calendar" to add it to your Google Calendar
3) In the tab that opens, click "Save" to save the event to your calendar
ER:
Event should be saved.
AR:
No user feedback - clicking the button does nothing. However, if I inspect the console, I see a "too much recursion" error.
When I re-opened this tab in a non-e10s window, I was able to save the event.
Updated•10 years ago
|
Assignee: nobody → mrbkap
![]() |
||
Comment 1•10 years ago
|
||
I get this creating new events.
Comment 2•10 years ago
|
||
This may be largely unrelated, but on bug 1118711 we're seeing the stack-check that is one of the potential sources of "too much recursion" occur because the stack check on a worker is checking the stack pointer against an entirely different thread's stack boundaries.
Assignee | ||
Comment 3•10 years ago
|
||
I've been trying to reproduce this and I've still never seen the "Add to calendar" link. Brad, is there an email or invitation you can forward to me so I can debug this?
Flags: needinfo?(blassey.bugs)
Comment 4•10 years ago
|
||
I think gmail may have changed, I don't see this anymore. Mike do you?
Flags: needinfo?(blassey.bugs) → needinfo?(mconley)
Reporter | ||
Comment 5•10 years ago
|
||
I have not seen this for some time, no.
I think this is probably RESOLVED INCOMPLETE.
Feel free to re-open if anybody disagrees.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(mconley)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•