Electrolysis/Meetings/2016-08-25: Difference between revisions
< Electrolysis | Meetings
Jump to navigation
Jump to search
(Add mconley stuff) |
(Add updates from kanru's team) |
||
Line 14: | Line 14: | ||
** Solved very frequent orange {{bug|1290567}} - "ERROR: GC found live Cell ... at shutdown" errors since bug 1261842 | ** Solved very frequent orange {{bug|1290567}} - "ERROR: GC found live Cell ... at shutdown" errors since bug 1261842 | ||
** Mostly solved {{bug|1294456}} - [e10s] After opening a tab/window Marionette hangs if any command is send which executes in the listener.js frame script | ** Mostly solved {{bug|1294456}} - [e10s] After opening a tab/window Marionette hangs if any command is send which executes in the listener.js frame script | ||
== kanru == | |||
* {{bug|1264642}} RESOLVED::FIXED Reduce the contiguous address space needed for StructuredClone serialization | |||
** Landed | |||
* {{bug|1269036}} NEW:: crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::LogicError | mozilla::dom::PBrowser::Transition from ABORT: __delete__()d actor | |||
** Landed | |||
* {{bug|1051567}} NEW:: [e10s] Crash in [@ mozilla::ipc::MessageChannel::OnChannelErrorFromLink] | |||
** Mac can easily run out of file descriptors. | |||
** {{bug|1296756}} NEW:: Record number of open file descriptors in crash report | |||
== ting == | |||
* {{bug|1297314}} NEW:: Crash in mozilla::ipc::FatalError | mozilla::dom::PContentParent::Write from ContentParent::RecvKeywordToURI() | |||
** Landed | |||
* {{bug|1145613}} NEW:: Crash in [@ ReleaseData ] & [@ ReleaseData(void*, unsigned int)] | |||
** added some other similar crashes with different signatures | |||
** checked the crash annotations, am double checking the code around nsHttp::Host |
Revision as of 14:36, 25 August 2016
« previous week | index | next week »
mconley
- bug 1290280 - [e10s] Tab crashes on startup
- This got uplifted to Aurora and verified last week.
- Seems to have cleared the FX_SESSION_RESTORE_RESTORE_WINDOW_MS regression on Aurora.
- There's been a similar improvement on Nightly, but the magnitude isn't as great. Going to wait for a few more days of data before filing a new bug to see if we can figure out what the difference is between Nightly and Aurora.
- Clearing fallout from bug 1261842 - Make initial browser remote sooner if we're defaulting to using remote tabs
- Solved very frequent orange bug 1290567 - "ERROR: GC found live Cell ... at shutdown" errors since bug 1261842
- Mostly solved bug 1294456 - [e10s] After opening a tab/window Marionette hangs if any command is send which executes in the listener.js frame script
kanru
- bug 1264642 RESOLVED::FIXED Reduce the contiguous address space needed for StructuredClone serialization
- Landed
- bug 1269036 NEW:: crash in mozalloc_abort | NS_DebugBreak | mozilla::ipc::LogicError | mozilla::dom::PBrowser::Transition from ABORT: __delete__()d actor
- Landed
- bug 1051567 NEW:: [e10s] Crash in [@ mozilla::ipc::MessageChannel::OnChannelErrorFromLink]
- Mac can easily run out of file descriptors.
- bug 1296756 NEW:: Record number of open file descriptors in crash report
ting
- bug 1297314 NEW:: Crash in mozilla::ipc::FatalError | mozilla::dom::PContentParent::Write from ContentParent::RecvKeywordToURI()
- Landed
- bug 1145613 NEW:: Crash in [@ ReleaseData ] & [@ ReleaseData(void*, unsigned int)]
- added some other similar crashes with different signatures
- checked the crash annotations, am double checking the code around nsHttp::Host