Difference between revisions of "Status Meetings:2010-10-06:Agenda"
Jump to navigation
Jump to search
(all but crashes) |
(→Current Release: crashes suck) |
||
Line 5: | Line 5: | ||
* Camino 2.0.4 | * Camino 2.0.4 | ||
** Released 6 weeks ago Thursday, after much tribulation | ** Released 6 weeks ago Thursday, after much tribulation | ||
− | ** [http://crash-stats.mozilla.com/topcrasher/byversion/Camino/2.0.4 Breakpad] topcrash report for the last 2 weeks - | + | ** [http://crash-stats.mozilla.com/topcrasher/byversion/Camino/2.0.4 Breakpad] topcrash report for the last 2 weeks - 3431 (70.80%) (+417; leaped back up)<!-- --> (Also: [http://crash-stats.mozilla.com/topcrasher/byurl/Camino/2.0.4 topcrashers by URL]) |
− | *** Top sites: facebook | + | *** Top sites: facebook, caminobrowser.org, google, tinychat, youtube, gmail |
− | *** KeychainBrowserListener is top single crash | + | *** KeychainBrowserListener is top single crash; sudden spike in {{bug|458645}} (startup font crash for second week in row; almost entirely 10.4.11 PPC); big switch at the low end |
− | + | *** #1 <!--542--> is {{BPsig|2.0.4|Flash%20Player}} (16%) | |
− | *** #1 <!-- | + | *** #2 <!--176--> is {{BPsig|2.0.4|objc_msgSend%20%7c%20-%5bKeychainBrowserListener%20onLoadingCompleted:%5d}} (5%) - {{bug|512730}} didn't help |
− | *** #2 <!-- | + | *** #3 <!--135--> is {{BPsig|2.0.4|objc_msgSend%20%7c%20-%5bNSWindow%20sendEvent:%5d}} / {{BPsig|2.0.4|AppKit@0x6412c}} (unknown bug) (4%) |
− | *** #3 <!-- | + | *** #4 <!--117--> is {{BPsig|2.0.4|Flash%20Player-10.6+}} / {{BPsig|2.0.4|Flash%20Player-10.4+10.5}} / {{BPsig|2.0.4|FlashPlayer-10.6}} / {{BPsig|2.0.4|FlashPlayer-10.4-10.5}} (3%) |
− | *** # | + | *** #5 <!--116--> is {{BPsig|2.0.4|objc_msgSend%20%7c%20-%5bNSApplication%20sendEvent:%5d}} / {{BPsig|2.0.4|libobjc.A.dylib@0x5ed7}} / {{BPsig|2.0.4|libobjc.A.dylib@0x5edb}} (unknown bug) (2%) |
− | + | *** #6 <!--78--> is {{BPsig|2.0.4|HashString(nsAString_internal%20const%26)}} ({{bug|458645}}) (2%) | |
− | *** #6 <!-- | + | *** #7 <!--29--> is {{BPsig|2.0.4|JS_CallTracer}} (assorted Core bugs) (1%) |
− | *** #7 <!-- | + | *** #8 <!--28--> is {{BPsig|2.0.4|_objc_error}} (unknown bug) (1%) |
− | *** #8 <!-- | ||
*** #9 <!--27--> is {{BPsig|2.0.4|objc_msgSend%20%7c%20Foundation@0x50ebf}} (10.4.11 -[NSException raise]; assorted unknown exceptions) (1%) | *** #9 <!--27--> is {{BPsig|2.0.4|objc_msgSend%20%7c%20Foundation@0x50ebf}} (10.4.11 -[NSException raise]; assorted unknown exceptions) (1%) | ||
− | *** # | + | *** #9 <!--27--> is {{BPsig|2.0.4|objc_msgSend%20%7c%20IdleTimerVector}} (Divx+WebKit+autorelease pools; see {{bug|509130}} and its regressions for the gory story) (1%) |
<!-- | <!-- | ||
+ | *** #10 <!- -25- -> is {{BPsig|2.0.4|CFQSortArray}} (related to appshell/runloop) (1%) | ||
+ | *** #6 <!- -50- -> is {{BPsig|2.0.4|objc_msgSend%20%7c%20_nsnote_callback}} (mostly related to closing windows with a mouse) (2%) | ||
+ | |||
*** #10 <!- -29- -> is {{BPsig|2.0.4|pthread_mutex_lock}} (related to Veetle and Move-Media-Player) (1%) | *** #10 <!- -29- -> is {{BPsig|2.0.4|pthread_mutex_lock}} (related to Veetle and Move-Media-Player) (1%) | ||
Revision as of 22:21, 5 October 2010
Wed 06 Oct 1pm PDT (20:00 GMT/UTC) in #camino-mtg
Contents
General Plans
Current Release
- Camino 2.0.4
- Released 6 weeks ago Thursday, after much tribulation
- Breakpad topcrash report for the last 2 weeks - 3431 (70.80%) (+417; leaped back up) (Also: topcrashers by URL)
- Top sites: facebook, caminobrowser.org, google, tinychat, youtube, gmail
- KeychainBrowserListener is top single crash; sudden spike in Bug 458645 (startup font crash for second week in row; almost entirely 10.4.11 PPC); big switch at the low end
- #1 is Flash%20Player (16%)
- #2 is objc_msgSend%20%7c%20-%5bKeychainBrowserListener%20onLoadingCompleted:%5d (5%) - Bug 512730 didn't help
- #3 is objc_msgSend%20%7c%20-%5bNSWindow%20sendEvent:%5d / AppKit@0x6412c (unknown bug) (4%)
- #4 is Flash%20Player-10.6+ / Flash%20Player-10.4+10.5 / FlashPlayer-10.6 / FlashPlayer-10.4-10.5 (3%)
- #5 is objc_msgSend%20%7c%20-%5bNSApplication%20sendEvent:%5d / libobjc.A.dylib@0x5ed7 / libobjc.A.dylib@0x5edb (unknown bug) (2%)
- #6 is HashString(nsAString_internal%20const%26) (Bug 458645) (2%)
- #7 is JS_CallTracer (assorted Core bugs) (1%)
- #8 is _objc_error (unknown bug) (1%)
- #9 is objc_msgSend%20%7c%20Foundation@0x50ebf (10.4.11 -[NSException raise]; assorted unknown exceptions) (1%)
- #9 is objc_msgSend%20%7c%20IdleTimerVector (Divx+WebKit+autorelease pools; see Bug 509130 and its regressions for the gory story) (1%)
Other Releases
- Camino 1.6.11
- Released 29 weeks ago Monday; EOL for 1.6.x
- Back-to-school plus log issues makes analysis difficult of late, but numbers don't seem to be going down atm.
- Camino 2.0.5
- Tentatively was to be last wk
- KeychainBrowserListener - Stuart has a shutdown fix; anything for in-use?
- Security fixes
- Bug 569258 - bookmarks metadata madness
- Bug 532186 - can't paste URLs into Flash exceptions list - hendy's been offline
- Death-by-Flash-logging Bug 541897; philippe found that drawing models did cause this
- Have new "Profile Startup" bug (Bug 556428) covering about year+ of Ts regressions
- Camino 2.1
- Most of the items from the list have been twiddled to reflect state, plus editorial comments
- autocomplete perf - Stuart landing pieces and posting new WIPs; generally better
- Gecko 1.9.2 update - (tracking for bugs+issues; mostly filed, but need to get focus-related bugs filed)
- Gecko focus/blackholes - new meta filed (Bug 600483); more bugs appearing: Bug 576821, Bug 577059, Bug 600187, Bug 581491
- Nightly builds - Bug 560323 tracking some nightly-related things still needing to be finalized, but nothing critical
- No progress on patch-free 10.6 building (mozsqlite+friends) in a long time; WierdAl put up a non-working patch last week-end
- Alpha 1 - any clearer on dates?
- Gecko 2.0 fka 1.9.3 - on ice
Other Items
- Tinderboxen
- cb-xserve04 had 100ms Ts loss event a few months ago - Bug 567813
- AppZapper
- Weekly Bugs and Queues update
- Still pretty slow week; pink did srs
Specific bugs that need action
- Need feedback from smorgan on BOOL name for Bug 601770
- Need feedback from smorgan/pink on code arrangement for Bug 458259
- Need hints from smorgan/murph on Bug 585535 - getting diagnostic URL into SafeBrowsingAboutModule
- Adding a "show cert" button to the technical details of about:certerror needs lots of plumbing
- Need test code for 10.5 AppKit menu changes (Cmd-=, alternates/NSEvents)
- CBSamplePane - awaiting reviews
Other bugs (if there's time)
- 10.5 Visual UX
- App icon lines - Bug 402967
- UNCOs
- Bug 549280 - Show bookmark name in Bookmark Bar context menu
- Bug 467851 - Floating Tab Previews
- Bug 458427 - Data detectors for dates/times for iCal integration
- Bug 404515 - Found items (as result of Find command) are hard to distinguish in the page
- Bug 391684 - AppleScript: Closing browser window w/ multiple tabs prompts user
- Bug 286280 - provide mechanism for resizing <select> lists
- Bug 386574 - Close tab too close to favicon causing drag'n'drop problems (specifically, does Stuart have any further commentary on the first part of comment 4?)
- Bug 381295 - Change tab scroll-to-view behavior to provide context
Queries
Camino 2.1a1
- Blocking ? (3) [unchanged since last week]
- Blocking + (0) [unchanged since last week]
- Blocking - (0) [unchanged since last week]
Camino 2.1
- Bugs targeted at 2.1 (21) [unchanged since last meeting] has most of the 2.1 planning bugs and most essential Gecko 1.9.2-related bugs now
- Blocking ? (25) [+2 since last meeting]
- Blocking + (0) [unchanged since last week]
- Blocking - (0) [unchanged since last week]
- Bugs without target (800) [+6 since last meeting] need another round of “CLOSEME”/UNCO
- Bugs fixed since last meeting (1) [unchanged since last week] (0 were 2.1-targeted; 1 was IT)
Queues
- Review (9) [+2 since last week] most old; cl owes ilya a review from Jan
- Superreview (2) [-2 since last week]