/irc-logs / mozilla / #developers / 2013-11-20 / end

Options:

  1. # Session Start: Wed Nov 20 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * rail is now known as rail_away
  4. # [00:00] * bgrins is now known as bgrins|away
  5. # [00:00] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  6. # [00:01] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  7. # [00:01] * ChanServ sets mode: +o ehsan
  8. # [00:01] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  9. # [00:02] <nsm> mbrubeck: did i need to set clobber?
  10. # [00:03] <mbrubeck> nsm: It looks like it; we'll know for sure when the new build finishes.
  11. # [00:03] <mbrubeck> nsm: Not your fault though; it's a bug in the build system that webidl changes can require clobber.
  12. # [00:03] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  13. # [00:03] * Quits: mjh563 (mjh563@moz-E385BD04.cable.virginm.net) (Ping timeout)
  14. # [00:03] <nsm> mbrubeck: i pushed 3 different patches, two of which change the webidl, which one are we talking about here?
  15. # [00:03] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  16. # [00:03] <mbrubeck> https://bugzilla.mozilla.org/show_bug.cgi?id=928195
  17. # [00:04] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  18. # [00:04] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Ping timeout)
  19. # [00:04] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  20. # [00:04] <bjacob> ehsan: ping, i am unifying toolkit/crashreporter, but it complains that it can't #include cpp files that exist in the same directory. Does UNIFIED_SOURCES assume that . is in LOCAL_INCLUDES, or something ?
  21. # [00:04] <mbrubeck> nsm: Based on the error, it looks related to https://hg.mozilla.org/integration/mozilla-inbound/rev/58f2fbf00c8c
  22. # [00:04] * heycam|away is now known as heycam
  23. # [00:04] <mbrubeck> nsm: https://tbpl.mozilla.org/php/getParsedLog.php?id=30790534&tree=Mozilla-Inbound
  24. # [00:04] <tbsaunde> bjacob: error message?
  25. # [00:04] <@ehsan> bjacob: we always pass -I. to the compiler
  26. # [00:05] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  27. # [00:05] <@ehsan> bjacob: also -I$(srcdir)
  28. # [00:05] * philor|away is now known as philor
  29. # [00:05] * simone is now known as simone|away
  30. # [00:05] <bjacob> ehsan: https://pastebin.mozilla.org/3637930
  31. # [00:05] <bjacob> tbsaunde: ^
  32. # [00:05] <nsm> ok, guess i'll wait
  33. # [00:06] * Joins: jhlin (jolin@E2F7352.56080C53.97BBD552.IP)
  34. # [00:06] * bz is now known as bz_feeding_kids
  35. # [00:06] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  36. # [00:06] <@ehsan> hmm
  37. # [00:06] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  38. # [00:06] <tbsaunde> bjacob: try mach build -v or something to get command lines?
  39. # [00:06] <@ehsan> bjacob: I can't find -I. on the command line
  40. # [00:06] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  41. # [00:06] <bjacob> hah...
  42. # [00:07] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  43. # [00:07] <@ehsan> and neither -I$(srcdir)
  44. # [00:07] <froydnj> crashreporter is built slightly differently iirc
  45. # [00:07] <@ehsan> it's possible
  46. # [00:07] <@ehsan> bjacob: you may need to add the appropriate -I's
  47. # [00:07] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  48. # [00:07] <bjacob> ehsan: is there a way i can do it once and for all or do i have to edit all the mozbuilds ?
  49. # [00:08] * Quits: cpearce_laptop (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  50. # [00:08] <philor> of course, since the fix for webidl-changes-need-clobber landed five hours ago, gps really hopes that wasn't what it was
  51. # [00:08] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  52. # [00:08] <RyanVM|afk> philor: some of it did anyway
  53. # [00:08] <@ehsan> oh
  54. # [00:08] <@ehsan> bjacob: hang on
  55. # [00:09] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  56. # [00:09] <philor> ah, indeed
  57. # [00:09] <@ehsan> bjacob: http://mxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/src/common/Makefile.in#38
  58. # [00:09] <@ehsan> try preprending -I. -I$(srcdir) there?
  59. # [00:09] <@ehsan> *before* LOCAL_INCLUDES
  60. # [00:09] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  61. # [00:10] * Quits: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  62. # [00:10] <bjacob> ehsan: thanks!
  63. # [00:10] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  64. # [00:10] * ChanServ sets mode: +o smaug
  65. # [00:11] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  66. # [00:11] <bjacob> ehsan: there are many subdirs there, all with their own Makefile.in. Can i make this change in one place?
  67. # [00:13] <bjacob> ehsan: nvm, changing them all
  68. # [00:13] * Joins: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  69. # [00:14] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  70. # [00:14] * Joins: valenting (Thunderbir@808EE6B5.84D5EFD5.FB866788.IP)
  71. # [00:15] <@ehsan> bjacob: don't think so
  72. # [00:15] * hwine is now known as hwine-ooo
  73. # [00:15] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  74. # [00:17] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  75. # [00:17] <philor> bjacob: looks like gonk isn't entirely happy about being unified
  76. # [00:17] <philor> probably like its civil wars and occassional genocides
  77. # [00:17] <philor> liked
  78. # [00:17] * Quits: mshal (mshal@moz-B65AF445.hfc.comcastbusiness.net) (Quit: leaving)
  79. # [00:17] <bjacob> philor: ouch, looking
  80. # [00:18] * deian|away is now known as deian
  81. # [00:18] <bjacob> philor: can you back me out? sorry
  82. # [00:18] <philor> bjacob: nope, I'm back at work now
  83. # [00:18] <bjacob> philor: ah sorry, let me try to do it quickly then
  84. # [00:19] <philor> bjacob: CLOSED TREE, two words, in the commit message
  85. # [00:19] * Quits: Pike (chatzilla@moz-BD38E3AF.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  86. # [00:20] * sheppy is now known as sheppy-afk
  87. # [00:20] * philor starts working on his next "unified" joke now, in hopes that preparation will lead to a smoother delivery
  88. # [00:20] <@ehsan> philor: keep me posted ;)
  89. # [00:20] * Joins: Chris_ (Chris@moz-32971BD2.hsd1.wa.comcast.net)
  90. # [00:21] * Quits: blassey (blassey@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  91. # [00:21] * Joins: blassey (blassey@moz-BBE3ABD.mv.mozilla.com)
  92. # [00:21] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  93. # [00:22] * mcote is now known as mcote|afk
  94. # [00:22] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: abr)
  95. # [00:22] <bjacob> ehsan: i messed my inbound tree, can you back out 6f476f02c21e for me?
  96. # [00:22] * Quits: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it) (Quit: Leaving.)
  97. # [00:22] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  98. # [00:23] * mattwoodrow|away is now known as mattwoodrow
  99. # [00:23] <@ehsan> bjacob: sure
  100. # [00:23] <bjacob> thanks
  101. # [00:23] <@ehsan> bjacob: what shall I put in the commit message?
  102. # [00:23] <bjacob> backed out for bustage CLOSED TREE
  103. # [00:23] <@ehsan> k
  104. # [00:24] <@ehsan> bjacob: done, can you comment on the bug etc please?
  105. # [00:24] * Quits: coop|buildduty (Chris@moz-B65AF445.hfc.comcastbusiness.net) (Quit: coop|buildduty)
  106. # [00:24] <bjacob> o
  107. # [00:24] <bjacob> k
  108. # [00:24] <@ehsan> ty
  109. # [00:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/21a8de163f5b - Ehsan Akhgari - Backed out changeset 6f476f02c21e (bug 940129) for build bustage on a CLOSED TREE
  110. # [00:25] * Quits: tessarakt3 (jens@moz-8C7D6700.dip0.t-ipconnect.de) (Ping timeout)
  111. # [00:25] * joduinn is now known as joduinn-afk
  112. # [00:25] * @bsmedberg discovers that Components.results does not do at all what he thought it did :-(
  113. # [00:26] * kaze is now known as kaze|zZz
  114. # [00:26] * Joins: marco (Thunderbir@moz-D8B53DED.retail.telecomitalia.it)
  115. # [00:26] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  116. # [00:26] <@bsmedberg> and what it does do seems to depend on hashtable conflicts
  117. # [00:26] <@njn> philor: when backed-out unification patches are re-landed, I hope to see some Wiedervereinigung references
  118. # [00:26] * pmoore is now known as pmoore|away
  119. # [00:27] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  120. # [00:28] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  121. # [00:30] * philor really wants to kill some stuff on Oak
  122. # [00:30] * jhopkins is now known as jhopkins|afk
  123. # [00:31] * Quits: givanica (givanica@3ED9831D.251E5D55.FB866788.IP) (Quit: ~ Trillian - www.trillian.im ~)
  124. # [00:31] <philor> a thousand pending Mac and Tegra tests on what appears to be a write-only metro twig doesn't smell like a wise use of resources
  125. # [00:31] * Quits: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Quit: edmorley)
  126. # [00:31] * Quits: valenting (Thunderbir@808EE6B5.84D5EFD5.FB866788.IP) (Ping timeout)
  127. # [00:31] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  128. # [00:31] * Fallen is now known as Fallen|away
  129. # [00:32] * Joins: valenting (Thunderbir@808EE6B5.84D5EFD5.FB866788.IP)
  130. # [00:33] * Joins: KaIRC (robert@moz-8836F1A4.adsl.highway.telekom.at)
  131. # [00:33] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  132. # [00:33] * Quits: KaiRo_away (robert@moz-C9DE1FFF.adsl.highway.telekom.at) (Ping timeout)
  133. # [00:33] <mbrubeck> philor: Go for it.
  134. # [00:33] * Quits: cdiehl (cdiehl@moz-653282C6.pool.mediaways.net) (Ping timeout)
  135. # [00:34] <mbrubeck> There *are* a fair number of changes to desktop Firefox code there, but we don't need a full test run on every changeset if we can't afford it.
  136. # [00:34] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  137. # [00:34] <mbrubeck> And most changes there are totally NPOTB on Android and B2G.
  138. # [00:35] * Quits: jet (jet@538BABFE.A073F3E.97BBD552.IP) (Quit: jet)
  139. # [00:35] <mconley> !seen karlt
  140. # [00:35] <firebot> karlt was last seen 30 weeks, 6 days, 20 hours, 29 minutes and 39 seconds ago, changing nick to karl.
  141. # [00:36] * Joins: till (till@moz-4123FA18.threembb.co.uk)
  142. # [00:36] * Joins: alice (alice@moz-1FE81C7D.range86-129.btcentralplus.com)
  143. # [00:36] * Quits: alice (alice@moz-1FE81C7D.range86-129.btcentralplus.com) (Quit: )
  144. # [00:36] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  145. # [00:38] * Quits: till (till@moz-4123FA18.threembb.co.uk) (Ping timeout)
  146. # [00:38] * Quits: ctangira (ctangira@641E606.7A628CD.6CD50604.IP) (Quit: ctangira)
  147. # [00:39] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  148. # [00:39] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  149. # [00:40] * Quits: annevk (annevk@8CEE44C9.4F390C2A.420B7681.IP) (Input/output error)
  150. # [00:40] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  151. # [00:41] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  152. # [00:41] * Joins: cdiehl (cdiehl@moz-594A9263.pool.mediaways.net)
  153. # [00:42] * Quits: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net) (Quit: Leaving)
  154. # [00:43] * philor raises his dripping hands out of the blood to wave
  155. # [00:43] * fox2mike hands philor some tissue
  156. # [00:43] <philor> mbrubeck: not really a matter of "on every" - like for 10.6, the only two possibilities are "getting tests on whatever one cset winds up being tip in, um, four or five hours" or "not doing any at all"
  157. # [00:44] <mbrubeck> philor: Probably better to let coalescing take its course than to just cancel everything.
  158. # [00:44] * Quits: mihneadb (mihneadb@6CBB3868.3689173D.FCAAE698.IP) (Quit: Bye)
  159. # [00:44] * Joins: grapenuts (chatzilla@B0F7535B.D36C4CD0.B2D54A9E.IP)
  160. # [00:44] <mbrubeck> We *are* touching a lot of shared code there.
  161. # [00:45] * Quits: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  162. # [00:45] <philor> yeah, I was really only after the tegras, where we can't much afford even the one coalesced run in places where we don't need it
  163. # [00:46] * Quits: jhopkins|afk (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP) (Ping timeout)
  164. # [00:46] <philor> I should probably look at try, and kill pointless runs of android and runs that are already obviously totally broken, but try depresses me
  165. # [00:46] * Joins: jhopkins (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP)
  166. # [00:46] <philor> even when it doesn't have a ten hour and forty minute backlog of tegra jobs
  167. # [00:48] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  168. # [00:48] * Quits: valenting (Thunderbir@808EE6B5.84D5EFD5.FB866788.IP) (Ping timeout)
  169. # [00:49] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  170. # [00:49] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  171. # [00:49] * Joins: dmarcos (dmarcos@6D90E5E9.CA21CEB1.98A37E8C.IP)
  172. # [00:50] * Joins: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  173. # [00:51] * Quits: gustavold (gustavold@4DC84B90.F1297147.DF2AC62B.IP) (Ping timeout)
  174. # [00:52] * Joins: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net)
  175. # [00:53] * Quits: grapenuts (chatzilla@B0F7535B.D36C4CD0.B2D54A9E.IP) (Ping timeout)
  176. # [00:53] * Quits: shorlander (shorlander@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  177. # [00:53] * Joins: shorlander (shorlander@13F2CEC5.7672369.D8E68FF6.IP)
  178. # [00:55] * Quits: shorlander (shorlander@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  179. # [00:56] * Quits: mstange (markus@moz-9F660733.dip0.t-ipconnect.de) (Ping timeout)
  180. # [00:57] <philor> hmm, what's that browser-chrome bustage?
  181. # [00:57] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  182. # [00:57] * khuey|away is now known as khuey
  183. # [00:57] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  184. # [00:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  185. # [00:59] * gregglind is now known as gregglind_away
  186. # [01:00] * Quits: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  187. # [01:00] * Quits: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP) (Quit: rvitillo)
  188. # [01:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  189. # [01:00] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  190. # [01:00] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: lmandel)
  191. # [01:00] * Quits: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net) (Client exited)
  192. # [01:01] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  193. # [01:02] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  194. # [01:02] <mbrubeck> I suspect this one is nsm, since the test is failing on SessionStore.jsm methods that all use promises.
  195. # [01:02] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  196. # [01:02] * Quits: jimm (jmathies@moz-F22D2B2A.pn.at.cox.net) (Quit: )
  197. # [01:03] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  198. # [01:03] * jlund is now known as jlund|afk
  199. # [01:04] * Joins: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  200. # [01:04] * Quits: jhopkins (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP) (Ping timeout)
  201. # [01:04] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  202. # [01:05] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  203. # [01:05] * Joins: jhopkins (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP)
  204. # [01:05] <glandium> so... i have a windows firefox build for which i don't have a pdb, and it crashes at startup. Fine. I run it in msvc, and i can get to the crash site. Fine. Now, I set a breakpoint before that crash, hit restart (ctrl-shift-f5) and... the breakpoint is gone and it catches the crash
  205. # [01:06] * Quits: marco (Thunderbir@moz-D8B53DED.retail.telecomitalia.it) (Ping timeout)
  206. # [01:06] <nsm> mbrubeck: it uses promises that are not the promises i'm touching
  207. # [01:06] * Joins: marco (Thunderbir@moz-D8B53DED.retail.telecomitalia.it)
  208. # [01:06] * BenWa is now known as BenWa|email
  209. # [01:06] <mbrubeck> ah, good point
  210. # [01:07] <philor> these are not the promises we're looking for?
  211. # [01:07] <glandium> someone around knows about breakpoints in msvc without pdb?
  212. # [01:07] <mbrubeck> well, we should know in a moment whether to blame bsmedberg instead
  213. # [01:07] <nsm> it is possible there is some name shadowing going on, but DOM Promise should not be enabled for chrome code
  214. # [01:09] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  215. # [01:09] * nsm has to finish a build before he can test this
  216. # [01:09] <mbrubeck> yeah, and SessionStore.jsm definitely imports Promise.jsm which will bind "Promise" to its own JS implementation
  217. # [01:09] <mbrubeck> so my new theory is that bsmedberg's patches changed the exception that gets thrown, breaking this comparison: http://mxr.mozilla.org/mozilla-central/source/browser/components/sessionstore/test/browser_345898.js#14
  218. # [01:10] <mbrubeck> yup, it's bsmedberg
  219. # [01:11] <philor> nobody expects the NS_ERROR_INVALID_POINTER
  220. # [01:11] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  221. # [01:12] <mbrubeck> If this test used is() instead of ok() then it would be a lot more obvious what the one-line fix is...
  222. # [01:12] <philor> its two main weapons are fear, surprise and 2147942487
  223. # [01:13] * Quits: terrence (terrence@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  224. # [01:13] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  225. # [01:14] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: AFK)
  226. # [01:14] * Quits: marco (Thunderbir@moz-D8B53DED.retail.telecomitalia.it) (Quit: marco)
  227. # [01:14] * jorendorff is now known as jorendorff_away
  228. # [01:15] * Quits: tallowen (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net) (Input/output error)
  229. # [01:15] <khuey> would have been better if it were NS_ERROR_UNEXPECTED
  230. # [01:15] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  231. # [01:15] * Joins: tallowen (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net)
  232. # [01:15] <philor> that'll be the next patch
  233. # [01:15] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Client exited)
  234. # [01:15] <philor> or it would have been, no point now that you do
  235. # [01:16] <glandium> khuey: hey would you know how to make msvc happy with breakpoints without a pdb?
  236. # [01:17] * Quits: tallowen (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net) (Ping timeout)
  237. # [01:17] * Quits: mmc|laptop (mchew@moz-BBE3ABD.mv.mozilla.com) (Quit: mmc|laptop)
  238. # [01:17] * Joins: ekr (ekr@moz-BBE3ABD.mv.mozilla.com)
  239. # [01:21] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  240. # [01:21] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  241. # [01:21] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  242. # [01:21] <mbrubeck> whoa, huge drop in PGO linker memory!
  243. # [01:21] <mbrubeck> thanks to unified sources, no doubt
  244. # [01:21] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  245. # [01:21] <mbrubeck> http://graphs.mozilla.org/graph.html#tests=[[205,63,8]]&sel=none&displayrange=365&datatype=running
  246. # [01:22] * jchen is now known as jchen|away
  247. # [01:22] <glandium> waw, although not entirely surprising
  248. # [01:23] * corey|away is now known as corey
  249. # [01:23] <glandium> roc: in the end, maybe gkmedias can die :)
  250. # [01:24] <@roc> awesome
  251. # [01:24] * Parts: ckerschb (ckerschb@moz-82777327.ics.uci.edu)
  252. # [01:24] <philor> hmm, bunch of unknown failures in mochitest-3, starting with shu's push
  253. # [01:24] <philor> BURN THE WITCH
  254. # [01:24] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  255. # [01:25] <glandium> roc: i'll rebase my patch and push to try to see how much it adds later today
  256. # [01:25] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  257. # [01:26] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  258. # [01:26] <mbrubeck> philor: The evidence is not yet damning enough for me... do you have a duck handy?
  259. # [01:26] <shu> philor: seriously? that patch does nothing
  260. # [01:26] <glandium> shu: famous last words :)
  261. # [01:26] <cpearce> anyone seen this error: 13:50.94 msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: static double __cdecl std::numeric_limits<double>::infinity(void)" (?infinity@?$numeric_limits@N@std@@SANXZ) alreadydefined in js_static.lib(digitlst.obj)
  262. # [01:26] <cpearce> I'm building tip with VS2010.
  263. # [01:26] <shu> glandium: it's not even possible to be triggered unless you have firebug installed!
  264. # [01:26] <shu> glandium: that codepath, that is
  265. # [01:27] <glandium> cpearce: 940324
  266. # [01:27] * Joins: jet (jet@538BABFE.A073F3E.97BBD552.IP)
  267. # [01:27] <mbrubeck> shu: Yeah, and these failures are too intermittent to pin on a single push yet.
  268. # [01:27] <cpearce> glandium: thank you.
  269. # [01:28] <shu> philor: seriously, my patch cannot possibly cause M3 failures
  270. # [01:28] <shu> i will buy you a bottle of something if it does
  271. # [01:29] * geekboy is now known as geekboy|afk
  272. # [01:30] * jcranmer|away is now known as jcranmer
  273. # [01:30] * Quits: jhopkins (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP) (Ping timeout)
  274. # [01:30] * Joins: jhopkins (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP)
  275. # [01:31] <philor> of course, we already know exactly how much seth weighs, and making failures go back in time would require... witchcraft
  276. # [01:31] * Quits: ekr (ekr@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  277. # [01:32] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Connection reset by peer)
  278. # [01:32] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  279. # [01:33] * Quits: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net) (Ping timeout)
  280. # [01:33] * Joins: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net)
  281. # [01:33] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  282. # [01:35] <shu> gps: ping
  283. # [01:35] <gps> shu: (autoresponse) content-free ping detected. Please consider providing some additional context so I can address your questions more efficiently.
  284. # [01:35] <gps> shu: pong
  285. # [01:35] <shu> gps: when running ./mach mochitest*, it seems like some lines stdout are getting dropped, and i can't figure out why
  286. # [01:35] * Quits: bgrins|away (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  287. # [01:36] <shu> gps: i have some local instrumentation that sometimes disappears when running locally, but everything is fine in the TBPL logs
  288. # [01:36] <shu> gps: have you ever seen this happen?
  289. # [01:36] <shu> gps: also -l doesn't seem to work either
  290. # [01:36] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  291. # [01:36] <gps> shu: that's weird. sounds like a flushing problem
  292. # [01:36] <jhammel> smells likely
  293. # [01:37] <shu> gps: a problem with whose flushing? python's?
  294. # [01:37] <mbrubeck> tastes like chicken
  295. # [01:37] <gps> shu: ask the #ateam people, as they maintain the mochitest mach code
  296. # [01:37] <jhammel> likely mozprocesses
  297. # [01:37] <shu> gps: okay, thanks
  298. # [01:37] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  299. # [01:38] * jchen|away is now known as jchen
  300. # [01:39] * Quits: grobinson|laptop (grob_@moz-D1465452.torservers.net) (Ping timeout)
  301. # [01:40] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  302. # [01:41] * Joins: Jesse_ (jruderman@moz-7B0110AD.mv.mozilla.com)
  303. # [01:44] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  304. # [01:44] <TimAbraldes> cpearce: yes I'm getting that same issue
  305. # [01:44] * Quits: Jesse_ (jruderman@moz-7B0110AD.mv.mozilla.com) (Quit: Jesse_)
  306. # [01:44] <cpearce> TimAbraldes: building with test disabled seemed to work for me. not ideal though of course.
  307. # [01:44] <TimAbraldes> cpearce: ac_add_options --without-intl-api
  308. # [01:44] * Joins: Jesse_ (jruderman@moz-7B0110AD.mv.mozilla.com)
  309. # [01:45] <cpearce> ah, that's a little better, thanks TimAbraldes
  310. # [01:45] * Joins: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net)
  311. # [01:45] <TimAbraldes> cpearce: np
  312. # [01:45] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Quit: TimAbraldes)
  313. # [01:46] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  314. # [01:48] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  315. # [01:49] * Quits: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  316. # [01:50] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Ping timeout)
  317. # [01:51] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  318. # [01:51] * Joins: Jesse__ (jruderman@moz-BBE3ABD.mv.mozilla.com)
  319. # [01:52] * Quits: Jesse__ (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  320. # [01:52] <padenot> /b 55
  321. # [01:52] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  322. # [01:53] * Quits: lduros (user@moz-418FD747.phlapa.fios.verizon.net) (Client exited)
  323. # [01:54] * Quits: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net) (Ping timeout)
  324. # [01:54] * Quits: dmarcos (dmarcos@6D90E5E9.CA21CEB1.98A37E8C.IP) (Quit: Leaving...)
  325. # [01:54] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  326. # [01:54] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  327. # [01:55] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  328. # [01:55] * Joins: dmarcos (dmarcos@6D90E5E9.CA21CEB1.98A37E8C.IP)
  329. # [01:55] * Quits: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  330. # [01:55] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  331. # [01:55] * Quits: dmarcos (dmarcos@6D90E5E9.CA21CEB1.98A37E8C.IP) (Quit: Leaving...)
  332. # [01:56] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving.)
  333. # [01:57] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  334. # [01:59] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  335. # [01:59] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  336. # [01:59] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  337. # [02:00] * Joins: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net)
  338. # [02:01] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  339. # [02:02] * BenWa|email is now known as BenWa
  340. # [02:02] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Ping timeout)
  341. # [02:03] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  342. # [02:03] * jchen is now known as jchen|away
  343. # [02:04] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  344. # [02:04] * jchen|away is now known as jchen
  345. # [02:04] * Quits: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net) (Ping timeout)
  346. # [02:05] * Joins: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net)
  347. # [02:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  348. # [02:07] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  349. # [02:08] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  350. # [02:08] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  351. # [02:08] <briansmith> my local build of m-i (cset 21a8de163f5b) is failing to build jsapi-tests.exe: https://www.pastebin.mozilla.org/3638481
  352. # [02:08] <briansmith> clobber build
  353. # [02:08] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  354. # [02:09] <briansmith> Windows 7 + VS2010
  355. # [02:09] * Joins: dao (dao@moz-3FC4398D.superkabel.de)
  356. # [02:10] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  357. # [02:10] * Quits: juanb (jbecerra@moz-ACDE7EEC.mozilla.com) (Quit: juanb)
  358. # [02:10] * bz_feeding_kids is now known as bz
  359. # [02:11] <mbrubeck> briansmith: According to TimAbraldes and cpearce a little while ago, --disable-intl is a workaround
  360. # [02:11] * Joins: timdream (timdream@moz-60E71987.dynamic.kbtelecom.net)
  361. # [02:11] <mbrubeck> briansmith: I mean "ac_add_options --without-intl-api"
  362. # [02:11] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  363. # [02:12] <mbrubeck> I don't see a bug filed yet.
  364. # [02:12] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: )
  365. # [02:12] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  366. # [02:12] <glandium> mbrubeck: 940324
  367. # [02:12] <glandium> briansmith: ^
  368. # [02:12] <mbrubeck> thanks
  369. # [02:12] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  370. # [02:13] <glandium> There are three different build errors due to 912371
  371. # [02:13] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  372. # [02:13] * Joins: Jesse__ (jruderman@moz-BBE3ABD.mv.mozilla.com)
  373. # [02:14] <BenWa> Umm, I just cloberred in 8:12min on mac. This morning the same clobbered took 10 mins
  374. # [02:14] <BenWa> bjacob: ^^
  375. # [02:14] <m_kato> glandium: backout soon
  376. # [02:14] <BenWa> This is amazing!
  377. # [02:14] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  378. # [02:14] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  379. # [02:15] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Quit: Leaving)
  380. # [02:15] <briansmith> m_kato: thank you
  381. # [02:15] <reuben> BenWa: whoa, is that on a haswell machine?
  382. # [02:15] * Quits: retornam (retornam@moz-6F237ED8.hsd1.ca.comcast.net) (Ping timeout)
  383. # [02:15] * ewong|away is now known as ewong
  384. # [02:15] <BenWa> reuben: It was at 12 mins before we started unifying sources
  385. # [02:15] * Quits: Kabaka (Kabaka@moz-55BA12D.vacantminded.com) (Quit: s/Kabaka//)
  386. # [02:16] * Quits: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  387. # [02:16] * jchen is now known as jchen|away
  388. # [02:16] <BenWa> and I'm sure some other build system changes have improved things too
  389. # [02:16] <reuben> I'm on a MacBookPro10,1 and I get 20-something min clobbers
  390. # [02:16] <seth> BenWa: is that with or without ccache?
  391. # [02:16] * Joins: Kabaka (Kabaka@moz-55BA12D.vacantminded.com)
  392. # [02:16] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  393. # [02:16] * Quits: arasbm (zooby@BC309CAB.4969A767.1148110F.IP) (Ping timeout)
  394. # [02:16] <BenWa> ccache isn't enabled
  395. # [02:16] <seth> not bad!
  396. # [02:16] <Unfocused> m_kato: soon as in a few minutes?
  397. # [02:16] <BenWa> reuben: Well try again with tip see if it got faster
  398. # [02:17] * gaye is now known as gaye|brb
  399. # [02:17] <reuben> BenWa: well even if it did, it still wouldn't be close to 8min :P
  400. # [02:18] <BenWa> Yes. I feel like the crazy L4 cache helps the compiler
  401. # [02:18] * Jesse_ is now known as Jesse
  402. # [02:18] * Quits: Jesse__ (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse__)
  403. # [02:19] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  404. # [02:19] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  405. # [02:20] <BenWa> ohh maybe it wasn't a full clobber *re runs it*
  406. # [02:20] <glandium> BenWa: isn't the l4 cache used for gpu/cpu memory sharing only?
  407. # [02:20] * BenWa checks
  408. # [02:20] <glandium> mmmm looks like it's also used as victim cache for l3
  409. # [02:21] * Joins: spohl (Adium@moz-72808F94.static.hvvc.us)
  410. # [02:21] <jgilbert> yeah, pretty sure it's usefully caching in general
  411. # [02:21] <BenWa> I'm using the discrete GPU so if its shared then the GPU should add no pressure to it
  412. # [02:21] <BenWa> glandium: It's the only thing haswell did that would explain how it improved our build time so much. Anyways my best theory anyways
  413. # [02:22] * Joins: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net)
  414. # [02:22] <BenWa> Yea, seems to be shared by this test: http://www.anandtech.com/show/6993/intel-iris-pro-5200-graphics-review-core-i74950hq-tested/3
  415. # [02:23] * Joins: He-Jie (hshih@moz-99690620.hinet-ip.hinet.net)
  416. # [02:24] <glandium> yeah, 128MB of l4 cache would certainly explain why haswell is a big jump
  417. # [02:24] <glandium> i should probably get one
  418. # [02:24] <BenWa> Sign me up for a 4GB L5 cache :)
  419. # [02:24] <BenWa> glandium: I don't know if anyone did tests to see how much it improves non mac TBH
  420. # [02:25] <Jesse> i got a new haswell mbp today. build firefox debug in under 11 minutes.
  421. # [02:25] * Quits: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: leaving)
  422. # [02:25] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  423. # [02:25] <glandium> BenWa: njn did
  424. # [02:25] <BenWa> results?
  425. # [02:25] * jchen|away is now known as jchen
  426. # [02:25] <glandium> BenWa: https://blog.mozilla.org/nnethercote/2013/09/12/bleg-for-a-new-machine-2/
  427. # [02:25] <Jesse> hmm or maybe i accidentally made an opt build instead
  428. # [02:25] <BenWa> glandium: BTW are there big challenges to replacing the compile tier with something like make binaries?
  429. # [02:26] <glandium> BenWa: that's what i'm currently working on
  430. # [02:26] <BenWa> Ohh, cool :)
  431. # [02:26] <glandium> BenWa: there are a *lot* of things involved
  432. # [02:26] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  433. # [02:26] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  434. # [02:27] * Joins: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net)
  435. # [02:27] <BenWa> glandium: I'll be patient. What does 'binaries' support exactly? cpp/header changes only? I added a fastxul.sh script to build to use it. It wasn't trivial to use make binaries with b2g since they don't really use mac
  436. # [02:28] <BenWa> for b2g*
  437. # [02:28] * Quits: dao (dao@moz-3FC4398D.superkabel.de) (Quit: Leaving.)
  438. # [02:28] <BenWa> mach*
  439. # [02:28] <glandium> BenWa: yeah, cpp/headers
  440. # [02:28] <BenWa> idl, ipdl, etc explictly not supported? I noticed moz.build changes work well too when adding files
  441. # [02:29] <glandium> nope
  442. # [02:29] <BenWa> ok ty
  443. # [02:29] <glandium> neither changes to nspr, nss, icu and ffi
  444. # [02:29] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  445. # [02:30] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  446. # [02:31] * Joins: dbaron (dbaron@moz-104CC309.mv.mozilla.com)
  447. # [02:31] * ChanServ sets mode: +ao dbaron dbaron
  448. # [02:32] <BenWa> reuben: scratch that 8 mins :(. I'm at 10:38 mins with a proper clobber
  449. # [02:32] <reuben> BenWa: yea, I think that matches the times seen by gps on his blog post, and you're probably on a Haswell machine
  450. # [02:32] <BenWa> yes
  451. # [02:32] <reuben> I'm on a first generation retina MBP with Ivy Bridge
  452. # [02:32] <reuben> oh well, 20-something is not too bad
  453. # [02:33] <BenWa> Nope, hopefully 5th gen will see another big bump but I doubt it
  454. # [02:33] * Parts: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  455. # [02:34] <gps> BenWa: next generation should be using 14nm. i expect a big jump. remember, haswell was the smaller update in the tik-tok cycle
  456. # [02:34] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  457. # [02:34] <BenWa> gps: but I doubt the cache will change?
  458. # [02:34] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  459. # [02:35] * Joins: jgilbert_ (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  460. # [02:35] <gps> i dunno. i wouldn't be surprised if 6 or 8 physical cores were the default
  461. # [02:35] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  462. # [02:35] <BenWa> I wish :)
  463. # [02:35] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  464. # [02:36] * Joins: aja (Instantbir@CB9E631A.625E483C.7880DB15.IP)
  465. # [02:37] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Input/output error)
  466. # [02:37] * Joins: retornam (retornam@moz-104CC309.mv.mozilla.com)
  467. # [02:37] * retornam is now known as retornam|afk
  468. # [02:37] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  469. # [02:37] * Joins: retornam_ (retornam@moz-6F237ED8.hsd1.ca.comcast.net)
  470. # [02:37] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Connection reset by peer)
  471. # [02:38] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  472. # [02:38] * Quits: retornam|afk (retornam@moz-104CC309.mv.mozilla.com) (Ping timeout)
  473. # [02:38] * Quits: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Ping timeout)
  474. # [02:39] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Connection reset by peer)
  475. # [02:39] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Quit: Gone to save the world!)
  476. # [02:39] * Joins: tonymec|away (tonymec@23BB0A33.4864ECF.9D2324B7.IP)
  477. # [02:39] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  478. # [02:40] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  479. # [02:40] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  480. # [02:40] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  481. # [02:40] * Quits: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP) (Quit: Leaving.)
  482. # [02:40] * Quits: simo (simo@7C76FE49.12B8EBBF.B1865714.IP) (Quit: segfault at 7fff1ebe5000 ip 000000000041274b sp 00007fff1ebe32f8 error 6)
  483. # [02:40] * Joins: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP)
  484. # [02:40] * Joins: simo (simo@7C76FE49.12B8EBBF.B1865714.IP)
  485. # [02:41] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  486. # [02:41] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Input/output error)
  487. # [02:41] * Quits: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP) (Quit: Leaving.)
  488. # [02:41] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  489. # [02:41] * Quits: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP) (Quit: mchang)
  490. # [02:42] * KaIRC is now known as KaiRo
  491. # [02:42] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  492. # [02:42] * Joins: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  493. # [02:42] * Quits: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net) (Client exited)
  494. # [02:43] * Quits: simo (simo@7C76FE49.12B8EBBF.B1865714.IP) (Quit: segfault at 7fff1ebe5000 ip 000000000041274b sp 00007fff1ebe32f8 error 6)
  495. # [02:43] * Quits: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  496. # [02:43] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Ping timeout)
  497. # [02:43] * Joins: simo (simo@7C76FE49.12B8EBBF.B1865714.IP)
  498. # [02:44] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  499. # [02:45] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  500. # [02:45] * Quits: drno (drno@moz-5B507345.static.sonic.net) (Quit: drno)
  501. # [02:45] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  502. # [02:46] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My lid went down)
  503. # [02:46] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  504. # [02:46] * Quits: simo (simo@7C76FE49.12B8EBBF.B1865714.IP) (Quit: segfault at 7fff1ebe5000 ip 000000000041274b sp 00007fff1ebe32f8 error 6)
  505. # [02:46] * Joins: simo (simo@7C76FE49.12B8EBBF.B1865714.IP)
  506. # [02:47] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  507. # [02:47] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  508. # [02:47] * Joins: simoX (simo@7C76FE49.12B8EBBF.B1865714.IP)
  509. # [02:47] * Quits: simo (simo@7C76FE49.12B8EBBF.B1865714.IP) (Quit: segfault at 7fff1ebe5000 ip 000000000041274b sp 00007fff1ebe32f8 error 6)
  510. # [02:48] * Quits: simoX (simo@7C76FE49.12B8EBBF.B1865714.IP) (Quit: segfault at 7fff1ebe5000 ip 000000000041274b sp 00007fff1ebe32f8 error 6)
  511. # [02:48] * Joins: simo (simo@7C76FE49.12B8EBBF.B1865714.IP)
  512. # [02:49] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  513. # [02:49] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Ping timeout)
  514. # [02:49] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  515. # [02:49] <philor> so much for reopening
  516. # [02:50] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: MOOTEX!)
  517. # [02:50] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  518. # [02:51] * sheppy-afk is now known as sheppy-iPad
  519. # [02:51] <rnewman> philor: you ever seen this or similar before? https://bugzilla.mozilla.org/show_bug.cgi?id=940803
  520. # [02:51] <rnewman> (question also applies to other frequent starrers)
  521. # [02:54] <philor> rnewman: doesn't smell familiar
  522. # [02:54] * jchen is now known as jchen|away
  523. # [02:54] <rnewman> thanks for sniffing, so to speak
  524. # [02:55] <gkw> m_kato: ping re bug 912371
  525. # [02:55] <gkw> m_kato: it'll be nice if we could first back it out?
  526. # [02:55] <gkw> tbpl isn't affected because on TBPL there usually isn't cross compiling involved
  527. # [02:56] * jchen|away is now known as jchen
  528. # [02:56] <gkw> i.e. 32-bit Linux compiles 32-bit Firefox, 64 for 64, and Mac TBPL boxes don't compile 32-bit I think, but we on the fuzzing machines do
  529. # [02:56] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  530. # [02:56] <m_kato> gtw: tree closed
  531. # [02:57] <froydnj> gkw: actually, 32-bit linux builds are cross-compiles nowadays, I believe
  532. # [02:57] <froydnj> gkw: and the mac builds build 32-bit and 64-bit
  533. # [02:57] <m_kato> gkw: I will backout it, I want treee open.
  534. # [02:57] <philor> a familiar feeling
  535. # [02:57] <m_kato> gkw: root cause is bug 940246 comment 12
  536. # [02:57] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  537. # [02:58] <philor> alas, releng is having a... what's that word you're supposed to put before "week", not drinking but something else...?
  538. # [02:58] * Joins: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  539. # [02:58] <philor> "work", that's it
  540. # [02:58] <froydnj> "off"?
  541. # [02:58] * Joins: trevorh (trevor@FD714F88.D9BA085.AB503EC6.IP)
  542. # [02:59] <philor> so if they don't notice their blocker soonish, someone with access to the phonebook is going to need to call joduinn's cell
  543. # [02:59] * jchen is now known as jchen|away
  544. # [02:59] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  545. # [03:00] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  546. # [03:00] * Quits: blassey (blassey@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  547. # [03:00] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  548. # [03:00] * Joins: blassey (blassey@moz-BBE3ABD.mv.mozilla.com)
  549. # [03:01] <@njn> oh, Australis doesn't allow closing a tab via the "X" without bringing it to the foreground first... is that new?
  550. # [03:02] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  551. # [03:03] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: sleep)
  552. # [03:03] * Quits: blassey (blassey@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  553. # [03:03] <jgilbert_> oof, that's annoying
  554. # [03:03] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  555. # [03:03] <philor> shu: you're not going to like this...
  556. # [03:04] <shu> philor: yes?
  557. # [03:04] <philor> shu: starting to see several https://tbpl.mozilla.org/php/getParsedLog.php?id=30800636&tree=Mozilla-Inbound#error19
  558. # [03:05] <philor> well, okay, two isn't quite several
  559. # [03:05] <shu> philor: since what, https://hg.mozilla.org/integration/mozilla-inbound/rev/de3dd3c48114 ?
  560. # [03:05] <aja> njn: not new in australis anyway...been that way on UX since...forever?
  561. # [03:06] <@njn> aja: ok... I'm used to Tree Style Tab, which allows it. I currently have TST off because it's busted in Australia
  562. # [03:06] <@njn> *Australis
  563. # [03:06] <philor> shu: yeah, 10.7 debug skipped you, I just retriggered it, but the next two pushes
  564. # [03:06] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  565. # [03:06] <rnewman> froydnj: ^5 for "off"
  566. # [03:07] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  567. # [03:07] <aja> njn: i assume for touch reasons
  568. # [03:07] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  569. # [03:07] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  570. # [03:07] <shu> philor: it is intermittent or not intermittent?
  571. # [03:07] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  572. # [03:08] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  573. # [03:08] <glandium> aja: but it's not like that on nightly before australis, is it?
  574. # [03:08] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  575. # [03:08] * heycam is now known as heycam|away
  576. # [03:08] * sheppy-iPad is now known as sheppy-afk
  577. # [03:08] <philor> shu: only two have finished since, and they've both failed
  578. # [03:08] <aja> glandium: nope
  579. # [03:09] * Joins: blassey (blassey@moz-BBE3ABD.mv.mozilla.com)
  580. # [03:09] <glandium> although, with sufficently enough tabs, the close button doesn't appear on background tabs
  581. # [03:09] <glandium> (before australis)
  582. # [03:09] <glandium> njn: fwiw, i use middle-button click to close background tabs
  583. # [03:09] <glandium> no idea if that works on something else than linux, though
  584. # [03:10] <@njn> glandium: oh, I didn't know about middle-click... I guess because I didn't need to :)
  585. # [03:10] <shu> philor: i honestly see no connection between my patch and those failures
  586. # [03:10] <@njn> does anyone have the slightest idea how the PGO profiling runs work? I'm seeing some really weird behaviour in the Valgrind runs, which execute the PGO workload. E.g. Firefox appears to fork itself 21 times
  587. # [03:10] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  588. # [03:10] <jesup> njn: because it's *so* discoverable!
  589. # [03:11] <Earth4|away> Ugh, Win32 builds are busted again.
  590. # [03:11] * Earth4|away is now known as Earth4
  591. # [03:11] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  592. # [03:11] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  593. # [03:11] <glandium> njn: all i know is it runs ./build/pgo/profileserver.py
  594. # [03:11] <@njn> glandium: yeah... I'll have to look at that code
  595. # [03:11] * ctalbert is now known as ctalbert|afk
  596. # [03:11] <glandium> jesup: yeah, i don't remember how i figured it out
  597. # [03:12] <glandium> maybe i read it somewhere
  598. # [03:12] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  599. # [03:12] <shu> philor: gcli tests don't do anything with debugmode
  600. # [03:12] * Quits: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332])
  601. # [03:12] * Joins: sewardj_ (sewardj@moz-C8BAE13.dip0.t-ipconnect.de)
  602. # [03:12] * Joins: cpearce_laptop (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  603. # [03:12] * Joins: lpy (lpy@12172131.F09091A8.1348A864.IP)
  604. # [03:13] <philor> shu: okay, I'll retrigger below you too, see if I can find someone else to blame
  605. # [03:13] <jesup> Like Alt un-hiding the menus (at least people *might* know alt is the shortcut for menus, though I'm sure my parents don't)
  606. # [03:13] <philor> 10.6 too, though it's only one test
  607. # [03:13] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Input/output error)
  608. # [03:13] * Quits: sewardj (sewardj@moz-A108DCA0.dip0.t-ipconnect.de) (Ping timeout)
  609. # [03:13] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  610. # [03:15] * Quits: timdream (timdream@moz-60E71987.dynamic.kbtelecom.net) (Quit: timdream)
  611. # [03:15] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Ping timeout)
  612. # [03:16] <@njn> jesup: I know about alt, but didn't think to try it
  613. # [03:17] <shu> philor: it seems possible it's caused from the pileup of earlier errors?
  614. # [03:17] <shu> philor: if current tip is green, isn't that okay?
  615. # [03:17] <jesup> I had to ask, and I know about Alt. I might have found it eventually
  616. # [03:17] <jesup> I never ever use Alt for menus though, so maybe not
  617. # [03:18] * Quits: Hughman (Mibbit@moz-518025CC.lnk.telstra.net) (Quit: http://www.mibbit.com ajax IRC Client)
  618. # [03:18] <philor> shu: yes, but that's a pretty big if, since it would mean that the failure is due to building widget/gonk, the b2g widget layer, in unified mode :)
  619. # [03:19] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  620. # [03:19] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  621. # [03:19] <philor> shu: one of the pushes below you where we skipped running either one, possibly including the one where we skipped building Mac at all, is a much better bet
  622. # [03:20] <philor> and since we're closed for infra, and releng is probably all out drinking, we'll have plenty of time to find out with retriggers
  623. # [03:20] <philor> assuming my retriggered build can upload, that is
  624. # [03:20] <@roc> njn: "oh, Australis doesn't allow closing a tab via the "X" without bringing it to the foreground first" ... it does for me.
  625. # [03:20] <@bz> philor: I assume someone is on the tree closure bug?
  626. # [03:21] <@njn> roc: ah, open enough tabs and the "X"s disappear
  627. # [03:21] <@bz> roc: So efaust and I have started putting some basic info about arguments, not just return values, in the jitinfo structs
  628. # [03:21] * Quits: Chris_ (Chris@moz-32971BD2.hsd1.wa.comcast.net) (Quit: Leaving)
  629. # [03:21] <@roc> njn: ah, ok.
  630. # [03:21] <philor> bz: releng workweek
  631. # [03:21] <@njn> roc: I'm clearly a noob at default horizontal tabs
  632. # [03:21] <@bz> roc: Need to think about how to express things like the pattern-matching stuff we wanted....
  633. # [03:21] <philor> thus my repeated mention of drinking
  634. # [03:21] <@bz> philor: awesome
  635. # [03:22] <@bz> philor: Could just call it a day and sleep?
  636. # [03:22] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Client exited)
  637. # [03:22] <@bz> roc: So far I'm mostly using it to try to DCE dumb benchmarks. :(
  638. # [03:22] <@njn> ted: ping?
  639. # [03:23] <@roc> you mean Sunspider?
  640. # [03:23] * Quits: mitsuhiko (mitsuhiko-@moz-BC29B73E.srv.pocoo.org) (Quit: ZNC - http://znc.sourceforge.net)
  641. # [03:23] <shu> philor: but i mean, suppose i get backed out because i look like the likely culprit. i reland now that the existing oranges have cleared up, and it's still green. what's the difference there?
  642. # [03:23] <@roc> I guess not since that doesn't really use the DOM
  643. # [03:23] <@bz> roc: Peacekeeper
  644. # [03:23] <philor> shu: I haven't backed you out yet
  645. # [03:23] <@bz> roc: it has some getElementsByTagName benchmarks....
  646. # [03:23] <@bz> roc: that look like while (testIsrunning()) document.getElementsByTagName("foo");
  647. # [03:23] <@bz> roc: not assigned anywhere
  648. # [03:23] * Joins: sfink (chatzilla@moz-1A23C815.dsl.pltn13.sbcglobal.net)
  649. # [03:24] <@roc> haha
  650. # [03:24] <@bz> roc: so once I teach the JIT that there are no side-effects....
  651. # [03:24] * JosiahOne|Away is now known as JosiahOne1
  652. # [03:24] * jchen|away is now known as jchen
  653. # [03:24] <philor> shu: one of two things will happen - it'll be green on the push below you and orange/red on your push, and I will, or it'll be something else and I won't
  654. # [03:24] <@bz> roc: (which is a bit non-trivial; involves knowing what we're passing to the method)
  655. # [03:24] <@roc> why is that?
  656. # [03:24] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  657. # [03:24] * JosiahOne1 is now known as JosiahOne
  658. # [03:25] <@bz> roc: because getElementsByTagName({ toString: function() { window.x++; } })
  659. # [03:25] <shu> philor: has those tests been timing out on every 10.6/10.7 above me?
  660. # [03:25] <@bz> roc: yay JS
  661. # [03:25] * shu looks
  662. # [03:25] <philor> well, "it'll be same-orange or different-orange below you" since it's in a huge range of other permaorange
  663. # [03:25] <@bz> roc: luckily, we do in fact know that what we're passing in is a string, not an object. ;)
  664. # [03:26] <@roc> bz: but doesn't WebIDL guarantee that toString gets called exactly once, no matter what method you're calling?
  665. # [03:26] <shu> philor: yeah, it looks pretty consistently timing out on all the 10.7s that have completed
  666. # [03:26] <philor> mmm, linux32 too
  667. # [03:26] <@roc> oh, but you need the types of arguments to know that I guess. OK.
  668. # [03:26] <@bz> roc: right
  669. # [03:26] <philor> maybe we skipped fewer of them
  670. # [03:27] * Quits: lpy (lpy@12172131.F09091A8.1348A864.IP) (Quit: Leaving...)
  671. # [03:27] <philor> or maybe that one is intermittent while the mac isn't, that's less convenient, not more
  672. # [03:27] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  673. # [03:28] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  674. # [03:28] <shu> how come we skipped over so many for 10.6 and 10.7?
  675. # [03:28] * Quits: Mossop (dtownsend@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  676. # [03:29] * Joins: tonymec (tonymec@23BB0A33.4864ECF.9D2324B7.IP)
  677. # [03:30] <philor> how far back do you want me to start the story? :)
  678. # [03:31] * @bz sits down to listen to uncle philor
  679. # [03:31] <philor> we decided it would be a good idea to have a shared pool of slaves that both run Talos perf tests, which have to be on identical hardware, and all other tests, which do not
  680. # [03:31] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  681. # [03:31] <philor> for practical and licensing reasons, OS X tests pretty much have to run on Apple hardware
  682. # [03:31] * Quits: chewey (chewey@moz-7611332C.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  683. # [03:32] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  684. # [03:32] * Joins: chewey (chewey@moz-4199CE85.dip0.t-ipconnect.de)
  685. # [03:32] * Quits: Jesse (jruderman@moz-7B0110AD.mv.mozilla.com) (Quit: Jesse)
  686. # [03:32] <philor> Mac mini hardware specs change pretty frequently, so essentially we get one chance to decide how many minis we want for running a particular version of OS X
  687. # [03:33] <philor> we have not, as yet, ever once made the mistake of buying too many of a particular mini revision
  688. # [03:33] <shu> heh
  689. # [03:33] <philor> not even close, so far away from buying too many that we can't even see too many over the horizon
  690. # [03:33] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  691. # [03:33] * Joins: bnicholson (bnicholson@moz-46A94A2D.hsd1.ca.comcast.net)
  692. # [03:34] <philor> so the current proto-plan is to stop doing 10.7 at all, use those slaves for 10.6, and have enough of a pool to survive until we drop 10.6 support
  693. # [03:34] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  694. # [03:34] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  695. # [03:34] <khuey> wtf is a ScopedDeletePtr
  696. # [03:35] <@roc> it's the MFBT version of nsAutoPtr
  697. # [03:35] <khuey> why do we have both?
  698. # [03:35] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  699. # [03:35] * Quits: @dbaron (dbaron@moz-104CC309.mv.mozilla.com) (Ping timeout)
  700. # [03:35] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  701. # [03:35] * Joins: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP)
  702. # [03:35] * Joins: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  703. # [03:35] <@roc> we needed something in MFBT and no-one replaced nsAutoPtr with ScopedDeletePtr
  704. # [03:36] * Joins: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  705. # [03:36] * Parts: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  706. # [03:36] * Joins: Hughman (Mibbit@moz-518025CC.lnk.telstra.net)
  707. # [03:36] <khuey> can we just replace all of them with std::unique_ptr?
  708. # [03:36] <@roc> I don't know
  709. # [03:36] <@roc> maybe
  710. # [03:37] * deian is now known as deian|away
  711. # [03:37] <khuey> ok
  712. # [03:37] <khuey> I'll quit asking silly questions now
  713. # [03:37] * jchen is now known as jchen|away
  714. # [03:38] <@roc> you should talk to Waldo about it
  715. # [03:38] <@roc> I did not like the name
  716. # [03:39] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  717. # [03:39] * Joins: grapenuts (chatzilla@B0F7535B.D36C4CD0.B2D54A9E.IP)
  718. # [03:39] <@roc> I think it's inspired by Boost
  719. # [03:39] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  720. # [03:39] <seth> _try_ is closed?! o.O
  721. # [03:40] <seth> that was all we had!
  722. # [03:40] <tbsaunde> khuey: if you do something about stlport and ancient libstdc++ on mac I think so
  723. # [03:40] * seth mumbles about libc++
  724. # [03:40] <tbsaunde> probably trying to save capacity for main trees :/
  725. # [03:41] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  726. # [03:41] <tbsaunde> seth: not available on 10.6 aiui :(
  727. # [03:41] * Quits: grapenuts (chatzilla@B0F7535B.D36C4CD0.B2D54A9E.IP) (Ping timeout)
  728. # [03:41] <@roc> yeah replacing everything with unique_ptr sounds nice
  729. # [03:41] * Joins: rniwa (rniwa@moz-8AC6FADD.s30.a048.ap.plala.or.jp)
  730. # [03:41] <khuey> tbsaunde: hmm, is unique_ptr a C++11ism?
  731. # [03:41] <tbsaunde> khuey: yes because it uses rval refs
  732. # [03:41] <khuey> I think we're using rval refs unconditionally now
  733. # [03:41] <seth> tbsaunde: no libc++ on 10.6?! oh man, we're really between a rock and a hard place
  734. # [03:42] <tbsaunde> khuey: sure, but we still the class to come from somewhere, but we could certainly put one in the tree if someone does the work
  735. # [03:42] <tbsaunde> *need the class to come from somewhere
  736. # [03:43] <tbsaunde> I've been tempted to just fix nsAutoPtr to use rval refs and call it a day
  737. # [03:43] <@roc> getting everyone behind unique_ptr sounds great if we can
  738. # [03:44] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  739. # [03:44] <khuey> I think ideally we'd do what we did with stdint
  740. # [03:44] <khuey> until we can drop all the compilers that don't have a built in
  741. # [03:44] <tbsaunde> roc: I don't think anyone's opposed just to lazy to do it
  742. # [03:44] <@njn> khuey: MFBT is just Waldo's style and naming playground
  743. # [03:45] * khuey makes notes of things he can do on his 12 hour flight on friday
  744. # [03:45] <khuey> njn: yeah, that's why I don't like mfbt ;-)
  745. # [03:45] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  746. # [03:45] <@njn> khuey: but it combines the best parts of SpiderMonkey and Gecko's styles in an exciting new combination!
  747. # [03:45] * Quits: jdm (jdm@moz-ED0C7AC7.hinet-ip.hinet.net) (Quit: Lost terminal)
  748. # [03:45] * Joins: chmanchester (textual@moz-6B477A27.hsd1.pa.comcast.net)
  749. # [03:45] <shu> philor: be back in a few hours
  750. # [03:46] <@roc> it's not fair to diss Waldo behind his back :-)
  751. # [03:47] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Ping timeout)
  752. # [03:47] * Quits: simo (simo@7C76FE49.12B8EBBF.B1865714.IP) (Quit: segfault at 7fff1ebe5000 ip 000000000041274b sp 00007fff1ebe32f8 error 6)
  753. # [03:47] * Joins: simo (simo@7C76FE49.12B8EBBF.B1865714.IP)
  754. # [03:47] <@njn> khuey: and don't get me started about storage/ style
  755. # [03:47] <khuey> roc: he's in the channel, he can read the scrollback
  756. # [03:47] <khuey> njn: storage/ is awful
  757. # [03:47] <@roc> I don't think that counts
  758. # [03:47] <@njn> khuey: awful, but most importantly, *different*
  759. # [03:47] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  760. # [03:48] <@roc> Waldo: please speak up so khuey can diss you
  761. # [03:48] <khuey> heh
  762. # [03:48] * khuey commutes to the office
  763. # [03:48] * khuey is now known as khuey|away
  764. # [03:48] * BenWa is now known as BenWa|email
  765. # [03:50] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Ping timeout)
  766. # [03:50] * Joins: lizzard (ehenry@14502436.2D024FDB.284344F5.IP)
  767. # [03:50] * Callek is now known as Callek_disconnected
  768. # [03:51] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  769. # [03:51] * Quits: KaiRo (robert@moz-8836F1A4.adsl.highway.telekom.at) (Input/output error)
  770. # [03:53] <philor> woo, closing time
  771. # [03:54] * philor is now known as philor|away
  772. # [03:54] <glandium> interesting, i had a try build upload perfectly fine
  773. # [03:54] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  774. # [03:54] * heycam|away is now known as heycam
  775. # [03:55] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  776. # [03:57] * Joins: J13R (user@moz-81D2D253.mpe.mpg.de)
  777. # [03:57] <J13R> Hello!
  778. # [03:57] <J13R> what does "WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80500001:" mean?
  779. # [03:58] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  780. # [03:59] * Quits: rniwa (rniwa@moz-8AC6FADD.s30.a048.ap.plala.or.jp) (Quit: rniwa)
  781. # [03:59] <J13R> or how do I find out?
  782. # [03:59] * heycam is now known as heycam|away
  783. # [04:00] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  784. # [04:00] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  785. # [04:00] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  786. # [04:01] * Callek_disconnected is now known as Callek
  787. # [04:01] * Joins: danieru (danieru@C8E26E42.55A00C18.F9917295.IP)
  788. # [04:01] <jcranmer> J13R: http://james-ross.co.uk/mozilla/misc/nserror
  789. # [04:02] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  790. # [04:02] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  791. # [04:02] * khuey|away is now known as khuey
  792. # [04:02] * Joins: samcho (samcho@moz-FA4BA79B.usc.edu)
  793. # [04:02] <J13R> jcranmer: thanks, mate
  794. # [04:04] * JosiahOne is now known as JosiahOne|Away
  795. # [04:07] <@njn> who should review patches touching netwerk/dns/ ?
  796. # [04:07] <khuey> sworkman maybe
  797. # [04:07] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  798. # [04:08] * lpy is now known as lpy|afk
  799. # [04:08] * Quits: samcho (samcho@moz-FA4BA79B.usc.edu) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  800. # [04:09] <@njn> khuey: thanks
  801. # [04:09] * BenWa|email is now known as BenWa
  802. # [04:09] * Quits: jet (jet@538BABFE.A073F3E.97BBD552.IP) (Quit: jet)
  803. # [04:10] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  804. # [04:10] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  805. # [04:12] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  806. # [04:13] * Joins: jet (jet@538BABFE.A073F3E.97BBD552.IP)
  807. # [04:14] * Quits: Hughman (Mibbit@moz-518025CC.lnk.telstra.net) (Quit: http://www.mibbit.com ajax IRC Client)
  808. # [04:15] <J13R> how can I printf the filename of a nsIFile?
  809. # [04:16] * Joins: dbaron (dbaron@moz-99690620.hinet-ip.hinet.net)
  810. # [04:16] * ChanServ sets mode: +ao dbaron dbaron
  811. # [04:16] * Quits: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Connection reset by peer)
  812. # [04:16] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  813. # [04:16] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  814. # [04:17] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  815. # [04:18] * Quits: tonymec (tonymec@23BB0A33.4864ECF.9D2324B7.IP) (Ping timeout)
  816. # [04:18] * Quits: tonymec|away (tonymec@23BB0A33.4864ECF.9D2324B7.IP) (Ping timeout)
  817. # [04:19] * Joins: naveed (naveed@moz-BDB0B4D0.tmodns.net)
  818. # [04:19] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Quit: Reboot)
  819. # [04:21] * Quits: naveed (naveed@moz-BDB0B4D0.tmodns.net) (Ping timeout)
  820. # [04:21] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  821. # [04:22] * Joins: jdm (jdm@moz-99690620.hinet-ip.hinet.net)
  822. # [04:23] <khuey> so is it possible to make the australis UI take up less vertical space?
  823. # [04:23] <khuey> it takes up just enough space on my machine to get gmail to make everything smaller :-/
  824. # [04:24] <J13R> I wrote myFile->path, but get ‘class nsIFile’ has no member named ‘path’ ... but https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIFile claims there is a AString target
  825. # [04:24] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  826. # [04:25] * Quits: victorporof (victorporo@79FE7CA6.284D02A8.D111398B.IP) (Quit: victorporof)
  827. # [04:25] <glandium> is there any reason to keep try closed?
  828. # [04:25] <fabrice> J13R: you want myFile->GetPath(...)
  829. # [04:25] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  830. # [04:26] * philor|away is now known as philor
  831. # [04:26] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  832. # [04:26] <J13R> ah, thanks fabrice
  833. # [04:27] * Joins: tonymec|away (tonymec@moz-A6AF81D2.adsl-dyn.isp.belgacom.be)
  834. # [04:27] <glandium> khuey: on windows, last time i checked australis took less vertical space than non-australis
  835. # [04:28] * Joins: SirSkidmore (taylor@moz-F145A866.com)
  836. # [04:29] <J13R> fabrice: error: ‘class nsIFile’ has no member named ‘getPath
  837. # [04:29] <bjacob> please please please try reopen before i go to sleep
  838. # [04:29] <fabrice> J13R: GetPath() with a G not a g
  839. # [04:29] <khuey> glandium: nope, definitely takes more
  840. # [04:30] <J13R> oh silly me, thanks again
  841. # [04:30] <khuey> glandium: the tabs are definitely longer vertically
  842. # [04:30] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  843. # [04:31] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  844. # [04:31] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  845. # [04:31] * Joins: inolen (Adium@moz-3733E769.socal.res.rr.com)
  846. # [04:31] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  847. # [04:31] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  848. # [04:32] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  849. # [04:32] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  850. # [04:33] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  851. # [04:33] <reuben> jcranmer: that's handy, thanks for the link
  852. # [04:35] * Waldo reads scrollback
  853. # [04:35] <J13R> I'm gonna start crying soon ... I just want to printf the path of a file :(
  854. # [04:35] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Quit: Leaving.)
  855. # [04:35] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  856. # [04:35] * jchen|away is now known as jchen
  857. # [04:36] <J13R> now I have to create a nsAString, pass it to GetPath() and then convert it to a char*?
  858. # [04:36] * Quits: jduell (jduell@moz-3A304D92.hsd1.wa.comcast.net) (Ping timeout)
  859. # [04:36] * Joins: grapenuts (chatzilla@B0F7535B.D36C4CD0.B2D54A9E.IP)
  860. # [04:36] <jdm> J13R: use nsAutoString, and NS_ConvertUTF16ToUTF8(str).get() for the char*
  861. # [04:37] * Joins: coop (Chris@B0F7535B.D36C4CD0.B2D54A9E.IP)
  862. # [04:37] <reuben> J13R: it's not just you, gecko strings are crazy complex
  863. # [04:38] <tbsaunde> or you could just poke around in the file with a debugger...
  864. # [04:39] * jhopkins is now known as jhopkins|afk
  865. # [04:40] <Waldo> khuey: as far as I know, we don't have STL support on all platforms for std::unique_ptr
  866. # [04:41] <khuey> Waldo: any reason to think we can't do some sort of stdint like shim?
  867. # [04:41] <jcranmer> or you could use GetNativePath
  868. # [04:41] <Waldo> khuey: regarding scoped versus auto, I tended to like auto better, there was some back and forth in the bug, I didn't feel nearly strong enough about it to insist on auto, and there were vaguely-plausible reasons for the naming distinction
  869. # [04:42] <Waldo> roc: :-P
  870. # [04:42] <jcranmer> STLport's C++11 support is shit
  871. # [04:42] <Waldo> khuey: shimming stuff explicitly into namespace std is very tricky to do, IMO
  872. # [04:42] <Waldo> khuey: mozilla::UniquePtr would be totally fine if someone did it
  873. # [04:42] <@roc> Waldo, ah sorry for accusing you of liking "scoped" :-)
  874. # [04:42] <Waldo> heh
  875. # [04:43] <Waldo> I could dig up the bug, there was some sort of purported distinction being established
  876. # [04:43] <khuey> I see
  877. # [04:43] <@roc> IIRC some people felt that "auto" means "on the stack"
  878. # [04:44] <Waldo> ...maybe? I overwrote that memory well before it reached tape backups
  879. # [04:44] <jcranmer> well, auto pointers are dead, let's use uniqueptr
  880. # [04:44] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  881. # [04:46] * Joins: miketaylrrrr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  882. # [04:46] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  883. # [04:46] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  884. # [04:48] * Quits: jet (jet@538BABFE.A073F3E.97BBD552.IP) (Quit: jet)
  885. # [04:48] * Joins: mib_ye7s0u (Mibbit@moz-EE75160B.pptp.stw-bonn.de)
  886. # [04:52] * sheppy-afk is now known as sheppy-offline_
  887. # [04:53] <J13R> jdm, so it's nsIFile::GetNativePath(nsACString_internal&), so how do I create the nsAutoString to pass it into?
  888. # [04:53] * Quits: Optimizer (Optimizer@3F74C040.DDD2B1C2.D2D1FAF0.IP) (Ping timeout)
  889. # [04:53] * Joins: tonymec (tonymec@moz-A6AF81D2.adsl-dyn.isp.belgacom.be)
  890. # [04:53] <jdm> J13R: for GetNativePath you just create an nsAutoCString on the stack
  891. # [04:53] <jdm> nothing special
  892. # [04:54] <J13R> jdm: so nsAutoCString s(); filterFile->GetNativePath(s);
  893. # [04:54] <jdm> J13R: no need for ()
  894. # [04:54] <glandium> khuey: they do, but that's compensated by the removal of the firefox menu
  895. # [04:55] * Joins: Mook (mook@moz-DCA85209.dsl.teksavvy.com)
  896. # [04:55] <Waldo> J13R: indeed nsAutoCString s(); would declare a function s taking no arguments and returning an nsAutoCString, which is definitely not what you want :-)
  897. # [04:55] <J13R> jdm: and then I import nsString.h and do printf("%s", NS_ConvertUTF16ToUTF8(s).get()) ?
  898. # [04:55] <khuey> glandium: the firefox menu took up the same space as the tabs vertically
  899. # [04:55] <jcranmer> J13R: no
  900. # [04:56] <jcranmer> no need to convert UTF16 to UTF8
  901. # [04:56] <jcranmer> just s.get()
  902. # [04:56] <khuey> glandium: or, at least, the firefox menu took up less space than the current tabs
  903. # [04:56] <J13R> you guys are really helpful! thanks jdm, jcranmer, Waldo
  904. # [04:56] <philor> *: stop triggering win64 tests on try, there are no slaves that will run them and you wouldn't know how to interpret the failures if there were
  905. # [04:57] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  906. # [04:57] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  907. # [04:57] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  908. # [04:59] * Joins: mitsuhiko (mitsuhiko-@moz-BC29B73E.srv.pocoo.org)
  909. # [04:59] * heycam|away is now known as heycam
  910. # [04:59] * Quits: tonymec|away (tonymec@moz-A6AF81D2.adsl-dyn.isp.belgacom.be) (Ping timeout)
  911. # [04:59] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  912. # [05:00] <glandium> khuey: not what i see here http://i.imgur.com/X1CvWmB.png
  913. # [05:00] * Quits: tonymec (tonymec@moz-A6AF81D2.adsl-dyn.isp.belgacom.be) (Ping timeout)
  914. # [05:00] <glandium> the tabs and the toolbar do individually take more space than they used to
  915. # [05:00] <glandium> but overall, with the button gone, it's less space taken vertically
  916. # [05:01] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  917. # [05:01] <philor> fuck a duck, that's potential asan debug jit-test bustage
  918. # [05:02] <glandium> philor: poor duck
  919. # [05:02] <philor> that'll add 240 minutes to the closure, poor *
  920. # [05:03] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  921. # [05:03] <khuey> glandium: I had the tabs up on the same level as the button
  922. # [05:04] <glandium> khuey: never seen that
  923. # [05:04] <glandium> khuey: try a reset of the profile?
  924. # [05:04] * Joins: rwaldron (rwaldron@moz-6D80EF31.snva.ca.megapath.net)
  925. # [05:04] <khuey> glandium: if you maximize the browser that happens by default, I think
  926. # [05:04] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  927. # [05:05] <glandium> khuey: ah, yeah, maximized is different
  928. # [05:05] <glandium> mmmm that sucks
  929. # [05:05] <khuey> indeed
  930. # [05:06] <glandium> khuey: complain on firefox-dev?
  931. # [05:06] * Quits: blassey (blassey@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  932. # [05:06] <khuey> glandium: I don't want to be a troll ;-)
  933. # [05:07] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  934. # [05:07] <J13R> so in javascript, how do I get the file path then? Should be easier, right?
  935. # [05:08] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  936. # [05:08] * Joins: tessarakt3 (jens@moz-9DBC4E33.dip0.t-ipconnect.de)
  937. # [05:09] * Joins: sankha93 (Instantbir@71F19D4F.49C43973.1C37C358.IP)
  938. # [05:09] <J13R> oh, myfile.path worked
  939. # [05:10] <glandium> khuey: that's not trolling
  940. # [05:11] <philor> go me, I put the current state of inbound in the etherpad without using anything anyone else would recognize as swearing
  941. # [05:14] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  942. # [05:16] <BenWa> Awhh, I want to land :(
  943. # [05:17] * jdm is now known as jdm|f00ding
  944. # [05:18] * Quits: rwaldron (rwaldron@moz-6D80EF31.snva.ca.megapath.net) (Quit: Textual IRC Client: www.textualapp.com)
  945. # [05:19] <glandium> linker max vsize: 2107121664 what the what?
  946. # [05:19] <glandium> ah no, okay, that's because i did something foolish
  947. # [05:19] <tbsaunde> you know I'm actually kind of suprised we have seen people set up cron jobs to land stuff in the middle of the night for them yet
  948. # [05:19] * Joins: tonymec|away (tonymec@9E33F33.E7FA5055.9D2324B7.IP)
  949. # [05:20] * Quits: J13R (user@moz-81D2D253.mpe.mpg.de) (Ping timeout)
  950. # [05:20] <glandium> tbsaunde: that's called checkin-needed
  951. # [05:20] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  952. # [05:21] * Quits: cpearce_laptop (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  953. # [05:22] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  954. # [05:22] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  955. # [05:22] <tbsaunde> glandium: true
  956. # [05:22] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  957. # [05:22] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  958. # [05:23] * Quits: grapenuts (chatzilla@B0F7535B.D36C4CD0.B2D54A9E.IP) (Input/output error)
  959. # [05:23] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  960. # [05:24] <@njn> argh, doing reviews of patches from... enthusiastic volunteers is no fun
  961. # [05:24] * Quits: tonymec|away (tonymec@9E33F33.E7FA5055.9D2324B7.IP) (Ping timeout)
  962. # [05:24] <danieru> Hard to match their kind words?
  963. # [05:25] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Client exited)
  964. # [05:27] <heycam> so... now that I've updated to Mavericks and a newer XCode, gdb has disappeared. what's the best way to get it back?
  965. # [05:27] <glandium> heycam: install command line tools
  966. # [05:27] <glandium> (wild guess)
  967. # [05:27] <@njn> danieru: hard to understand them, sometimes
  968. # [05:27] * heycam checks
  969. # [05:28] <glandium> heycam: ah no, they just replaced it with lldb
  970. # [05:28] <heycam> :(
  971. # [05:28] <danieru> njn: the patches or the code? Either way tough problem, glad moizlla puts the effort into making things a community project.
  972. # [05:29] <danieru> Or in this case: s/mozilla/njn/
  973. # [05:29] * Quits: coop (Chris@B0F7535B.D36C4CD0.B2D54A9E.IP) (Quit: coop)
  974. # [05:29] <philor> is 3.4GB vsize high?
  975. # [05:29] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  976. # [05:29] <@njn> danieru: patches==code... but both comments and patches are hard to read
  977. # [05:29] <philor> can we switch from huge numbers without commas to "fine" "uh-oh" "prepare to die"?
  978. # [05:30] <danieru> njn: sorry you're right, I had s/code/comments/ in my head
  979. # [05:30] <@njn> philor: 3.4GB is very high. Is this on Windows? I'm surprised it can even get that high
  980. # [05:30] * @bz ponders whether lldb is more likely than gdb to work well with clang
  981. # [05:30] <philor> njn: this is on Mac, immediately before a 330 second hang-timeout in a test that has never before done so
  982. # [05:31] <glandium> bz: you mean, wrt optimizations?
  983. # [05:31] <philor> http://people.mozilla.org/~sguo/mochimem/viewer.html?url=http%3A//ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-macosx64/1384900790/mozilla-inbound_lion_test-mochitest-2-bm78-tests1-macosx-build1608.txt.gz&;
  984. # [05:31] <philor> so not even at the peak
  985. # [05:31] <@njn> philor: oh, Mac; that's entirely normal :)
  986. # [05:31] <heycam> bz, seems likely, though I'm not in the mood to re-learn all the different lldb commands
  987. # [05:31] <@bz> yeah
  988. # [05:31] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  989. # [05:31] <glandium> bz: i doubt it
  990. # [05:31] <@bz> That part is annoying indeed
  991. # [05:31] * heycam sees if he can install it using brew
  992. # [05:31] <@njn> philor: Mac vsize numbers start around 3.2 GB for the smallest of programs, for some reason
  993. # [05:31] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  994. # [05:32] <@bz> because vsize
  995. # [05:32] * philor crumples up the log and tosses it into bugzilla, never to be seen again
  996. # [05:32] <philor> thx
  997. # [05:32] <@bz> and 64-bit
  998. # [05:32] <glandium> bz: essentially the problem is a combination of dwarf kind of sucking and compilers not really doing a good job with it
  999. # [05:32] <@bz> and address space being free
  1000. # [05:32] <@njn> philor: and mac builds are 64-bit which means that max vsize is vastly larger than on 32-bit windows
  1001. # [05:32] <@bz> so the system libraries mmap like no tomorrow
  1002. # [05:32] <philor> and having quickly learned that putting the memory stats in the bug means if anyone looks, they'll dismiss it as someone else's OOM fault, I think I'll skip them time time :)
  1003. # [05:32] <danieru> yeah, no point sparing address space with 64bits (49 on current cpus)
  1004. # [05:33] <philor> err, this time
  1005. # [05:33] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Connection reset by peer)
  1006. # [05:34] <@bz> Now if quitting lldb did not take 6 seconds....
  1007. # [05:35] * Joins: ckerschb1 (ckerschb@moz-DF6EADF2.vp.reshsg.uci.edu)
  1008. # [05:36] * Joins: J13R (user@moz-81D2D253.mpe.mpg.de)
  1009. # [05:36] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1010. # [05:37] <WeirdAl> OK, Task.jsm is really impressing me. Kinda wish I could chain a bunch of ordinary functions and generators together at once.
  1011. # [05:37] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1012. # [05:38] * Joins: tonymec|away (tonymec@794E96A8.695E167E.277517C1.IP)
  1013. # [05:38] <WeirdAl> (Task is friendlier than Promises, I think
  1014. # [05:39] <WeirdAl> )
  1015. # [05:39] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1016. # [05:39] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  1017. # [05:39] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1018. # [05:39] <mbrubeck> You can pass ordinary functions to Task.spawn, as well as generators.
  1019. # [05:39] <WeirdAl> yeah, but only one at a time :)
  1020. # [05:39] <WeirdAl> if Task.spawn took multiple arguments...
  1021. # [05:39] <mbrubeck> though there's usually no need to
  1022. # [05:39] <nrc> many of the gdb commands work as is in lldb
  1023. # [05:40] <danieru> pthread is still better
  1024. # [05:40] <WeirdAl> I'm still getting used to it, mbrubeck
  1025. # [05:40] <nrc> it doesn't really work on Linux though :-(
  1026. # [05:40] <fabrice> WeirdAl: you can use promises and ordinary functions inside the spawned function
  1027. # [05:40] <mbrubeck> To chain functions, you can just do Task.spawn(function() { yield function1(); yield function2(); yield function3(); });
  1028. # [05:40] <nrc> or at least it didn't 5 months ago when I last tried
  1029. # [05:41] * WeirdAl nods
  1030. # [05:41] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  1031. # [05:41] * Joins: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com)
  1032. # [05:42] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1033. # [05:43] * Quits: chmanchester (textual@moz-6B477A27.hsd1.pa.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1034. # [05:43] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Connection reset by peer)
  1035. # [05:43] * glob|away is now known as glob
  1036. # [05:43] <glandium> nrc: looks like it does work on a simple program for me on linux
  1037. # [05:43] <glandium> nrc: commands are significantly different, though
  1038. # [05:44] * Joins: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP)
  1039. # [05:44] <glandium> setting a breakpoint is "breakpoint set -n function", for example
  1040. # [05:44] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Client exited)
  1041. # [05:45] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1042. # [05:45] * ChanServ sets mode: +o bsmedberg
  1043. # [05:45] <glandium> register read instead of info registers
  1044. # [05:46] <danieru> glandium: is there a shortcut for setting breaks?
  1045. # [05:46] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1046. # [05:46] * Quits: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332])
  1047. # [05:46] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1048. # [05:46] <nrc> yeah, it worked on trivial programs, but not on Firefox
  1049. # [05:46] * Joins: tonymec (tonymec@794E96A8.695E167E.277517C1.IP)
  1050. # [05:47] <nrc> ah, didn't try registers
  1051. # [05:47] <glandium> danieru: doesn't look like so (except like gdb, you can shorten commands, so br set -n func works)
  1052. # [05:47] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1053. # [05:47] <glandium> br s -n func works
  1054. # [05:47] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  1055. # [05:47] <nrc> I think things like stepping, setting breakpoints, bt, etc. have mappings
  1056. # [05:47] <nrc> that is the gdb versions work in lldb
  1057. # [05:47] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1058. # [05:48] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  1059. # [05:48] <reuben> I find this table very useful: http://lldb.llvm.org/lldb-gdb.html
  1060. # [05:48] <heycam> ok, running "brew install homebrew/dupes/gdb" and then following the instructions on https://sourceware.org/gdb/wiki/BuildingOnDarwin worked
  1061. # [05:49] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Quit: Reboot)
  1062. # [05:49] <glandium> reuben: erf, so "b" kind of works like gdb's break
  1063. # [05:49] <glandium> lldb doesn't have a start command. That kind of sucks
  1064. # [05:50] <mattwoodrow> heycam: Does it really work?
  1065. # [05:50] <mattwoodrow> I did that, but it wouldn't load symbols for anything other than firefox.exe
  1066. # [05:50] <heycam> mattwoodrow, oh you're right, no symbols :(
  1067. # [05:50] * heycam sighs
  1068. # [05:50] <glandium> heycam: what does info sharedlib say?
  1069. # [05:51] <mattwoodrow> And --debugger=lldb for retests doesn't work
  1070. # [05:51] <mattwoodrow> I resorted to writing a while(true){} loop
  1071. # [05:51] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1072. # [05:51] <mattwoodrow> attaching manually with lldb, and forcing it to continue
  1073. # [05:51] <heycam> (gdb) info sharedlib
  1074. # [05:51] <heycam> No shared libraries loaded at this time.
  1075. # [05:52] <glandium> heycam: so, you haven't started firefox really haven't you?
  1076. # [05:52] <heycam> glandium, no this is in the middle of firefox running
  1077. # [05:52] <glandium> oops
  1078. # [05:53] <mattwoodrow> matches what I get
  1079. # [05:53] * Quits: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1080. # [05:53] * Joins: rniwa (rniwa@A3DC9FE9.1A6EB244.3BFD8A78.IP)
  1081. # [05:53] * Joins: janv (varga@BCF8EBD.C1B7BBD9.4F33160D.IP)
  1082. # [05:53] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1083. # [05:53] * Tomcat|afk is now known as Tomcat|sheriffduty
  1084. # [05:54] <reuben> glandium: a start command?
  1085. # [05:55] <glandium> reuben: https://sourceware.org/gdb/current/onlinedocs/gdb/Starting.html#Starting
  1086. # [05:55] <glandium> manually having to set a temporary breakpoint on main is not really being helpful
  1087. # [05:55] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1088. # [05:56] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1089. # [05:57] <Tomcat|sheriffduty> good morning
  1090. # [05:57] <danieru> Good morning!
  1091. # [05:57] * philor begins to consider the likelihood that bhackett floats
  1092. # [05:58] <mattwoodrow> glandium: Interesting, I found the default breakpoint on main annoying
  1093. # [05:58] <mattwoodrow> switching to use 'r' instead
  1094. # [05:58] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1095. # [05:58] <Tomcat|sheriffduty> philor: OOM again ? :)
  1096. # [05:58] <philor> Tomcat|sheriffduty: that's perhaps the one thing we don't currently have
  1097. # [05:59] <glandium> mattwoodrow: depends what you want to do, i use both
  1098. # [05:59] <Tomcat|sheriffduty> :)
  1099. # [05:59] <reuben> glandium: ah, I see
  1100. # [05:59] <philor> I mean, you never know with shu in the tree...
  1101. # [05:59] <mattwoodrow> glandium: I guess so! It's before libxul symbols load, so rarely useful for me
  1102. # [06:00] <Tomcat|sheriffduty> philor: raised now serverity of the tegra backlog bug
  1103. # [06:01] <philor> mmm
  1104. # [06:01] <glandium> mattwoodrow: that makes me think we could actually cheat
  1105. # [06:01] * Quits: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net) (Quit: Leaving...)
  1106. # [06:01] <glandium> mattwoodrow: and have everything up to loading libxul be done in a static initializer
  1107. # [06:02] <reuben> glandium: you can add it pretty easily though, as a function that does |br s -o -n main; r %1|
  1108. # [06:02] <J13R> really? I have to create a bool, and pass the pointer to it to get a bool return value for file->Exists()
  1109. # [06:02] * Quits: mib_ye7s0u (Mibbit@moz-EE75160B.pptp.stw-bonn.de) (Quit: http://www.mibbit.com ajax IRC Client)
  1110. # [06:02] <J13R> *sigh*
  1111. # [06:02] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1112. # [06:02] * Quits: lizzard (ehenry@14502436.2D024FDB.284344F5.IP) (Quit: lizzard)
  1113. # [06:02] <reuben> I'm assuming you don't care about Ada :)
  1114. # [06:02] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  1115. # [06:03] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 25.0/20131030081700])
  1116. # [06:04] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1117. # [06:04] <reuben> J13R: yea, XPCOM interfaces are pretty terrible to use from C++
  1118. # [06:04] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1119. # [06:04] <reuben> (but straightforward to use from JS)
  1120. # [06:04] * Quits: Matti (Matti@moz-9F3D3A5D.dip0.t-ipconnect.de) (Ping timeout)
  1121. # [06:05] * Quits: jgilbert_ (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1122. # [06:05] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1123. # [06:05] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1124. # [06:05] <glandium> J13R: that's because it's really a tristate: exists, doesn't exist, failed ; the latter giving you an error code related to what failed
  1125. # [06:06] <glandium> and there are many reasons that can fail
  1126. # [06:07] <J13R> that's the price of not having exceptions I guess
  1127. # [06:08] <glandium> s/not having/choosing not to use/ but yes
  1128. # [06:08] * Joins: Matti_away (Matti@moz-3DE4154D.dip0.t-ipconnect.de)
  1129. # [06:08] * Matti_away is now known as Matti
  1130. # [06:10] * Quits: sankha93 (Instantbir@71F19D4F.49C43973.1C37C358.IP) (Connection reset by peer)
  1131. # [06:10] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1132. # [06:10] * Parts: ckerschb1 (ckerschb@moz-DF6EADF2.vp.reshsg.uci.edu)
  1133. # [06:10] * Quits: automata (automata@D773866B.FA36B139.BB0EBA72.IP) (Quit: This computer has gone to sleep)
  1134. # [06:11] * Joins: smontagu (chatzilla@moz-D0D053E4.red.bezeqint.net)
  1135. # [06:11] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1136. # [06:12] * Quits: tessarakt3 (jens@moz-9DBC4E33.dip0.t-ipconnect.de) (Ping timeout)
  1137. # [06:12] * Joins: ddahl_ (ddahl@moz-643B6C9F.hsd1.il.comcast.net)
  1138. # [06:12] * Joins: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net)
  1139. # [06:12] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Ping timeout)
  1140. # [06:13] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1141. # [06:13] <@bz> When originally designed, closer to not having
  1142. # [06:13] * Joins: sankha93 (Instantbir@71F19D4F.49C43973.1C37C358.IP)
  1143. # [06:14] <glandium> bz: we could have chosen to start using exceptions since then, but it's a bad idea anyways
  1144. # [06:14] * Quits: ddahl_ (ddahl@moz-643B6C9F.hsd1.il.comcast.net) (Ping timeout)
  1145. # [06:14] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  1146. # [06:15] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1147. # [06:15] <glandium> templates were barely working back then, and we have plenty of them now
  1148. # [06:15] <tbsaunde> glandium: s/bad/horrible/ ? throwing through NS_InvokeByIndex sounds terrifying
  1149. # [06:15] <@bz> glandium: true
  1150. # [06:15] <@bz> glandium: templates are easier to add piecemeal
  1151. # [06:15] <@bz> glandium: than rewriting xpconnect to deal with C++ exceptions
  1152. # [06:16] <@bz> glandium: and changed ABI
  1153. # [06:16] <@bz> glandium: and all that
  1154. # [06:16] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1155. # [06:16] <glandium> bz: i don't deny there are many good reasons not to have started using exceptions
  1156. # [06:16] <@bz> But yeah, it's not like we've made a point of really trying to use exceptions.
  1157. # [06:16] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1158. # [06:17] * @bz is pretty happy with the setup we have in webidl.... as long as it's just JS calling into C++.
  1159. # [06:17] <glandium> but that exceptions barely existed when the root of gecko was written is only an excuse by now. Not a reason
  1160. # [06:17] <@bz> The other direction is not happy.
  1161. # [06:18] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1162. # [06:18] * bz is now known as bz_sleep
  1163. # [06:18] <glandium> bz_sleep: night
  1164. # [06:18] <glandium> we all know you're not actually going to sleep
  1165. # [06:19] <tbsaunde> well, I think its sort of a reason combined with exceptions being hard to do piece meal, but maybe we could do it if we really wanted
  1166. # [06:20] * Joins: cronco (cronco@5B9B77CF.6D6C3495.D1C04900.IP)
  1167. # [06:20] * Quits: miketaylrrrr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  1168. # [06:21] * jdm|f00ding is now known as jdm
  1169. # [06:23] * Joins: btulchinsky (Barry@moz-6FFE20E8.dsl.bell.ca)
  1170. # [06:24] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  1171. # [06:26] <@roc> we looked at exceptions at least once or twice over the last decade, but enabling the necessary unwinding/RTTI stuff was always hugely expensive when we measured it
  1172. # [06:26] <glandium> roc: indeed it is
  1173. # [06:27] * Joins: abr (abr@1C05CC21.246E5E69.4AE11518.IP)
  1174. # [06:27] * Callek is now known as Callek_disconnected
  1175. # [06:29] <@dbaron> writing exception-safe code is also hard
  1176. # [06:29] <jcranmer> I don't think exceptions are the main perf hit
  1177. # [06:29] <jcranmer> it's the RTTI
  1178. # [06:29] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Connection reset by peer)
  1179. # [06:29] * Joins: bajaj1 (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1180. # [06:30] * glob is now known as glob|away
  1181. # [06:30] <jcranmer> but, needless to say, it's not uncommon for C++ projects to disable RTTI and exceptions
  1182. # [06:34] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1183. # [06:34] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1184. # [06:35] * Joins: arky (arky@421A1FDC.3CD8288F.B9D97DBA.IP)
  1185. # [06:37] * Quits: tonymec|away (tonymec@794E96A8.695E167E.277517C1.IP) (Ping timeout)
  1186. # [06:37] * Quits: tonymec (tonymec@794E96A8.695E167E.277517C1.IP) (Ping timeout)
  1187. # [06:38] * Quits: retornam_ (retornam@moz-6F237ED8.hsd1.ca.comcast.net) (Input/output error)
  1188. # [06:38] * Quits: J13R (user@moz-81D2D253.mpe.mpg.de) (Ping timeout)
  1189. # [06:38] <Jesse> why do exceptions require RTTI?
  1190. # [06:38] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  1191. # [06:38] * Joins: retornam (retornam@moz-6F237ED8.hsd1.ca.comcast.net)
  1192. # [06:38] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  1193. # [06:38] * Joins: ewong_ (chatzilla@5C5DAA40.10C246FF.5BDE7050.IP)
  1194. # [06:39] * ewong_ is now known as ewong
  1195. # [06:40] * Quits: retornam (retornam@moz-6F237ED8.hsd1.ca.comcast.net) (Quit: Linkinus - http://linkinus.com)
  1196. # [06:41] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1197. # [06:41] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Input/output error)
  1198. # [06:41] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1199. # [06:42] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Quit: Ex-Chat)
  1200. # [06:45] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1201. # [06:48] <reuben> Jesse: enabling exceptions doesn't require enabling rtti (as in dynamic_cast and stuff), but exceptions require type information at runtime to work
  1202. # [06:49] <Jesse> is that just because of the quirk of c++ that exceptions are arbitrary types?
  1203. # [06:49] <Jesse> or does safe unwinding require rtti somehow?
  1204. # [06:50] * Quits: sankha93 (Instantbir@71F19D4F.49C43973.1C37C358.IP) (Quit: Gone to save the world!)
  1205. # [06:50] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1206. # [06:50] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1207. # [06:51] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  1208. # [06:51] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1209. # [06:52] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  1210. # [06:53] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1211. # [06:54] * Joins: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net)
  1212. # [06:55] * Quits: jhlin (jolin@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1213. # [06:56] * Quits: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net) (Quit: Leaving...)
  1214. # [06:57] * Quits: danieru (danieru@C8E26E42.55A00C18.F9917295.IP) (Quit: さようなら)
  1215. # [06:59] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  1216. # [07:00] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1217. # [07:01] * Joins: jhlin (jolin@E2F7352.56080C53.97BBD552.IP)
  1218. # [07:03] * Quits: jhlin (jolin@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1219. # [07:03] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1220. # [07:03] * BenWa is now known as BenWa|email
  1221. # [07:04] * glob|away is now known as glob
  1222. # [07:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/046b5728b58b - Phil Ringnalda - Back out 4983f1debf4c (bug 918880) for b2g mochitest-3 bustage
  1223. # [07:05] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  1224. # [07:05] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1225. # [07:05] * Quits: Mook (mook@moz-DCA85209.dsl.teksavvy.com) (Ping timeout)
  1226. # [07:06] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  1227. # [07:06] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  1228. # [07:07] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1229. # [07:10] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1230. # [07:11] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1231. # [07:12] * heycam is now known as heycam|away
  1232. # [07:13] * Joins: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net)
  1233. # [07:13] * Quits: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net) (Quit: sicking)
  1234. # [07:13] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  1235. # [07:14] * Joins: lassey (blassey@moz-81600164.mycingular.net)
  1236. # [07:14] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1237. # [07:15] * Quits: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net) (Ping timeout)
  1238. # [07:15] * Joins: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net)
  1239. # [07:15] * Joins: tonymec|away (tonymec@92F166E2.1137024C.277517C1.IP)
  1240. # [07:15] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1241. # [07:17] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1242. # [07:18] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  1243. # [07:18] * Joins: Mook (mook@moz-5BDA634E.dsl.teksavvy.com)
  1244. # [07:18] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  1245. # [07:19] * Parts: aja (Instantbir@CB9E631A.625E483C.7880DB15.IP)
  1246. # [07:23] * jcranmer is now known as jcranmer|away
  1247. # [07:24] * Joins: tonymec (tonymec@92F166E2.1137024C.277517C1.IP)
  1248. # [07:26] * Joins: valenting (Thunderbir@808EE6B5.84D5EFD5.FB866788.IP)
  1249. # [07:26] * jchen is now known as jchen|away
  1250. # [07:27] <jcranmer|away> Jesse: the underlying ABI uses the same mechanism for both RTTI and exceptions
  1251. # [07:27] * Quits: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net) (Ping timeout)
  1252. # [07:27] <jcranmer|away> so you get everything if you only use one feature
  1253. # [07:30] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  1254. # [07:31] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1255. # [07:31] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1256. # [07:33] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1257. # [07:35] <philor> witch! witch! witch!
  1258. # [07:35] * Quits: peterv (peterv@moz-4BC60BE9.access.telenet.be) (Connection reset by peer)
  1259. # [07:35] <philor> wow, that was suspicious
  1260. # [07:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8fefcd2bb154 - Phil Ringnalda - Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
  1261. # [07:35] * Joins: peterv_ (peterv@moz-4BC60BE9.access.telenet.be)
  1262. # [07:36] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1263. # [07:37] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1264. # [07:37] <jld> Did someone change the set of bug flags while I was in the middle of filing a bug?
  1265. # [07:37] * Quits: bajaj1 (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  1266. # [07:38] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1267. # [07:40] <jld> ...and suddenly it works.
  1268. # [07:40] <sfink> I just got some weird template error when loading a bug, and it worked on a reload
  1269. # [07:40] <sfink> mid-upgrade or something?
  1270. # [07:41] <jld> (Email sent to: literally an entire screenful of people.)
  1271. # [07:41] <jld> "cf_status_b2g18 is not a valid parameter for the Bugzilla::Bug::create function."
  1272. # [07:43] * Quits: btulchinsky (Barry@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  1273. # [07:44] <shu> philor: exonerating evidence?
  1274. # [07:44] <philor> shu: you're off the hook for everything except patting bhackett while he sobs :)
  1275. # [07:44] <shu> philor: bhackett's a woodsman, these things don't bother him as much
  1276. # [07:45] * Quits: janv (varga@BCF8EBD.C1B7BBD9.4F33160D.IP) (Ping timeout)
  1277. # [07:45] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1278. # [07:46] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Ping timeout)
  1279. # [07:46] <philor> ah, good, since I blamed him for the debug ASan jit-test timeouts when I had a green above him
  1280. # [07:46] * Joins: Mnyromyr (MnyroWork@475C372E.895A7D73.450559D8.IP)
  1281. # [07:47] <philor> which is going to make them a leetle difficult to pin on anyone
  1282. # [07:48] <philor> frequent intermittent in a four bloody hour job
  1283. # [07:48] <philor> I don't think I'm going to retrigger my way to any sort of a conclusion here
  1284. # [07:48] <shu> philor: the ASan issue is not OOM, just timeout?
  1285. # [07:49] * mattwoodrow is now known as mattwoodrow|away
  1286. # [07:49] <philor> shu: right, timeout in two TypedObject jit-tests
  1287. # [07:49] <philor> or four, counting both --no-ion flavors for each
  1288. # [07:49] * Joins: aja (Instantbir@CB9E631A.625E483C.7880DB15.IP)
  1289. # [07:49] <philor> or eight, counting the way we pointlessly run jit-tests twice
  1290. # [07:50] <shu> philor: which log? i don't see an orange B
  1291. # [07:50] <glob> sfink, yes, mid update i'm sorry (another one coming soon)
  1292. # [07:50] <sfink> no big deal
  1293. # [07:50] <philor> shu: https://tbpl.mozilla.org/php/getParsedLog.php?id=30803607&tree=Mozilla-Inbound (Bd)
  1294. # [07:50] <glob> jld, oh, that error message concerns me :|
  1295. # [07:51] <shu> philor: ty
  1296. # [07:51] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1297. # [07:51] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  1298. # [07:51] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1299. # [07:52] * kaze|zZz is now known as kaze
  1300. # [07:53] * Joins: Optimizer (Optimizer@3F74C040.DDD2B1C2.D2D1FAF0.IP)
  1301. # [07:53] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  1302. # [07:56] * jchen|away is now known as jchen
  1303. # [07:56] * Quits: valenting (Thunderbir@808EE6B5.84D5EFD5.FB866788.IP) (Ping timeout)
  1304. # [07:56] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1305. # [07:57] * corey is now known as corey|away
  1306. # [07:59] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  1307. # [08:01] * Joins: janv (varga@4E9B3A7A.E45C365C.4F33160D.IP)
  1308. # [08:03] * Joins: lgarner (lgarner@moz-771027BC.dsl.dynamic.sonic.net)
  1309. # [08:04] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1310. # [08:04] * philor drums his fingers
  1311. # [08:05] <philor> the fact that this build takes four hours, and has never once caught anything, does not argue strongly for its utility
  1312. # [08:05] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1313. # [08:05] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  1314. # [08:06] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1315. # [08:10] * jchen is now known as jchen|away
  1316. # [08:10] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  1317. # [08:10] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1318. # [08:11] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1319. # [08:11] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  1320. # [08:13] * Joins: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP)
  1321. # [08:14] <shu> philor: jit-prefix is a very slow test without the JITs turned on
  1322. # [08:14] <shu> philor: TypedObject/jit-prefix, that is
  1323. # [08:16] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1324. # [08:16] <philor> shu: given that https://hg.mozilla.org/integration/mozilla-inbound/rev/00644e4b067d apparently did slow us down in browser-chrome, my best hope is that it also slowed us down in those, but only intermittently slowed us down enough to time out
  1325. # [08:16] * Quits: Mook (mook@moz-5BDA634E.dsl.teksavvy.com) (Quit: Mook)
  1326. # [08:16] * Joins: drno (drno@moz-8C24FDC2.hsd1.ca.comcast.net)
  1327. # [08:17] <philor> otherwise, it's permaorange from https://hg.mozilla.org/integration/mozilla-inbound/rev/4983f1debf4c which is silly, or intermittent with no good way of guessing what thing today made it intermittent
  1328. # [08:17] <shu> philor: there are other tests like that too, that depend on the JITs being on to not intermittently time out. it's debatable whet er a "slow-in-interpreter" flag is a good idea, though
  1329. # [08:18] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1330. # [08:18] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1331. # [08:19] <shu> philor: for differential testing, that is
  1332. # [08:21] <shu> philor: i'll file a bug about that test and about making it faster (it just loops an arbitrary # of times, it gets pretty optimized in the JITs but slow as shit in interpreter)
  1333. # [08:21] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Quit: kk1fff)
  1334. # [08:21] <philor> shu: thanks, filed the intermittent as https://bugzilla.mozilla.org/show_bug.cgi?id=940868 because I don't want to sit on the tree any longer :)
  1335. # [08:21] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  1336. # [08:22] <shu> philor: i'll just use that one then
  1337. # [08:22] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  1338. # [08:24] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  1339. # [08:24] <philor> so, I closed the tree as I was finishing lunch, and look at that, I get to reopen it right as I'm going to bed
  1340. # [08:24] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Quit: kk1fff)
  1341. # [08:25] * Joins: Ms2ger (Ms2ger@moz-454C9175.ugent.be)
  1342. # [08:25] * mattwoodrow|away is now known as mattwoodrow
  1343. # [08:25] <shu> philor: all in a day's work
  1344. # [08:25] * Joins: briansmith (briansmith@moz-DBEE1833.lightspeed.sntcca.sbcglobal.net)
  1345. # [08:26] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  1346. # [08:26] <philor> alas, indeed
  1347. # [08:26] <Tomcat|sheriffduty> yeah lots of tree closures in the last 24 hours :(
  1348. # [08:27] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1349. # [08:27] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1350. # [08:27] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1351. # [08:28] <philor> mmm, that's another nice way to look at the day: I rolled out of bed, closed inbound, now I opened inbound and I'm rolling back in
  1352. # [08:29] * philor is now known as philor|away
  1353. # [08:29] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1354. # [08:29] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  1355. # [08:29] <Tomcat|sheriffduty> philor|away: good night
  1356. # [08:30] <Tomcat|sheriffduty> and don't let the tree hunt you in your dreams :)
  1357. # [08:30] <Ms2ger> Bonjour
  1358. # [08:30] <Tomcat|sheriffduty> good morning Ms2ger
  1359. # [08:30] <Ms2ger> And good night, philor|away
  1360. # [08:31] <shu> philor|away: good night!
  1361. # [08:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/64e3c489b77e - Nicholas Cameron - Bug 939598. Always call BeginTransaction before EndTransaction. r=mattwoodrow
  1362. # [08:32] * mattwoodrow is now known as mattwoodrow|away
  1363. # [08:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6f6d88f793a0 - Kan-Ru Chen (陳侃如) - Bug 940285 - Fix build with --disable-ion r=billm
  1364. # [08:34] <nrc> \o/ landed something!
  1365. # [08:35] <shu> nrc: you shouldn't if you want the tree to stay open
  1366. # [08:36] <Tomcat|sheriffduty> heh
  1367. # [08:36] <nrc> it'll be fine! I'm sure...
  1368. # [08:36] * Quits: lerc (quassel@moz-2A8CFEEE.telstraclear.net) (Connection reset by peer)
  1369. # [08:37] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1370. # [08:37] * Joins: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP)
  1371. # [08:38] * nrc is now known as nrc|afk
  1372. # [08:40] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1373. # [08:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c3d41ab0a2df - Chris Peterson - Bug 940218 - Build memory/jemalloc and friends in unified mode. r=glandium
  1374. # [08:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3839e0c416d2 - Chris Peterson - Bug 940225 - Build docshell in unified mode. r=bz
  1375. # [08:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b79bbe912c56 - Chris Peterson - Bug 940215 - Build netwerk/cache2, ftp, and rtsp in unified mode. r=mcmanus
  1376. # [08:43] * Joins: lerc (quassel@moz-2A8CFEEE.telstraclear.net)
  1377. # [08:43] * Joins: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  1378. # [08:44] * Joins: brennan (mibr0789@moz-39CD8C22.it.uu.se)
  1379. # [08:44] * Quits: lassey (blassey@moz-81600164.mycingular.net) (Input/output error)
  1380. # [08:47] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1381. # [08:47] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1382. # [08:47] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Ping timeout)
  1383. # [08:47] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1384. # [08:48] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1385. # [08:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f64519c330f - Makoto Kato - Backed out changeset 4110a8986a2a (Bug 912371) due to Bug 940246 and Bug 940324
  1386. # [08:50] * julienw_afk is now known as julienw
  1387. # [08:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cdc82950ae45 - Kyle Huey - Bug 902909 - Use fallible allocation when interfacing with Snappy. r=sicking,khuey (original patch by khuey, updated by janv)
  1388. # [08:51] * Quits: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP) (Quit: RealRaven)
  1389. # [08:51] * Quits: matthewgertner (matthewger@E05025B2.7102BCB6.B7C3970A.IP) (Quit: matthewgertner)
  1390. # [08:51] * Joins: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP)
  1391. # [08:54] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1392. # [08:55] * Quits: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP) (Quit: RealRaven)
  1393. # [08:55] * Joins: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP)
  1394. # [08:56] * Quits: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk) (Ping timeout)
  1395. # [08:56] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1396. # [08:57] * Parts: aja (Instantbir@CB9E631A.625E483C.7880DB15.IP)
  1397. # [08:57] * Quits: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net) (Ping timeout)
  1398. # [09:03] * Joins: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk)
  1399. # [09:04] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1400. # [09:04] * Quits: lgarner (lgarner@moz-771027BC.dsl.dynamic.sonic.net) (Ping timeout)
  1401. # [09:04] * Joins: petruta (Mibbit@601F3B17.33662590.A5830293.IP)
  1402. # [09:06] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1403. # [09:07] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1404. # [09:07] * Joins: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it)
  1405. # [09:08] * Quits: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP) (Quit: RealRaven)
  1406. # [09:08] * Joins: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP)
  1407. # [09:11] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1408. # [09:12] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1409. # [09:12] * jorendorff_away is now known as jorendorff
  1410. # [09:14] * Quits: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1411. # [09:16] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  1412. # [09:16] * Joins: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1413. # [09:17] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1414. # [09:18] * Quits: arky (arky@421A1FDC.3CD8288F.B9D97DBA.IP) (Ping timeout)
  1415. # [09:18] * Quits: blassey (blassey@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1416. # [09:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f30dfa0f184d - John Daggett - Bug 940778 - disallow counter names named none, default or other css-wide keywords. r=dholbert
  1417. # [09:19] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1418. # [09:20] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Ping timeout)
  1419. # [09:21] * Joins: bobowen (chatzilla@moz-A944D98D.dynamic.dsl.as9105.com)
  1420. # [09:21] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1421. # [09:21] * Joins: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP)
  1422. # [09:22] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1423. # [09:22] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1424. # [09:25] * jorendorff is now known as jorendorff_away
  1425. # [09:25] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Quit: Leaving.)
  1426. # [09:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d9e2cb0a838d - Nicholas Nethercote - Bug 939385 (part 5) - Test vsizeMaxContiguous. r=froydnj.
  1427. # [09:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fd939ce2bcdc - Nicholas Nethercote - Bug 937012 - Replace the busted find_vanilla_new_calls script with the much better check_vanilla_allocations.py. r=evilpie,gps.
  1428. # [09:27] * Quits: simo (simo@7C76FE49.12B8EBBF.B1865714.IP) (Ping timeout)
  1429. # [09:27] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Ping timeout)
  1430. # [09:27] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1431. # [09:27] * Joins: simo (simo@7C76FE49.12B8EBBF.B1865714.IP)
  1432. # [09:28] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  1433. # [09:29] * Quits: abr (abr@1C05CC21.246E5E69.4AE11518.IP) (Ping timeout)
  1434. # [09:30] <gcp> when are ESR users updated from 17->24?
  1435. # [09:31] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  1436. # [09:33] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  1437. # [09:33] <NeilAway> oh, that's lovely
  1438. # [09:34] <NeilAway> NS_StackWalk causes a write on Windows, which gets trapped by the late write observer
  1439. # [09:34] * Joins: Jackneill (Jackneill@moz-D67F1BC0.pool.digikabel.hu)
  1440. # [09:34] * peterv_ is now known as peterv
  1441. # [09:35] * Joins: abr (abr@moz-AD5202B6.static.nextweb.net)
  1442. # [09:36] * Joins: AlinT (AlinT@601F3B17.33662590.A5830293.IP)
  1443. # [09:36] * Quits: AlinT (AlinT@601F3B17.33662590.A5830293.IP) (Client exited)
  1444. # [09:36] * Quits: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP) (Quit: ehugg)
  1445. # [09:36] * Joins: AlinT (AlinT@601F3B17.33662590.A5830293.IP)
  1446. # [09:37] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1447. # [09:37] * Joins: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net)
  1448. # [09:38] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1449. # [09:38] * Quits: drno (drno@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  1450. # [09:39] * Joins: nicodel (Thunderbir@DE1E3B95.81445FE4.1B3E68DA.IP)
  1451. # [09:39] * Quits: tonymec (tonymec@92F166E2.1137024C.277517C1.IP) (Ping timeout)
  1452. # [09:40] * Quits: tonymec|away (tonymec@92F166E2.1137024C.277517C1.IP) (Ping timeout)
  1453. # [09:40] * Quits: sewardj_ (sewardj@moz-C8BAE13.dip0.t-ipconnect.de) (Ping timeout)
  1454. # [09:41] * Joins: jaoo (user@moz-A7B79E12.red-79-152-152.dynamicip.rima-tde.net)
  1455. # [09:42] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1456. # [09:42] * mattwoodrow|away is now known as mattwoodrow
  1457. # [09:42] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1458. # [09:42] * julienw is now known as julienw_afk
  1459. # [09:44] * Quits: briansmith (briansmith@moz-DBEE1833.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1460. # [09:44] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1461. # [09:45] * Quits: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1462. # [09:46] * Fallen|away is now known as Fallen
  1463. # [09:46] * Quits: Ms2ger (Ms2ger@moz-454C9175.ugent.be) (Ping timeout)
  1464. # [09:46] * Joins: annevk (annevk@8CEE44C9.4F390C2A.420B7681.IP)
  1465. # [09:48] * Quits: @njn (chatzilla@moz-BCC137C2.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0a1/20131119061210])
  1466. # [09:48] * Joins: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it)
  1467. # [09:48] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1468. # [09:50] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  1469. # [09:51] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Ping timeout)
  1470. # [09:52] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  1471. # [09:54] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1472. # [09:55] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  1473. # [09:58] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1474. # [09:58] * Quits: abr (abr@moz-AD5202B6.static.nextweb.net) (Quit: AFK)
  1475. # [09:58] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  1476. # [09:59] * julienw_afk is now known as julienw
  1477. # [10:01] * Joins: rcampbelllaos (rcampbelll@33814F8.246AA991.E8916D75.IP)
  1478. # [10:03] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  1479. # [10:03] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1480. # [10:03] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1481. # [10:04] * glob is now known as glob|away
  1482. # [10:04] * Joins: tonymec|away (tonymec@1F59B002.D8AF6332.A9371869.IP)
  1483. # [10:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1484. # [10:07] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1485. # [10:07] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Quit: kk1fff)
  1486. # [10:08] * Quits: tonymec|away (tonymec@1F59B002.D8AF6332.A9371869.IP) (Ping timeout)
  1487. # [10:08] * mattwoodrow is now known as mattwoodrow|away
  1488. # [10:09] <glandium> facepalm: 1844 Segmentation fault (core dumped) touch -t 198001030000 ".deps/.mkdir.done"
  1489. # [10:09] * Joins: nicodel1 (Thunderbir@moz-609F48E1.w90-3.abo.wanadoo.fr)
  1490. # [10:10] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1491. # [10:10] * Quits: nicodel (Thunderbir@DE1E3B95.81445FE4.1B3E68DA.IP) (Ping timeout)
  1492. # [10:14] * Joins: tonymec|away (tonymec@C6739CD4.48EF4B79.277517C1.IP)
  1493. # [10:14] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1494. # [10:15] * Quits: nicodel1 (Thunderbir@moz-609F48E1.w90-3.abo.wanadoo.fr) (Ping timeout)
  1495. # [10:16] * Quits: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP) (Quit: rvitillo)
  1496. # [10:17] * Joins: Ms2ger (Ms2ger@moz-454C9175.ugent.be)
  1497. # [10:17] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1498. # [10:19] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1499. # [10:20] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  1500. # [10:21] * Quits: tonymec|away (tonymec@C6739CD4.48EF4B79.277517C1.IP) (Ping timeout)
  1501. # [10:22] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  1502. # [10:22] * Quits: Rik_ (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1503. # [10:22] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1504. # [10:24] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: This computer has gone to sleep)
  1505. # [10:25] * Quits: rniwa (rniwa@A3DC9FE9.1A6EB244.3BFD8A78.IP) (Quit: rniwa)
  1506. # [10:27] <Optimize1> khuey: doesnt https://bugzilla.mozilla.org/show_bug.cgi?id=940546 focus on maximized window ?
  1507. # [10:27] <Optimize1> or do you actually mean restored window all the time.
  1508. # [10:28] <khuey> Optimize1: the screenshots in comment 0 are not maximized
  1509. # [10:28] <Optimize1> see the attached screenshots
  1510. # [10:28] <khuey> Optimize1: ah, yes, that's what I'm talking about
  1511. # [10:29] * Joins: mstange (markus@moz-9F660733.dip0.t-ipconnect.de)
  1512. # [10:30] <NeilAway> Waldo++
  1513. # [10:30] <glandium> khuey: does msvc have a view that allows to see data (not disassembly) with corresponding symbols ? (so, kind of like the disassembly view, but without it trying to disassemble and skip symbols because they're in the middle of an instruction)
  1514. # [10:30] <Optimize1> khuey: there is a 7 px vertical space loss
  1515. # [10:30] <khuey> Optimize1: yeah, that is unfortunate
  1516. # [10:31] <Optimize1> yes
  1517. # [10:31] <khuey> Optimize1: and it breaks gmail for me :-/
  1518. # [10:31] <Optimize1> wow, my message to firefox-dev is awaiting moderetaion
  1519. # [10:31] <Optimize1> moderation
  1520. # [10:31] <khuey> glandium: for main memory?
  1521. # [10:31] <khuey> not that I am aware of
  1522. # [10:31] <glandium> khuey: sigh
  1523. # [10:32] <glandium> khuey: does dumpbin work on pdb?
  1524. # [10:32] <glandium> nope
  1525. # [10:33] <glandium> so, how can i get a list of non exported symbols?
  1526. # [10:34] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1527. # [10:36] * Joins: msucan (mihai@4A4E5638.1CE56E7B.C0E37CF3.IP)
  1528. # [10:36] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1529. # [10:36] * Joins: nicodel (Thunderbir@E8C08E9F.81445FE4.1B3E68DA.IP)
  1530. # [10:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1b013ca4c550 - Jonathan Watt - Bug 940698 - Add an "ownerNumberControl" property to HTMLInputElement. r=smaug
  1531. # [10:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d94d3e54da67 - Jonathan Watt - Bug 926546 - Modify assertion in nsComputedDOMStyle::GetPropertyCSSValue to mention the pseudo-element concerned to aid debugging. r=dbaron
  1532. # [10:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/31b5678dbeab - Jonathan Watt - Bug 939635 - Make the IME code aware of the new <input type=number> implementation. r=masayuki
  1533. # [10:37] <khuey> glandium: not sure
  1534. # [10:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4660efcc53f9 - Jonathan Watt - Bug 771561 - Make HTMLInputElement.stepUp()/stepDown() work when the input's value is NaN. r=smaug
  1535. # [10:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/34f95bb561db - Jonathan Watt - Bug 940696 - Ensure that Firefox OS brings up the number pad when a user focuses an <input type=number>. r=fabrice
  1536. # [10:37] <khuey> glandium: pdb explorer?
  1537. # [10:38] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1538. # [10:41] * Joins: kennyluck (kennyluck@FD95A829.78AAD651.89D78A4.IP)
  1539. # [10:44] * Quits: annevk (annevk@8CEE44C9.4F390C2A.420B7681.IP) (Input/output error)
  1540. # [10:44] * bobowen is now known as bobowen|afk
  1541. # [10:44] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1542. # [10:45] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1543. # [10:45] <glandium> khuey: http://msdn.microsoft.com/en-us/library/windows/hardware/ff560092%28v=vs.85%29.aspx
  1544. # [10:45] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1545. # [10:45] <khuey> glandium: nice
  1546. # [10:46] * Joins: m_gol (m_gol@moz-AE6C3BBE.neoplus.adsl.tpnet.pl)
  1547. # [10:47] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1548. # [10:47] * Joins: tonymec|away (tonymec@moz-EBDFD412.adsl-dyn.isp.belgacom.be)
  1549. # [10:48] * ewong is now known as ewong|away
  1550. # [10:48] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  1551. # [10:49] * Joins: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP)
  1552. # [10:49] * Quits: {V} (V@moz-F9CA6B1C.on.nl) (Connection reset by peer)
  1553. # [10:49] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1554. # [10:50] * Joins: {V} (V@moz-F9CA6B1C.on.nl)
  1555. # [10:51] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  1556. # [10:51] * Quits: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP) (Quit: rvitillo)
  1557. # [10:53] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1558. # [10:53] * ChanServ sets mode: +o smaug
  1559. # [10:54] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1560. # [10:55] * Joins: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP)
  1561. # [10:56] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1562. # [10:56] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1563. # [10:56] * Joins: tonymec (tonymec@moz-EBDFD412.adsl-dyn.isp.belgacom.be)
  1564. # [10:56] * Joins: sewardj_ (sewardj@moz-500E5DA4.dip0.t-ipconnect.de)
  1565. # [10:57] * Joins: ggp (ggp@moz-3913D97B.dsl.telesp.net.br)
  1566. # [10:57] * Quits: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1567. # [10:57] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  1568. # [10:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e864bbc290f5 - Olli Pettay - Bug 847763, add a way to prevent an iframe to take focus, (pref'ed off by default), r=jst
  1569. # [10:59] * Quits: sewardj_ (sewardj@moz-500E5DA4.dip0.t-ipconnect.de) (Ping timeout)
  1570. # [10:59] * Joins: sewardj_ (sewardj@moz-500E5DA4.dip0.t-ipconnect.de)
  1571. # [10:59] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  1572. # [11:01] * Joins: tfp_ (anirudh@57DDC4C1.F2DEA9A7.1C37C358.IP)
  1573. # [11:02] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1574. # [11:04] * Joins: jkitch (Thunderbir@moz-1421D5E8.lns21.adl2.internode.on.net)
  1575. # [11:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0879fec4cfc3 - Asaf Romano - Bug 896193 - Adopt Promises in mozIAsyncLivemarks. r=mak. sr=gavin.
  1576. # [11:06] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1577. # [11:06] * Joins: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1578. # [11:06] <bbouvier> how can i run mfbt/tests?
  1579. # [11:07] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1580. # [11:09] * Joins: marco (Thunderbir@moz-A80B250A.retail.telecomitalia.it)
  1581. # [11:12] * Joins: pauly (paul@601F3B17.33662590.A5830293.IP)
  1582. # [11:12] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1583. # [11:13] * Joins: jet (jet@538BABFE.A073F3E.97BBD552.IP)
  1584. # [11:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/13da3402d682 - Jan Gerber - Bug 938315 - Update nestegg to support Opus elements. r=kinetik
  1585. # [11:14] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1586. # [11:16] * Quits: tonymec|away (tonymec@moz-EBDFD412.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1587. # [11:16] * Quits: tonymec (tonymec@moz-EBDFD412.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1588. # [11:20] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1589. # [11:21] * Joins: mstange_ (markus@moz-11BBFE59.dip0.t-ipconnect.de)
  1590. # [11:21] * Quits: mstange (markus@moz-9F660733.dip0.t-ipconnect.de) (Ping timeout)
  1591. # [11:21] * mstange_ is now known as mstange
  1592. # [11:24] * sewardj_ is now known as sewardj
  1593. # [11:24] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1594. # [11:27] * Quits: marco (Thunderbir@moz-A80B250A.retail.telecomitalia.it) (Input/output error)
  1595. # [11:27] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1596. # [11:27] * Joins: till (till@88F51059.F3BBB17D.144F44FA.IP)
  1597. # [11:31] * khuey is now known as khuey|away
  1598. # [11:32] * Joins: chalx (xwiki@3C3C8B81.AD4AF725.3AEDA656.IP)
  1599. # [11:32] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1600. # [11:32] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Quit: kk1fff)
  1601. # [11:33] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1602. # [11:35] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  1603. # [11:35] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1604. # [11:36] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  1605. # [11:36] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1606. # [11:36] * Quits: jdm (jdm@moz-99690620.hinet-ip.hinet.net) (Quit: Lost terminal)
  1607. # [11:36] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1608. # [11:37] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1609. # [11:37] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Connection reset by peer)
  1610. # [11:38] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1611. # [11:38] * Joins: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP)
  1612. # [11:38] * Quits: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP) (Client exited)
  1613. # [11:38] * Joins: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP)
  1614. # [11:39] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1615. # [11:39] * Joins: Rik_ (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1616. # [11:40] * Quits: @dbaron (dbaron@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1617. # [11:40] * Joins: Manuela (manuela_mu@601F3B17.33662590.A5830293.IP)
  1618. # [11:43] * Parts: peterv (peterv@moz-4BC60BE9.access.telenet.be)
  1619. # [11:43] * Joins: peterv (peterv@moz-4BC60BE9.access.telenet.be)
  1620. # [11:46] * Quits: cronco (cronco@5B9B77CF.6D6C3495.D1C04900.IP) (Client exited)
  1621. # [11:46] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1622. # [11:50] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1623. # [11:50] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1624. # [11:50] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1625. # [11:51] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1626. # [11:51] * Quits: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it) (Ping timeout)
  1627. # [11:53] * Parts: Manuela (manuela_mu@601F3B17.33662590.A5830293.IP)
  1628. # [11:55] * Joins: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP)
  1629. # [11:56] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1630. # [11:56] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1631. # [11:58] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  1632. # [12:02] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1633. # [12:04] * Quits: jet (jet@538BABFE.A073F3E.97BBD552.IP) (Quit: jet)
  1634. # [12:04] * Joins: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP)
  1635. # [12:05] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1636. # [12:06] * Joins: jet (jet@538BABFE.A073F3E.97BBD552.IP)
  1637. # [12:06] * Quits: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP) (Quit: rvitillo)
  1638. # [12:07] * Quits: rcampbelllaos (rcampbelll@33814F8.246AA991.E8916D75.IP) (Quit: Leaving)
  1639. # [12:07] <@smaug> hrm
  1640. # [12:08] <@smaug> Australis seems to be a bit leaky
  1641. # [12:10] * julienw is now known as julienw_afk
  1642. # [12:11] * Quits: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1643. # [12:13] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1644. # [12:15] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1645. # [12:15] * Joins: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP)
  1646. # [12:19] * Quits: jet (jet@538BABFE.A073F3E.97BBD552.IP) (Quit: jet)
  1647. # [12:22] * Quits: MrMazda (fmcz@moz-8F21088B.cable.mindspring.com) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.18/2009082712])
  1648. # [12:22] * Quits: chalx (xwiki@3C3C8B81.AD4AF725.3AEDA656.IP) (Quit: chalx)
  1649. # [12:22] <Gijs> smaug: please file bugs with STR. :)
  1650. # [12:23] * Joins: MrMazda (fmcz@moz-8F21088B.cable.mindspring.com)
  1651. # [12:23] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1652. # [12:23] <@smaug> Gijs: just compiling an opt build and then testing with about:cc
  1653. # [12:24] <Gijs> I don't know what that means :)
  1654. # [12:24] <Gijs> Please file a bug.
  1655. # [12:24] <@smaug> about:cc is an addon attached to bug 726346
  1656. # [12:27] <@smaug> Gijs: I see documents like chrome://browser/skin/tabbrowser/tab-selected-start.svg and chrome://browser/skin/tabbrowser/tab-selected-end.svg in the CC graph. (but are we just not optimizing those out from the graph?)
  1657. # [12:27] <@smaug> but there is also something else...
  1658. # [12:29] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1659. # [12:29] <Gijs> smaug: I don't really understand either the cycle collector or about:cc or the SVG cache, which is what that sounds like.
  1660. # [12:30] <Gijs> smaug: at the risk of being a bore, might I once more ask you to file a bug? If it's invalid/wfm in the end, that's fine, but bugs are cheap and that way we'll be sure not to forget about it, and it'll make it easier to get the right people to look at it.
  1661. # [12:31] <NeilAway> eek, my vm blue-screened :s
  1662. # [12:31] <Gijs> NeilAway: your comment on bug 805374 doesn't explain what happens in the case where we have "Hebrew" and "Thai" in the menu and they have access keys "H" and "h"
  1663. # [12:32] <@smaug> Gijs: yes yes, I'll file a bug once I have something reproduceable
  1664. # [12:32] * Gijs is willing to bet the result might be different on different OSes, too. :(
  1665. # [12:32] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1666. # [12:32] * Quits: Ms2ger (Ms2ger@moz-454C9175.ugent.be) (Ping timeout)
  1667. # [12:32] <Gijs> smaug: awesome, thank you! :)
  1668. # [12:34] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1669. # [12:35] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1670. # [12:35] <NeilAway> Gijs: well, if the letter only appears in a single case it doesn't make any visual difference, but we prefer to use the original case anyway
  1671. # [12:35] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1672. # [12:35] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1673. # [12:36] <Gijs> NeilAway: I mean, in the case described above, will pressing "h" invoke hebrew or Thai, or select either with the possibility to jump between and then hit enter?
  1674. # [12:36] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1675. # [12:37] <Gijs> and will pressing shift-h do something else?
  1676. # [12:38] <NeilAway> Gijs: oh, sorry for the misunderstanding
  1677. # [12:39] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1678. # [12:39] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1679. # [12:40] <NeilAway> Gijs: that better?
  1680. # [12:41] * Joins: KaiRo (robert@moz-8836F1A4.adsl.highway.telekom.at)
  1681. # [12:42] <Gijs> NeilAway: yes! That's what I thought, too. Glad I'm not crazy :)
  1682. # [12:44] * Joins: tonymec|away (tonymec@moz-C927506.adsl-dyn.isp.belgacom.be)
  1683. # [12:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/666d6de80ac0 - Nathan Froyd - Bug 940573 - make the global's ProtoAndIfaceArray an actual object; r=bz
  1684. # [12:50] * Joins: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP)
  1685. # [12:51] * Joins: victorporof_ (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP)
  1686. # [12:52] * Quits: victorporof_ (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP) (Connection reset by peer)
  1687. # [12:52] * Quits: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP) (Connection reset by peer)
  1688. # [12:52] * Joins: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP)
  1689. # [12:54] * Joins: tonymec (tonymec@moz-C927506.adsl-dyn.isp.belgacom.be)
  1690. # [12:55] * Joins: chalx (xwiki@3C3C8B81.AD4AF725.3AEDA656.IP)
  1691. # [12:56] * Quits: ggp (ggp@moz-3913D97B.dsl.telesp.net.br) (Quit: Leaving...)
  1692. # [12:57] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1693. # [12:57] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1694. # [12:58] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1695. # [12:59] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  1696. # [13:01] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1697. # [13:02] * Quits: chalx (xwiki@3C3C8B81.AD4AF725.3AEDA656.IP) (Client exited)
  1698. # [13:02] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1699. # [13:03] * Joins: Ms2ger (Ms2ger@moz-454C9175.ugent.be)
  1700. # [13:03] * Quits: smontagu (chatzilla@moz-D0D053E4.red.bezeqint.net) (Ping timeout)
  1701. # [13:03] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  1702. # [13:03] * Joins: chalx (xwiki@3C3C8B81.AD4AF725.3AEDA656.IP)
  1703. # [13:04] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1704. # [13:04] * Joins: gustavold (gustavold@4DC84B90.F1297147.DF2AC62B.IP)
  1705. # [13:05] * Quits: m_gol (m_gol@moz-AE6C3BBE.neoplus.adsl.tpnet.pl) (Quit: Leaving...)
  1706. # [13:05] * Joins: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it)
  1707. # [13:07] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  1708. # [13:10] * Quits: sewardj (sewardj@moz-500E5DA4.dip0.t-ipconnect.de) (Ping timeout)
  1709. # [13:10] * Joins: sewardj (sewardj@moz-500E5DA4.dip0.t-ipconnect.de)
  1710. # [13:13] * Joins: jet (jet@E908EF74.6BAC3F3B.56A6FAA.IP)
  1711. # [13:14] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1712. # [13:16] <@Cwiiis> edmorley: ping?
  1713. # [13:16] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1714. # [13:16] <edmorley> Cwiiis: when pining, please can you give context? :-)
  1715. # [13:16] <edmorley> pinging
  1716. # [13:16] <@Cwiiis> edmorley: sorry, will do next time :)
  1717. # [13:16] <edmorley> :-)
  1718. # [13:16] <edmorley> how can I help?
  1719. # [13:17] * jwatt thought all the context that a ping required was an address
  1720. # [13:17] <@Cwiiis> edmorley: so I have a patch that's green on try, but I'm getting the intermittent talos red on s... I was wondering how intermittent it is? Because I've gotten it twice in a row, just wondering if chances are that that could happen or if my patch increases the failure rate
  1721. # [13:17] <@Cwiiis> edmorley: https://tbpl.mozilla.org/?tree=Try&rev=f6ca4c68bc8a
  1722. # [13:18] * pmoore|away is now known as pmoore
  1723. # [13:18] <edmorley> Cwiiis: looking
  1724. # [13:18] <@Cwiiis> edmorley: thanks :)
  1725. # [13:18] <jwatt> grr
  1726. # [13:18] <jwatt> why can't a failed |hg clone| be continued where it left off?
  1727. # [13:19] <jwatt> Cwiiis: you're right, git is superior
  1728. # [13:19] <@Cwiiis> jwatt: finally :)
  1729. # [13:19] * jwatt goes hunting for the repo packages that he might actually be able to continue downloading when interupted
  1730. # [13:20] <edmorley> Cwiiis: it might be bug 934310 or bug 849478, but might be worth retriggering a couple more times - two in a row seems odd
  1731. # [13:20] * Joins: coop (Chris@B0F7535B.D36C4CD0.B2D54A9E.IP)
  1732. # [13:20] <edmorley> Cwiiis: also given that the failure isn't something obviously like a hg clone timeout due to infra etc
  1733. # [13:20] <edmorley> s/obviously/obvious/
  1734. # [13:20] <@Cwiiis> edmorley: ok, will do - thanks
  1735. # [13:20] <edmorley> Cwiiis: np :-)
  1736. # [13:20] <Ms2ger> jwatt, yeah, git is better at cloning
  1737. # [13:20] <jwatt> Ms2ger: a _lot_ better
  1738. # [13:20] <jwatt> it seems
  1739. # [13:21] <Ms2ger> jwatt, I hypothesize that is because it's so easy to brick git repos, so people need to re-clone a lot
  1740. # [13:21] <jwatt> haha
  1741. # [13:21] <jwatt> Cwiiis: ^
  1742. # [13:21] <@Cwiiis> pffh, I've not found hg significantly easier or less error prone so far
  1743. # [13:22] <@Cwiiis> also, I've never bricked a git repo - never gotten into a situation that reset and fsck haven't gotten me out of, so far (not to say it won't happen, but still)
  1744. # [13:23] * Quits: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Connection reset by peer)
  1745. # [13:23] * Joins: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com)
  1746. # [13:25] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1747. # [13:26] * Quits: jhopkins|afk (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP) (Ping timeout)
  1748. # [13:26] * Joins: J13R (user@moz-81D2D253.mpe.mpg.de)
  1749. # [13:26] * Joins: jhopkins (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP)
  1750. # [13:27] * Joins: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  1751. # [13:28] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  1752. # [13:33] * Quits: petruta (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1753. # [13:33] * Joins: Pike (chatzilla@moz-40FACD08.pool.mediaways.net)
  1754. # [13:37] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1755. # [13:38] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1756. # [13:39] * Joins: petruta (Mibbit@601F3B17.33662590.A5830293.IP)
  1757. # [13:40] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/25c9def33304 - Ed Morley - Backed out changeset 998d2d5e743d (bug 919878) on suspicion of causing shutdown hangs on OS X
  1758. # [13:40] <firebot> http://hg.mozilla.org/mozilla-central/rev/f020616fe213 - Ed Morley - Backed out changeset 77f53f9d3099 (bug 935784) on suspicion of causing shutdown hangs on OS X
  1759. # [13:40] <firebot> http://hg.mozilla.org/mozilla-central/rev/7e9be570d4b8 - Ed Morley - Backed out changeset b92529577644 (bug 895395) on suspicion of causing shutdown hangs on OS X
  1760. # [13:40] * bobowen|afk is now known as bobowen
  1761. # [13:40] * Quits: trevorh (trevor@FD714F88.D9BA085.AB503EC6.IP) (Quit: Leaving.)
  1762. # [13:43] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  1763. # [13:44] * Quits: jet (jet@E908EF74.6BAC3F3B.56A6FAA.IP) (Quit: jet)
  1764. # [13:44] * Quits: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP) (Quit: rvitillo)
  1765. # [13:45] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1766. # [13:45] * Joins: m_gol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl)
  1767. # [13:46] * julienw_afk is now known as julienw
  1768. # [13:46] * rail_away is now known as rail
  1769. # [13:47] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1770. # [13:48] <froydnj> Tomcat|sheriffduty: inbound is closed until the m-c push comes up green?
  1771. # [13:49] * sheppy-offline_ is now known as sheppy
  1772. # [13:49] <Tomcat|sheriffduty> froydnj: yep to be sure the b-c issue is fixed
  1773. # [13:49] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1774. # [13:49] <froydnj> Tomcat|sheriffduty: ok, thanks
  1775. # [13:49] <Tomcat|sheriffduty> froydnj: we will also merge m-c with the backout to the other trees (like m-i)
  1776. # [13:50] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1777. # [13:50] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Quit: )
  1778. # [13:50] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1779. # [13:51] * Quits: He-Jie (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1780. # [13:51] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Quit: bye :))
  1781. # [13:53] * hwine-ooo is now known as hwine
  1782. # [13:56] * Joins: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP)
  1783. # [13:56] * Quits: m_gol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl) (Quit: Leaving...)
  1784. # [13:57] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1785. # [13:57] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1786. # [13:58] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1787. # [13:59] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1788. # [13:59] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  1789. # [13:59] * Joins: surkov (surkov@13F2CEC5.7672369.D8E68FF6.IP)
  1790. # [14:00] * Quits: J13R (user@moz-81D2D253.mpe.mpg.de) (Ping timeout)
  1791. # [14:01] * Quits: tonymec|away (tonymec@moz-C927506.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1792. # [14:01] * Quits: tonymec (tonymec@moz-C927506.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1793. # [14:02] <edmorley> froydnj, Tomcat|sheriffduty: I hadn;t seen the message above and so had already reopened - Tomcat|sheriffduty feel free to close if you think necessary - but pretty sure that's the issue
  1794. # [14:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d50ef193b2fe - Tom Schuster - Bug 939194 - Bump iid of nsIXMLHttpRequestEventTarget. r=bz
  1795. # [14:03] <Tomcat|sheriffduty> edmorley: np, happy to have the tree open
  1796. # [14:04] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1797. # [14:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d6421765343 - Nathan Froyd - Bug 940928 - delete redundant entry for cgdb in the debuggers list; r=jmaher
  1798. # [14:05] <froydnj> Tomcat|sheriffduty: "happy"? clearly you haven't been doing this for very long :)
  1799. # [14:06] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  1800. # [14:08] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  1801. # [14:09] * Joins: m_gol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl)
  1802. # [14:10] * Quits: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  1803. # [14:10] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1804. # [14:10] * Joins: baku (baku@moz-4038023A.ghst.net)
  1805. # [14:10] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1806. # [14:10] * Joins: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP)
  1807. # [14:11] * Quits: sewardj (sewardj@moz-500E5DA4.dip0.t-ipconnect.de) (Ping timeout)
  1808. # [14:11] <Tomcat|sheriffduty> froydnj: yeah as sheriff since the summer :)
  1809. # [14:12] * Quits: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1810. # [14:12] * Joins: sewardj (sewardj@moz-7074A1B4.dip0.t-ipconnect.de)
  1811. # [14:13] * Joins: smontagu (chatzilla@moz-D0D053E4.red.bezeqint.net)
  1812. # [14:13] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Quit: Gone to save the world!)
  1813. # [14:14] * Quits: Ms2ger (Ms2ger@moz-454C9175.ugent.be) (Ping timeout)
  1814. # [14:14] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  1815. # [14:15] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1816. # [14:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4c981d0ac0cb - Hasil Sharma - Bug 931367 - UnboundLocalError when generating an XML report with no results. r=dhunt
  1817. # [14:16] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  1818. # [14:17] * rail is now known as rail_away
  1819. # [14:17] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1820. # [14:18] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1821. # [14:19] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1822. # [14:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa2587b098ba - Boris Zbarsky - Bug 940686. When we eliminate a barrier, make its unbox infallible if it was a barrier-type unbox before. r=h4writer
  1823. # [14:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/887f595b0abb - Boris Zbarsky - Bug 939835. Fix up performance regressions from bug 937772. r=h4writer
  1824. # [14:24] * Joins: kk1fff (kk1fff@moz-601D445F.dynamic.hinet.net)
  1825. # [14:25] * Joins: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  1826. # [14:25] * bhearsum|afk is now known as bhearsum
  1827. # [14:26] * Joins: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP)
  1828. # [14:26] * pmoore is now known as pmoore|away
  1829. # [14:27] * Quits: @bz_sleep (bzbarsky@moz-EEFF43A9.bstnma.fios.verizon.net) (Ping timeout)
  1830. # [14:27] * Joins: jdm (jdm@moz-ED0C7AC7.hinet-ip.hinet.net)
  1831. # [14:27] * Joins: J13R (user@moz-15F40146.mppmu.mpg.de)
  1832. # [14:29] * Joins: gerard-majax (alex@E35895D6.C0BE01C8.A430FDC1.IP)
  1833. # [14:30] * jmaher|afk is now known as jmaher
  1834. # [14:32] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1835. # [14:32] * Joins: shorlander (shorlander@13F2CEC5.7672369.D8E68FF6.IP)
  1836. # [14:33] * khuey|away is now known as khuey
  1837. # [14:33] * Joins: Ms2ger (Ms2ger@moz-454C9175.ugent.be)
  1838. # [14:35] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1839. # [14:35] * Quits: jhopkins (jhopkins@B0F7535B.D36C4CD0.B2D54A9E.IP) (Quit: jhopkins)
  1840. # [14:36] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1841. # [14:38] * Joins: marcoz (marco.zehe@moz-FF8A580.dip0.t-ipconnect.de)
  1842. # [14:38] * Joins: glazou (glazou@D8B9C081.E820043D.D4C04133.IP)
  1843. # [14:39] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1844. # [14:41] * Quits: coop (Chris@B0F7535B.D36C4CD0.B2D54A9E.IP) (Quit: coop)
  1845. # [14:41] * Joins: mjh563 (mjh563@moz-E385BD04.cable.virginm.net)
  1846. # [14:43] <sheppy> Hm. DirecTV's "watch online" feature seems to lock up Nightly every time I open it. It gets to 100% loaded then the entire program locks up. Ah. Flash is crashing. Lovely.
  1847. # [14:43] * bobowen is now known as bobowen|afk
  1848. # [14:44] <sheppy> At least it's not taking all of Nightly with it. That's a plus!
  1849. # [14:44] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1850. # [14:46] * Quits: mstange (markus@moz-11BBFE59.dip0.t-ipconnect.de) (Ping timeout)
  1851. # [14:46] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1852. # [14:46] <sheppy> Doesn't crash in Safari though.
  1853. # [14:48] * Joins: mstange (markus@moz-11BBFE59.dip0.t-ipconnect.de)
  1854. # [14:49] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  1855. # [14:49] <@Cwiiis> edmorley: I guess that 4 reds in a row is outside the realm of statistical probability :( https://tbpl.mozilla.org/?tree=Try&rev=f6ca4c68bc8a
  1856. # [14:49] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  1857. # [14:50] <RyanVM> Cwiiis: I'd say so, especially since the hangs are when the test is actually trying to run
  1858. # [14:50] <RyanVM> (not during setup or something)
  1859. # [14:50] <@Cwiiis> right - it's odd that it seems consistently green on 4.0 and consistently red on 2.2...
  1860. # [14:50] <RyanVM> different hardware/OS
  1861. # [14:51] <@Cwiiis> This change shouldn't vary on that, there's a possibility that different screen sizes could affect it and it will affect performance negatively, so if something was on the verge of taking too long, perhaps it now consistently takes too long...
  1862. # [14:52] <Tomcat|sheriffduty> glandium: yt ?
  1863. # [14:52] <@Cwiiis> I guess I need to run it locally, see what's going on
  1864. # [14:52] <@Cwiiis> ugh, but it's talos :|
  1865. # [14:52] <edmorley> Cwiiis: yeah :-(
  1866. # [14:53] <jmaher> Cwiiis: let me know if you need help running talos
  1867. # [14:54] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1868. # [14:54] <@Cwiiis> jmaher: do you have the relevant wiki page to hand?
  1869. # [14:54] <Tomcat|sheriffduty> gps: nalexander : ping
  1870. # [14:55] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1871. # [14:55] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1872. # [14:55] <jmaher> Cwiiis: I have a tegra here, let me run it real quick and get logcat output
  1873. # [14:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e36faba57f46 - Peter Van der Beken - Bug 938544 - Add support for a Chrome-only constructor in WebIDL. r=bz.
  1874. # [14:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/940da12657e0 - Peter Van der Beken - Bug 938131 - Simplify dom::ErrorResult::ReportJSExceptionFromJSImplementation. r=bz.
  1875. # [14:56] <glandium> Tomcat|sheriffduty: vaguely
  1876. # [14:56] <jmaher> Cwiiis: I only say this because it looks to be hardware specific and is timing out on initial launch
  1877. # [14:56] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1878. # [14:56] <Tomcat|sheriffduty> hey glandium could have https://hg.mozilla.org/mozilla-central/rev/a829f4d2584a killed the android nightlies
  1879. # [14:56] <jmaher> umm, something else looks fishy
  1880. # [14:57] <Tomcat|sheriffduty> glandium: https://tbpl.mozilla.org/php/getParsedLog.php?id=30828182&tree=Mozilla-Central is the failure
  1881. # [14:57] * glob|away is now known as glob
  1882. # [14:57] <glandium> Tomcat|sheriffduty: yes, it could
  1883. # [14:57] <@Cwiiis> jmaher: ok, thanks :)
  1884. # [14:58] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1885. # [14:58] <Tomcat|sheriffduty> glandium: thx will back it out
  1886. # [14:59] * Joins: bz_sleep (bzbarsky@moz-EEFF43A9.bstnma.fios.verizon.net)
  1887. # [14:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7b5643679408 - Mats Palmgren - Bug 936835 - Adding script runners or messing with mLinksToUpdate during FlushPendingLinkUpdates is not allowed. r=bz
  1888. # [15:00] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  1889. # [15:00] * Quits: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk) (Ping timeout)
  1890. # [15:00] * Quits: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Ping timeout)
  1891. # [15:00] * Joins: lduros (user@moz-418FD747.phlapa.fios.verizon.net)
  1892. # [15:01] <@Cwiiis> jmaher: it could be that the test takes over 5 minutes to run and completely blocks while doing so(?)
  1893. # [15:01] * Quits: m_gol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl) (Quit: Leaving...)
  1894. # [15:01] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  1895. # [15:02] * Quits: jkitch (Thunderbir@moz-1421D5E8.lns21.adl2.internode.on.net) (Ping timeout)
  1896. # [15:02] <gerard-majax> hello
  1897. # [15:03] <gerard-majax> anyone could help me getting my way into ipc code?
  1898. # [15:03] <gerard-majax> especially the https://mxr.mozilla.org/mozilla-central/source/ipc/chromium/src/base/message_loop.h#68
  1899. # [15:03] <bz_sleep> jmaher: fix is in; now I hope it fixes things not just for me. ;)
  1900. # [15:03] <RyanVM> bz: so good he does it while he sleeps
  1901. # [15:03] * bz_sleep is now known as bz
  1902. # [15:03] <bz> something
  1903. # [15:05] <@Cwiiis> jmaher: hmm, loading the svgs on my device, there's an obvious rendering glitch (only the first tile gets updated), so I need to verify if it's my patch causing that :/
  1904. # [15:05] * rail_away is now known as rail
  1905. # [15:05] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1906. # [15:06] * Joins: m_gol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl)
  1907. # [15:06] * Joins: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk)
  1908. # [15:07] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1909. # [15:08] <jmaher> Cwiiis: ok, could it be working on panda boards but failing on tegras?
  1910. # [15:08] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1911. # [15:08] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1912. # [15:09] <jmaher> Cwiiis: ok, 's' normally takes 27 minutes on tegra and panda (most recent inbound data), it is hitting the 1 hour timeout on tegra and taking ~70 minutes on panda
  1913. # [15:09] <jmaher> that is the problem
  1914. # [15:09] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  1915. # [15:11] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  1916. # [15:11] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1917. # [15:11] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1918. # [15:12] <baku> question: nsJSUtils::GetCallingLocation fails when I do: setTimeout(indexedDB.deleteDatabase.bind(indexedDB), 0, 'x') because the callee is not JS. Is there a way to retrieve filename and line number in this case?
  1919. # [15:12] <@Cwiiis> jmaher: that's quite a regression... But then the old drawing code was wrong, so I need to check if it's valid first
  1920. # [15:12] <baku> bz ^ maybe you know...
  1921. # [15:13] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1922. # [15:13] <@Cwiiis> jmaher: what does it do with those svgs?
  1923. # [15:13] <RyanVM> gerard-majax: khuey, you around?
  1924. # [15:13] <gerard-majax> yes
  1925. # [15:13] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1926. # [15:13] <gerard-majax> RyanVM, worst I'll wait for ben, we have a meeting later so ...
  1927. # [15:15] * Joins: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net)
  1928. # [15:15] <glandium> makes me think... if all of australis is defined in pixels (at least that's the unit used in the defining document), why use svgs?
  1929. # [15:15] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1930. # [15:15] <jmaher> Cwiiis: the tests are defined here: http://hg.mozilla.org/build/talos/file/ad927d1aa867/talos/page_load_test/svgx
  1931. # [15:15] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1932. # [15:16] <gcp> glandium: I'm guessing it's pixels at a defined dpi
  1933. # [15:16] <jgraham> glandium: CSS pixels aren't pixels
  1934. # [15:16] <@Cwiiis> jmaher: when you say they're defined... Where? I just see svg files and a manifest
  1935. # [15:16] <glandium> jgraham: ah, hidpi
  1936. # [15:16] * Quits: jdm (jdm@moz-ED0C7AC7.hinet-ip.hinet.net) (Ping timeout)
  1937. # [15:16] <bz> baku: filename and line number of what?
  1938. # [15:16] <jmaher> Cwiiis: yes, we load those files and record the pageload time
  1939. # [15:16] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1940. # [15:16] <bz> baku: the setTimeout call, the bind() call, or something else?
  1941. # [15:17] <@Cwiiis> jmaher: how is the page load time recorded?
  1942. # [15:17] <bz> baku: but the short answer is probably "there isn't right now"
  1943. # [15:17] * froydnj just had to view-source to find out why a site wasn't accepting a password that clearly satisfied the requirements
  1944. # [15:17] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1945. # [15:17] <froydnj> turns out they forgot to mention the password must be shorter than 12 characters :(
  1946. # [15:18] <@Cwiiis> jmaher: ah, the rendering glitch happens without my patch too, so that's... good... I guess...
  1947. # [15:18] <baku> bz, IDBRequest needs to know filename and line number for error reporting
  1948. # [15:18] <jmaher> Cwiiis: hixie-001, hixie-002, hixie-005 and hixie-006 are the biggest offenders
  1949. # [15:18] <till> froydnj: and does replacing their check allow you to enter a better password?
  1950. # [15:18] <bz> baku: "needs" in what sense?
  1951. # [15:18] * nthomas|away is now known as nthomas
  1952. # [15:18] <bz> baku: spec requires it?
  1953. # [15:18] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  1954. # [15:18] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1955. # [15:18] <bz> baku: or impl requires it?
  1956. # [15:19] <jmaher> Cwiiis: if you look at the full logs of an inbound push on panda vs your push, you will see the raw values- search for '0;gearflowers' in the text
  1957. # [15:19] <froydnj> till: I didn't try munging the js
  1958. # [15:19] <baku> bz, for window.onerror() but I don't know if it's from the spec.
  1959. # [15:19] <@Cwiiis> jmaher: thanks - I'll see what's making hixie-01 take so much longer, looking at what it does, my patch shouldn't make much of a difference - do you know what size they get rendered at?
  1960. # [15:19] <baku> bz, and it's not a 'need', but a 'nice to have'. probably
  1961. # [15:20] <bz> baku: Well, so.
  1962. # [15:20] <jmaher> on the panda it is 720p - in landscape, on the tegra it is 1024x768
  1963. # [15:20] <bz> baku: to the extent that we need it for the spec the spec needs to spec the behavior.
  1964. # [15:20] <bz> baku: If it's just something we're doing ourselves, we should figure out what behavior we want, then spec it and implement it. ;)
  1965. # [15:21] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b5413f07e669 - Carsten "Tomcat" Book - Backed out changeset a829f4d2584a (bug 934646) Android Nightlies Build Bustage
  1966. # [15:21] * nthomas is now known as nthomas|away
  1967. # [15:21] <glandium> froydnj: if something is checking for a max number of characters in a password, chances are it means they are storing passwords as plain text and stored in a fixed size array of characters
  1968. # [15:21] <firebot> http://hg.mozilla.org/mozilla-central/rev/597287004ff5 - Carsten "Tomcat" Book - Backed out changeset 5dd946b1f29b (bug 934646) Android Nightly Build Bustage
  1969. # [15:21] <bz> baku: right now, there is no line number information associated with a random function object
  1970. # [15:21] <@Cwiiis> jmaher: when you run talos, do you see the results? A possibility that would explain the regression is that before my patch, it's incorrectly skipping drawing
  1971. # [15:21] <firebot> http://hg.mozilla.org/mozilla-central/rev/7f841e04273d - Carsten "Tomcat" Book - Backed out changeset 4ae3d82562fa (bug 934646) Android Nighly Build Bustage
  1972. # [15:21] <bz> baku: afaik
  1973. # [15:21] <baku> bz, ok
  1974. # [15:21] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1975. # [15:21] <jmaher> Cwiiis: good question- I only run it on headless devices
  1976. # [15:21] <@Cwiiis> jmaher: I'm suspecting that my patch means that no drawing is incorrectly skipped and it's just taking that much longer
  1977. # [15:22] <froydnj> glandium: yeah :(
  1978. # [15:22] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1979. # [15:22] <@Cwiiis> jmaher: do the logs include adb logcat output?
  1980. # [15:22] <RyanVM> Cwiiis: lol, those are always the best regressions
  1981. # [15:22] <jmaher> Cwiiis: would that affect other tests as well? the test times look similar
  1982. # [15:22] <RyanVM> "makes the test do what it's supposed to have been doing all along"
  1983. # [15:22] <@Cwiiis> jmaher: there are slight regression in rck2 and rp, which reflect that
  1984. # [15:22] <@Cwiiis> *regressions
  1985. # [15:22] <jmaher> Cwiiis: yes, logs normally have adb logcat (remember it is a circular buffer, so you won't get the entire test)
  1986. # [15:23] <@Cwiiis> jmaher: I think I'm right - this is the full log of svgx without my patch, notice all the 'Aborting update' messages - https://tbpl.mozilla.org/php/getParsedLog.php?id=30285459&tree=Try&full=1
  1987. # [15:24] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1988. # [15:24] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Client exited)
  1989. # [15:24] <@Cwiiis> jmaher: and note that there are no aborting messages with my patch (which there shouldn't be)
  1990. # [15:24] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1991. # [15:24] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1992. # [15:24] <@Cwiiis> jmaher: so previously, it just wasn't drawing a lot of the time, or more likely, it was drawing in low resolution (which would explain the approximate 4x regression)
  1993. # [15:24] <RyanVM> glandium: is there something I can add to my mozconfig to fold all libs into libxul? (win64 build)
  1994. # [15:25] <glandium> RyanVM: no
  1995. # [15:25] * Joins: jhopkins (jhopkins@moz-B65AF445.hfc.comcastbusiness.net)
  1996. # [15:25] * Joins: jimm (jmathies@moz-F22D2B2A.pn.at.cox.net)
  1997. # [15:25] <@Cwiiis> jmaher: so assuming this is correct (which I think it is), what can we do?
  1998. # [15:25] <RyanVM> glandium: I suppose it's not worth special-casing win64 either
  1999. # [15:25] <glandium> RyanVM: no
  2000. # [15:25] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2001. # [15:26] <jmaher> Cwiiis: well, we could reduce the iterations in the test
  2002. # [15:26] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  2003. # [15:26] <jmaher> it wouldn't be as accurate in finding regressions, but it would allow us to get coverage
  2004. # [15:27] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  2005. # [15:27] <@Cwiiis> jmaher: that sounds reasonable - if it's not a test to check on rendering speed, I guess we could stick them in a page with a viewport so they get rendered smaller
  2006. # [15:28] <jmaher> avih: ping
  2007. # [15:28] <avih> jmaher: pong
  2008. # [15:28] <jmaher> avih: Cwiiis has a fix for fennec which will cause the tsvgx tests to render completely on talos- this increases the runtime by 4x if not more in some cases
  2009. # [15:29] <avih> jmaher: x4 compared to what?
  2010. # [15:29] <@Cwiiis> avih: compared to without the patch (where the rendering doesn't actually happen correctly)
  2011. # [15:29] <jmaher> avih: compared to how they run currently
  2012. # [15:29] <avih> which patch?
  2013. # [15:29] <avih> and what do they run curently?
  2014. # [15:29] <avih> r
  2015. # [15:30] <avih> i.e. what's the exact change?
  2016. # [15:30] <daleharvey> currently getting a bunch of mochitest failures with the canvas suite on osx - http://pastebin.mozilla.org/3642101
  2017. # [15:30] <avih> jmaher: ^
  2018. # [15:31] <@Cwiiis> avih: This patch: https://bugzilla.mozilla.org/attachment.cgi?id=8335250 - which fixes the currently incorrect tiled update coherency checks
  2019. # [15:31] <daleharvey> its retina, so that may be an issue, in fact will check with my non retina
  2020. # [15:31] <@Cwiiis> avih: currently, due to the checks being incorrect, I believe those tests are rendering at quarter resolution, or not at all (grep for 'Aborting update' in logs without the patch)
  2021. # [15:32] <avih> daleharvey: jmaher: sorry, i'm not sure i'm familiar with the context. which checks? how is it related to tscrollx/tsvgx/etc...
  2022. # [15:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bdd0b739b34d - Tareq Khandaker - Bug 925847 - WorkerNavigator does not implement all of NavigatorID. r=nsm
  2023. # [15:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/768f6bfdce7d - Douglas Crosher - Bug 931882 - Avoid invoking a nested shell when running jit-test bug710947.js. r=luke
  2024. # [15:33] <jmaher> avih: I think daleharvey has a different issue
  2025. # [15:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6fbd2b0f0731 - Robert Bindar - Bug 923686 - Refactor about:networking return values. r=hurley
  2026. # [15:33] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  2027. # [15:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0fc99fa6a365 - Douglas Crosher - Bug 931882 - Correct the creation of the jit-test remote js-cache directory. r=dminor
  2028. # [15:33] * jlund|afk is now known as jlund
  2029. # [15:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e011025a694d - Michael Shuen - Bug 940189 - Build dom/time in unified mode. r=bzbarsky
  2030. # [15:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bf1dd1313e9d - Jed Davis - Bug 936169 - Don't ignore failure to sandbox a non-preallocated child. r=bent
  2031. # [15:34] <avih> jmaher: so, give me the context: what's broken, how is tscrollx/tsvgx relates to this, and what becomes better, and due to what
  2032. # [15:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/53d21900b302 - Douglas Crosher - Bug 931882 - Guard against passing a null js-cache in NestedShell. r=luke
  2033. # [15:34] * Quits: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP) (Connection reset by peer)
  2034. # [15:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/67e5d950c21b - Douglas Crosher - Bug 938468 - ARM backtracking allocator backend fixes. r=sunfish
  2035. # [15:34] <bz> RyanVM: ping
  2036. # [15:34] <RyanVM> pong
  2037. # [15:35] <jmaher> avih: the problem is with Cwiiis' patch, we increase our runtime from 27 minutes -> 70 minutes; I want to know with tsvgx if it is critical to run at full screen, or if we could run it inside a scaled down viewport on fennec?
  2038. # [15:35] <jmaher> avih: another alternative is to run the tests in fewer iterations
  2039. # [15:35] <bz> RyanVM: https://bugzilla.mozilla.org/show_bug.cgi?id=932501
  2040. # [15:35] <bz> RyanVM: you changed the flags for branches to "fixed"
  2041. # [15:35] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  2042. # [15:36] <bz> RyanVM: but they still say "affected"
  2043. # [15:36] <RyanVM> bz: yeah, that happened on another one too
  2044. # [15:36] <RyanVM> froydnj ^
  2045. # [15:36] <bz> RyanVM: Don't change them right now, btw....
  2046. # [15:36] <avih> Cwiiis: in english, what does your patch change, and how does it relate to those tests and the overall runtime?
  2047. # [15:36] <bz> sheeri: ping
  2048. # [15:36] <RyanVM> glob: any idea what happened?
  2049. # [15:36] * bz bets more of that weekend database corruption
  2050. # [15:36] <avih> Cwiiis: (also, wuz up? :) )
  2051. # [15:36] <RyanVM> I guess, though some of these were flag changes from yesterday
  2052. # [15:36] <sheeri> gzyeah, I'm here
  2053. # [15:37] * kats|away is now known as kats
  2054. # [15:37] <sheeri> bz: I'm here
  2055. # [15:37] <RyanVM> bz: anyway, I'll ignore that bug - please set the flags back when ready though :)
  2056. # [15:37] <avih> Cwiiis: your is very monty python-ish. did you hear they're gonna perform again soon?
  2057. # [15:37] <sheeri> bz: I'm starting today's stuff by looking at the "flags" table
  2058. # [15:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/597287004ff5 - Carsten "Tomcat" Book - Backed out changeset 5dd946b1f29b (bug 934646) Android Nightly Build Bustage
  2059. # [15:37] <bz> sheeri: OK, cool
  2060. # [15:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f940c07013f4 - Carsten "Tomcat" Book - Merge m-c to mozilla-inbound
  2061. # [15:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b5413f07e669 - Carsten "Tomcat" Book - Backed out changeset a829f4d2584a (bug 934646) Android Nightlies Build Bustage
  2062. # [15:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7f841e04273d - Carsten "Tomcat" Book - Backed out changeset 4ae3d82562fa (bug 934646) Android Nighly Build Bustage
  2063. # [15:37] <avih> jmaher: sorry, i still miss the overall context. explain it to me as if i don't know anything pls :)
  2064. # [15:37] <froydnj> RyanVM: aha
  2065. # [15:37] <bz> RyanVM: I just got nag mail about it and couldn't figure out why.....
  2066. # [15:38] <glob> sheeri, they are in the tracking_flags_bugs table, not flags
  2067. # [15:38] <bz> sheeri: should I just leave the flags on that bug, or fix them up now?
  2068. # [15:38] <@Cwiiis> avih: before my patch, tiled layer updates would sometimes get skipped entirely, or drawn in smaller batches than they should to maintain visual coherency. After my patch, updates are no longer incorrectly skipped. Wrt tsvgx, it was hitting a particularly nasty case that meant that all drawing was either not happening, or happening at a quarter of the
  2069. # [15:38] <@Cwiiis> resolution than it should have. With my patch, it renders correctly, but obviously takes a lot longer because of it.
  2070. # [15:38] <jmaher> avih: I am asking you for your opinion since you know more about the tsvgx tests than I do ;)
  2071. # [15:38] <bz> sheeri: in this case the bug history shows the flags as changing, but the actual values are not changed
  2072. # [15:38] <@Cwiiis> avih: and hey :) Didn't hear about Monty Python doing a show, no... Will look that up, but would expect it to be expensive and booked out by now :/
  2073. # [15:38] <RyanVM> sheeri: glob: so these bugs will be fixed on your end? i.e. nothing for me to do here?
  2074. # [15:38] <glob> bz, bug 940836
  2075. # [15:38] <RyanVM> I ask because I query these regularly
  2076. # [15:38] * Joins: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP)
  2077. # [15:39] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  2078. # [15:39] * Joins: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2079. # [15:39] <glob> RyanVM, yeah, leave it. worse case we could cross-check changes on the activity table with the current state
  2080. # [15:39] * Joins: bhavyanshu (bhavyanshu@DCFF92DF.AF382EE3.388CF16F.IP)
  2081. # [15:39] <avih> Cwiiis: i see. did you also look at the screen during the tests? did it actually not render enough before, and now it renders better?
  2082. # [15:39] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  2083. # [15:39] <bz> glob: yes, this looks identical
  2084. # [15:39] <RyanVM> glob: ok, will ignore them as I find them then :)
  2085. # [15:40] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  2086. # [15:40] * Quits: petruta (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2087. # [15:41] <@Cwiiis> avih: just loading the svg in the browser is fine because a display-port gets set in that situation (well, mostly fine), but running under talos there isn't apparently - I haven't run it locally yet, but the log output is saying there's lots of skipped drawing, which there shouldn't be unless there's scrolling happening, which there isn't
  2088. # [15:41] <Gijs> smontagu: ping
  2089. # [15:42] <Gijs> mikedeboer: ^
  2090. # [15:42] <avih> Cwiiis: well, i'd suggest to first try to reproduce the talos run locally. also, theoretically it should be also reproducible outside of talos.
  2091. # [15:42] <avih> Cwiiis: jmaher: got a meeting now, let's continue in 40 mins or so?
  2092. # [15:42] <Gijs> smontagu: regarding bug 940251, can you reproduce on a clean profile? It's weird that we're not seeing this. :s
  2093. # [15:42] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  2094. # [15:42] <@Cwiiis> avih: okidokes
  2095. # [15:42] * Quits: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net) (Quit: Ex-Chat)
  2096. # [15:42] <smontagu> Gijs: trying
  2097. # [15:42] <avih> Cwiiis: i'll ping you
  2098. # [15:43] <@Cwiiis> avih: k, thanks
  2099. # [15:43] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2100. # [15:43] * Joins: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it)
  2101. # [15:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ca39b88accf3 - Michael Shuen - Bug 939475 - Mention markStackLimit in gcparam() help and error. r=luke
  2102. # [15:44] <jmaher> avih: ok
  2103. # [15:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0871c5c22056 - Michael Shuen - Bug 940207 - Build dom/quota in unified mode. r=bzbarsky
  2104. # [15:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7d8f41da1da9 - Benoit Girard - Bug 936566 - Print mask layers in layers dump. r=nrc
  2105. # [15:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5d9749cee00f - Dongie Agnir - Bug 940825 - Initialize dialogsWereEnabled to false. r=roc
  2106. # [15:44] <smontagu> Gijs: I do see it on a clean profile, with intl.uidirection.en set to rtl
  2107. # [15:44] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Ping timeout)
  2108. # [15:45] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  2109. # [15:45] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2110. # [15:45] <smontagu> Gijs: are you setting RTL UI in some other way?
  2111. # [15:45] * Joins: mshal (mshal@moz-B65AF445.hfc.comcastbusiness.net)
  2112. # [15:46] * Quits: J13R (user@moz-15F40146.mppmu.mpg.de) (Ping timeout)
  2113. # [15:46] <Gijs> smontagu: I defer to mikedeboer, but I suspect he's using the force rtl add-on.
  2114. # [15:46] * Joins: tonymec|away (tonymec@C638D9FC.7033B2BC.DE2DB281.IP)
  2115. # [15:46] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Client exited)
  2116. # [15:47] <RyanVM> man, seems like it takes the plugin container way longer to shutdown than it used to
  2117. # [15:47] <RyanVM> I have an internet radio station playing most of the time
  2118. # [15:47] <mikedeboer> smontagu: hi! I'm trying to reproduce it locally... are you running on a non-retina mac?
  2119. # [15:47] <RyanVM> it plays for 10-15 seconds after I close Fx
  2120. # [15:47] <RyanVM> recent regression
  2121. # [15:47] * Quits: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net) (Ping timeout)
  2122. # [15:47] <mikedeboer> smontagu: I'm using the force-rtl addon
  2123. # [15:48] * smontagu guesses he should try with an unpatched build as well, because I have all sorts of shit in my tree
  2124. # [15:48] * Joins: automata (automata@D773866B.FA36B139.BB0EBA72.IP)
  2125. # [15:48] <smontagu> mikedeboer: don't think it's retina
  2126. # [15:48] * Quits: automata (automata@D773866B.FA36B139.BB0EBA72.IP) (Client exited)
  2127. # [15:49] * BenWa|email is now known as BenWa
  2128. # [15:49] <smontagu> but even if it's because of a local patch, it didn't happen before yesterday :)
  2129. # [15:49] <Gijs> yeah, the screenshot doesn't look like retina :)
  2130. # [15:50] * jorendorff_away is now known as jorendorff
  2131. # [15:51] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2132. # [15:51] <mikedeboer> shit in a tree is not good.
  2133. # [15:52] * Quits: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it) (Ping timeout)
  2134. # [15:52] <bhavyanshu> lol
  2135. # [15:52] * Joins: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net)
  2136. # [15:52] <smontagu> as long as it's not fucked up repugnant shit
  2137. # [15:52] * Quits: Mnyromyr (MnyroWork@475C372E.895A7D73.450559D8.IP) (Input/output error)
  2138. # [15:52] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2139. # [15:52] * mikedeboer looks up 'repugnant'
  2140. # [15:53] <avih> Cwiiis: what's the platform you were referring to?
  2141. # [15:53] * jorendorff is now known as jorendorff_away
  2142. # [15:53] <avih> jmaher: ^
  2143. # [15:53] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2144. # [15:53] <mikedeboer> ah! fitting term :)
  2145. # [15:53] * mdas is now known as mdas|afk
  2146. # [15:53] <avih> fennec?
  2147. # [15:53] <@Cwiiis> avih: Android
  2148. # [15:53] <@Cwiiis> avih: right
  2149. # [15:53] <avih> cool, thx
  2150. # [15:54] <@Cwiiis> avih: this only affects fennec at the moment
  2151. # [15:54] <avih> Cwiiis: k, thx.
  2152. # [15:54] * Joins: gsvelto (gsvelto@moz-C5445748.clienti.tiscali.it)
  2153. # [15:54] * Quits: peterv (peterv@moz-4BC60BE9.access.telenet.be) (Connection reset by peer)
  2154. # [15:54] * Joins: peterv_ (peterv@moz-4BC60BE9.access.telenet.be)
  2155. # [15:55] * Joins: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net)
  2156. # [15:55] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2157. # [15:55] * ChanServ sets mode: +o smaug
  2158. # [15:56] * Joins: armenzg (armenzg@moz-B65AF445.hfc.comcastbusiness.net)
  2159. # [15:56] * jorendorff_away is now known as jorendorff
  2160. # [15:56] * joduinn-afk is now known as joduinn
  2161. # [15:56] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2162. # [15:56] <smontagu> Gijs, mikedeboer: another issue that I see, but I don't know if it's RTL-specific: the first tab is under the red button in the title bar
  2163. # [15:57] <Gijs> smontagu: are you on OS X 10.6?
  2164. # [15:57] <smontagu> does the tab strip have a space at the left to avoid that, when it should be at the start end?
  2165. # [15:57] <smontagu> Gijs: 10.8
  2166. # [15:57] * Callek_disconnected is now known as Callek
  2167. # [15:58] <Gijs> so, on OS X the window controls don't swap sides in RTL mode
  2168. # [15:58] <mikedeboer> smontagu: I can reproduce it! It's a non-retina issue! (wtf!)
  2169. # [15:58] <Gijs> IIRC
  2170. # [15:58] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  2171. # [15:58] <@Cwiiis> jmaher: I've checked out talos, but it's not entirely obvious how to get it going... I've installed the prerequisites, I think, is there a step-by-step available anywhere? (preferably for Linux...)
  2172. # [15:59] <Gijs> Oh, but they do because we now draw them ourselves
  2173. # [15:59] <Gijs> sigh
  2174. # [15:59] * mcote|afk is now known as mcote
  2175. # [16:00] <Gijs> smontagu: it's a bug that we swap the window buttons to the other side.
  2176. # [16:00] <Gijs> smontagu: please file that. :)
  2177. # [16:00] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2178. # [16:00] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  2179. # [16:00] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  2180. # [16:00] <jmaher> Cwiiis: here are the general requirements for how to run talos: https://wiki.mozilla.org/Buildbot/Talos/Running#Running_locally_-_Source_Code
  2181. # [16:00] * glob is now known as glob|away
  2182. # [16:01] * glob|away is now known as glob
  2183. # [16:01] * glob is now known as glob|mtg
  2184. # [16:01] * Joins: tonymec (tonymec@C638D9FC.7033B2BC.DE2DB281.IP)
  2185. # [16:01] <jmaher> Cwiiis: and for fennec: https://wiki.mozilla.org/Mobile/Fennec/Android#talos
  2186. # [16:01] * Joins: thelodger (thelodger@7CE7EE7D.732E9882.12648089.IP)
  2187. # [16:01] <smontagu> Gijs: ah, I thought it was an improvement :)
  2188. # [16:02] <@Cwiiis> jmaher: cool, thanks
  2189. # [16:02] <mikedeboer> smontagu: yeah, I'll check the window buttons positioning too
  2190. # [16:03] * bobowen|afk is now known as bobowen
  2191. # [16:03] * Quits: shorlander (shorlander@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2192. # [16:03] <@Cwiiis> jmaher: I guess those instructions need updating, there is no bin/activate(?)
  2193. # [16:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/63e0b6e8f84c - Luke Wagner - Bug 938615 - Simplify usage of ScriptSource::chars (r=benjamin)
  2194. # [16:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a3ace05661dc - Luke Wagner - Bug 933932 - OdinMonkey: provide a better warning message for uncoerced calls (r=bbouvier)
  2195. # [16:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/086a48bf1e04 - Luke Wagner - Bug 933807 - Allow easily disabling TriggerOperationCallbackFor(Ion|AsmJS)Code (r=bhackett)
  2196. # [16:03] <jmaher> Cwiiis: did you do a 'python INSTALL.py' ?
  2197. # [16:04] <RyanVM> tn: ping
  2198. # [16:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6d579cd22053 - Luke Wagner - Bug 938390 - don't create a string to hold chars in ScriptSource::chars (r=benjamin)
  2199. # [16:04] * catlee-away is now known as catlee
  2200. # [16:04] <@Cwiiis> jmaher: yup
  2201. # [16:04] <jmaher> Cwiiis: do you have virtualenv installed locally?
  2202. # [16:04] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2203. # [16:04] * Quits: tonymec|away (tonymec@C638D9FC.7033B2BC.DE2DB281.IP) (Ping timeout)
  2204. # [16:04] * Quits: tonymec (tonymec@C638D9FC.7033B2BC.DE2DB281.IP) (Ping timeout)
  2205. # [16:05] <jmaher> Cwiiis: pip install virtualenv
  2206. # [16:05] <@Cwiiis> jmaher: I don't know what virtualenv is, so I guess not? the install did output "Cannot find sdist setuptools-*.tar.gz", but then it seemed to continue fine
  2207. # [16:05] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2208. # [16:05] <jmaher> Cwiiis: yeah, I would install virtualenv: http://www.virtualenv.org/en/latest/virtualenv.html#installation
  2209. # [16:05] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2210. # [16:05] <jmaher> that sets up an environment and python paths unique to that instance so it doesn't conflict with the global paths/settings for python
  2211. # [16:06] * gregglind_away is now known as gregglind
  2212. # [16:06] <RyanVM> kats: ping
  2213. # [16:06] * ctalbert|afk is now known as ctalbert
  2214. # [16:06] <kats> RyanVM: pong
  2215. # [16:06] <@Cwiiis> jmaher: ok, I've installed virtualenv and pip from the fedora repos
  2216. # [16:06] <RyanVM> kats: hi, I'm looking at bug 908100 and wondering if it's something that needs uplift to Aurora/Beta or just b2g26
  2217. # [16:07] <@Cwiiis> jmaher: should I run the install again?
  2218. # [16:07] <RyanVM> kats: looks b2g-only ?
  2219. # [16:07] <jmaher> Cwiiis: great, now run the INSTALL.py again, it should create the bin/activate
  2220. # [16:07] <kats> RyanVM: yeah it's b2g-only
  2221. # [16:07] <RyanVM> great, thanks
  2222. # [16:07] * mdas|afk is now known as mdas
  2223. # [16:07] <@Cwiiis> great, it worked :)
  2224. # [16:07] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2225. # [16:08] <jmaher> Cwiiis: great- you should be running tests soon- I usually copy bits from the log file a lot
  2226. # [16:09] * Quits: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP) (Quit: josh)
  2227. # [16:09] <jmaher> Cwiiis: I ran this command to run the test locally: python remotePerfConfigurator.py -v -e org.mozilla.fennec -activeTests tsvgx --noChrome --develop --remoteDevice 192.168.1.69 --output cw.yml; python run_tests.py cw.yml
  2228. # [16:09] * Quits: dria (dria@moz-CA0EF8ED.dsl.teksavvy.com) (Quit: dria)
  2229. # [16:09] <jmaher> Cwiiis: of course you need a build installed on your device, possible change the package name, and the ip address will need to be changed
  2230. # [16:09] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2231. # [16:10] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2232. # [16:10] * Joins: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net)
  2233. # [16:10] * khuey is now known as khuey|away
  2234. # [16:10] * jwatt sighs
  2235. # [16:10] <jwatt> why are xcode breakpoints not working any more?
  2236. # [16:11] * philor|away is now known as philor
  2237. # [16:11] * simone|away is now known as simone
  2238. # [16:11] <@Cwiiis> jmaher: when it says ip of your sutagent, I assume that's just the device's IP?
  2239. # [16:11] * Joins: feltnerm (feltnerm@9AC552E8.C69D9A6B.61C21BB7.IP)
  2240. # [16:12] <jmaher> yes, I get it from 'adb shell netcfg'
  2241. # [16:12] <jmaher> Cwiiis: you need to have your device and host computer on the same network
  2242. # [16:12] * Joins: wlach (wlach@EF7B3B58.1AA94311.3DEE0DD0.IP)
  2243. # [16:14] * Joins: J13R (user@moz-15F40146.mppmu.mpg.de)
  2244. # [16:14] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  2245. # [16:14] <@Cwiiis> jmaher: do I need to launch the browser first?
  2246. # [16:14] <catlee> mconley: hey, I've had a few crashes with australis that haven't triggered a crash report. do you know if there's a known bug for that?
  2247. # [16:14] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  2248. # [16:14] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  2249. # [16:14] * NeilAway sighs
  2250. # [16:14] * Quits: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net) (Quit: Leaving...)
  2251. # [16:14] <NeilAway> killed by a fatal assertion on level 1
  2252. # [16:15] <NeilAway> smontagu++
  2253. # [16:15] <smontagu> ?
  2254. # [16:15] <smontagu> what did I do right?
  2255. # [16:15] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2256. # [16:16] * edmorley is now known as edmorley|sheriffduty
  2257. # [16:16] <mconley> catlee: that's very strange
  2258. # [16:16] <@Cwiiis> jmaher: oh, I thought SUTAgent was something built into fennec, I assume it isn't...
  2259. # [16:16] <mconley> catlee: and no, I don't believe I have a known bug for that
  2260. # [16:16] <@Cwiiis> I'll just use my rooted device, that'll be easier
  2261. # [16:16] * Parts: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  2262. # [16:16] <mconley> catlee: if you could file one, that'd be amazing. :)
  2263. # [16:16] <jmaher> Cwiiis: that is a tool we put on for automation, you can run via adb if you want- I haven't done that in a while
  2264. # [16:17] <@Cwiiis> jmaher: they should be the same, for all intents and purposes, I assume?
  2265. # [16:17] * Joins: b10n1k (j0ni@moz-DE129A86.adsl.cyta.gr)
  2266. # [16:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/51a006875f24 - Patrick McManus - bug 802649 network priority for ocsp r=bsmith r=honzab
  2267. # [16:18] <jmaher> Cwiiis: mostly the same, we use sutagent in automation so we don't have to deal with 1:many devices and adb
  2268. # [16:18] * Joins: chmanchester (textual@moz-6B477A27.hsd1.pa.comcast.net)
  2269. # [16:18] <jmaher> Cwiiis: you will need to have additional commandline options
  2270. # [16:19] <jmaher> Cwiiis: add '-p -1' to invoke adb
  2271. # [16:19] * Quits: chmanchester (textual@moz-6B477A27.hsd1.pa.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  2272. # [16:19] * Tomcat|sheriffduty is now known as Tomcat|afk
  2273. # [16:19] * Joins: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2274. # [16:19] <@Cwiiis> jmaher: in the example on the wiki, there are different arguments for adb vs. sutagent - is that important?
  2275. # [16:20] <@Cwiiis> so like --output instead of --results_url
  2276. # [16:20] * Quits: lpy|afk (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  2277. # [16:20] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  2278. # [16:20] * Joins: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP)
  2279. # [16:21] * Joins: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP)
  2280. # [16:21] <jmaher> Cwiiis: --output writes the config to an output file, --results_url write the output to a specific url, I would add --results_url results.log --datazilla-url results.json
  2281. # [16:21] <jmaher> Cwiiis: that will use local files instead of posting to a server
  2282. # [16:21] <@Cwiiis> jmaher: ok, and --nochrome is missing on the adb one too, is that relevant?
  2283. # [16:21] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  2284. # [16:21] * Quits: bhavyanshu (bhavyanshu@DCFF92DF.AF382EE3.388CF16F.IP) (Quit: Leaving)
  2285. # [16:22] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2286. # [16:22] <jmaher> Cwiiis: yes, you will need --noChrome, that is required on android tests
  2287. # [16:22] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  2288. # [16:23] <jmaher> note: the flag name is misleading
  2289. # [16:23] * Joins: ggp (ggp@moz-3913D97B.dsl.telesp.net.br)
  2290. # [16:25] <@Cwiiis> jmaher: So, I'm launching with "talos -v -e org.mozilla.fennec_cwiiis --develop --activeTests tsvgx --results_url tsvgx.log --datazilla-url tsvgx.json --noChrome --remotePort -1 --remoteDevice 10.246.29.16 --fennecIDs /home/cwiiis/Projects/fennec-build-android/dist/fennec_ids.txt"
  2291. # [16:25] <@Cwiiis> jmaher: I get "TypeError: fireProcess() got an unexpected keyword argument 'maxWaitTime'" and it quits shortly after
  2292. # [16:25] <jmaher> Cwiiis: you don't need --fennecIDs, that is only for robocop based tests
  2293. # [16:25] <@Cwiiis> ok - will it hurt if I include it without needing it?
  2294. # [16:25] * Quits: lduros (user@moz-418FD747.phlapa.fios.verizon.net) (Ping timeout)
  2295. # [16:26] <jmaher> Cwiiis: maybe not, let me double check
  2296. # [16:26] * Joins: lduros (user@moz-418FD747.phlapa.fios.verizon.net)
  2297. # [16:27] * Quits: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP) (Ping timeout)
  2298. # [16:27] <jmaher> Cwiiis: adding --fennecIDs will break tsvgx- that is the key for the robocop tests and tweaks the profile accordingly
  2299. # [16:27] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  2300. # [16:27] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Max SendQ exceeded)
  2301. # [16:28] * Joins: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP)
  2302. # [16:28] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  2303. # [16:28] * BenWa is now known as BenWa|email
  2304. # [16:29] * Quits: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP) (Quit: AndreeaMatei)
  2305. # [16:30] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  2306. # [16:31] <NeilAway> smontagu: oh, just a comment in scrollback, as usual
  2307. # [16:32] * Quits: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP) (Ping timeout)
  2308. # [16:33] * Joins: shorlander (shorlander@13F2CEC5.7672369.D8E68FF6.IP)
  2309. # [16:33] * Joins: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP)
  2310. # [16:33] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2311. # [16:33] * ChanServ sets mode: +o ehsan
  2312. # [16:34] <SirSkidmore> org/show_bug.cgi?id=912371 https://bugzilla.mozilla.org/show_bug.cgi?id=912371) and applied those patches, but my build is still failing in the same spots, am I doing something wrong
  2313. # [16:34] <SirSkidmore> ah!
  2314. # [16:34] <SirSkidmore> So, I would like to get involved in Firefox development, and so I cloned moz-central and started the build, only the build was failing from VS2012
  2315. # [16:34] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  2316. # [16:35] <SirSkidmore> I found two bugs https://bugzilla.mozilla.org/show_bug.cgi?id=912371 and https://bugzilla.mozilla.org/show_bug.cgi?id=912371 tried to patch those, but my build is still failing
  2317. # [16:35] <SirSkidmore> am I doing something wrong?
  2318. # [16:36] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Ping timeout)
  2319. # [16:37] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Ping timeout)
  2320. # [16:38] * Gijs is now known as Gijs_away
  2321. # [16:38] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  2322. # [16:38] * Joins: grapenuts (chatzilla@moz-B65AF445.hfc.comcastbusiness.net)
  2323. # [16:39] * Quits: erikvold (erikvold@E5182DD9.B04BD6DC.AA745434.IP) (Quit: erikvold)
  2324. # [16:39] * Quits: heftig (heftig@moz-4994C5AA.dip0.t-ipconnect.de) (Quit: Quitting)
  2325. # [16:39] * Joins: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2326. # [16:40] * corey|away is now known as corey
  2327. # [16:43] * lizzard is now known as lizzard|away
  2328. # [16:44] * Quits: ehugg (ehugg@BAF628CB.AD48CA0A.EBB03D7A.IP) (Quit: ehugg)
  2329. # [16:44] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  2330. # [16:45] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  2331. # [16:46] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  2332. # [16:46] * Joins: alagenchev (alagenchev@moz-6D02DF2.bootp.virginia.edu)
  2333. # [16:49] * glob|mtg is now known as glob
  2334. # [16:49] * nthomas|away is now known as nthomas
  2335. # [16:50] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  2336. # [16:50] * BenWa|email is now known as BenWa
  2337. # [16:51] * Joins: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP)
  2338. # [16:51] * Joins: mgol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl)
  2339. # [16:52] * Quits: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP) (Quit: rvitillo)
  2340. # [16:53] * Quits: m_gol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl) (Ping timeout)
  2341. # [16:53] * Joins: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP)
  2342. # [16:53] * Joins: WG9s (bill@moz-826ABBE7.raytheon.com)
  2343. # [16:53] * Quits: Ms2ger (Ms2ger@moz-454C9175.ugent.be) (Ping timeout)
  2344. # [16:54] * Quits: armenzg (armenzg@moz-B65AF445.hfc.comcastbusiness.net) (Connection reset by peer)
  2345. # [16:54] * Joins: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP)
  2346. # [16:55] * Joins: armenzg (armenzg@moz-B65AF445.hfc.comcastbusiness.net)
  2347. # [16:56] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2348. # [16:58] * Joins: ctangira (ctangira@moz-3CECFCDB.cisco.com)
  2349. # [16:58] <avih> Cwiiis: ping
  2350. # [16:58] * Joins: lpy|afk (lpy@12172131.F09091A8.1348A864.IP)
  2351. # [16:59] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  2352. # [16:59] <jesup> SirSkidmore: are you trying to do cross-platform dev? That's extra tricky. Also, you posted the same bug # twice " ICU cross compiling support" - which seems unlikely to be your problem if you're not cross-platform building
  2353. # [16:59] * jchen|away is now known as jchen
  2354. # [17:00] * Quits: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP) (Quit: josh)
  2355. # [17:00] * Quits: ctangira (ctangira@moz-3CECFCDB.cisco.com) (Quit: ctangira)
  2356. # [17:00] * Quits: paulproteus (quassel@199.199.210.158) (Ping timeout)
  2357. # [17:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/017d3e4e80bf - Jon Coppeard - Bug 940505 - Fix rooting hazard in JSObject2JSObjectMap::Add() r=bholley
  2358. # [17:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b75c703f2e7e - Jon Coppeard - Bug 935136 - Remove the now unnecessary UnbarrieredMutableValueOperations r=terrence
  2359. # [17:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/17ca97e65aa5 - Jon Coppeard - Bug 940727 - Fix rooting hazard in DOMProxyHandler::GetAndClearExpandoObject() r=bholley
  2360. # [17:00] * Joins: paulproteus (quassel@458FE134.3EC36C88.CBDCF1DC.IP)
  2361. # [17:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/915744e45b57 - Jon Coppeard - Bug 939476 - Only use separate GC stats phase for markDelayedChildren() in mark phase r=billm
  2362. # [17:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b720320ccf4 - Jon Coppeard - Bug 939993 - Check that AddPtrs are used only with matching Lookup values r=sfink
  2363. # [17:00] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2364. # [17:00] <avih> Cwiiis: anyway, it doesn't sound weird to me. we do have prior experience with talos tests which render less than they should, and fixing an actual issue, which apparently regresses, but actually improves is just fine. but we should confirm the actual improvement in rendering first. either by watching a device during a talos run, or by reproducing it outside of talos.
  2365. # [17:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/db0f8a5eeb33 - Jon Coppeard - Bug 940754 - Fix rooting hazard in WorkerPrivateParent::WrapObject() r=bent
  2366. # [17:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2522a5bca61a - Jon Coppeard - Bug 940692 - Fix rooting hazard in CheckForOutdatedParent() r=smaug
  2367. # [17:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ee2544f18623 - Jon Coppeard - Bug 940639 - Fix rooting hazard in nsXPCComponents_Utils::(Un)blockScriptForGlobal() r=bholley
  2368. # [17:01] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  2369. # [17:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0a641abef602 - Jon Coppeard - Bug 934421 - Postbarrier the keys of the plugin wrapper table r=terrence r=jschoenick
  2370. # [17:02] <avih> jmaher: ^
  2371. # [17:02] <@Cwiiis> avih: sounds fair, I'm on that :)
  2372. # [17:02] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  2373. # [17:02] <jmaher> avih: but we need to determine the best route for making this test finish reliably in <1 hour, preferably <30 minutes
  2374. # [17:02] <avih> Cwiiis: cool. cc me on that regression bug pls?
  2375. # [17:02] <@Cwiiis> avih: will do
  2376. # [17:02] <avih> Cwiiis: thx.
  2377. # [17:03] <mjh563> SirSkidmore: what's the log output from the failed build?
  2378. # [17:03] <mjh563> you can upload it here https://pastebin.mozilla.org/
  2379. # [17:03] * corey is now known as corey|away
  2380. # [17:04] <mjh563> SirSkidmore: also see https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Windows_Prerequisites
  2381. # [17:04] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  2382. # [17:04] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2383. # [17:04] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2384. # [17:04] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2385. # [17:04] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2386. # [17:04] <avih> jmaher: yeah, i see your point. currently the test iterate fixed number of cycles, so if each cycle is longer, it'll take longer to complete. an alternative approach is to iterate for a fixed duration, and then count umber of cycles. we did consider it, however, it has a much lower resolution in detecting regressions, since the resolution is the number of cycles, so if a test is slow to iterate, such as the world map svg scaling - which
  2387. # [17:04] <avih> iterates 7 times iirc, then the resolution is roughly 15% (7+-1)
  2388. # [17:05] <avih> Cwiiis: ^
  2389. # [17:05] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  2390. # [17:05] * Quits: chalx (xwiki@3C3C8B81.AD4AF725.3AEDA656.IP) (Quit: chalx)
  2391. # [17:06] <jwatt> jmaher: all the SVG Talos tests need to do is run for long enough for the run time to not be so close to zero that they can't detect regressions, no?
  2392. # [17:06] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  2393. # [17:06] <jwatt> jmaher: so why would we need them to run for anything like 30 minutes?
  2394. # [17:06] * Joins: dria (dria@13F2CEC5.7672369.D8E68FF6.IP)
  2395. # [17:06] <jwatt> it's less than a dozen test files
  2396. # [17:07] <avih> jmaher: Cwiiis:, however, we could maybe combine those to get a higher resolution while still limiting the test runtime, e.g. iterate for X seconds, then measure both the number of cycles AND the actual duration it took to complete, then divide one by the other, and we'll get a fairly accurate average iteration duration, even if the number of cycles was small.
  2397. # [17:07] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  2398. # [17:07] <jmaher> jwatt: well, on android it takes a lot longer to run, we load the page 'x' times so we can handle any noise in the data
  2399. # [17:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab70db6b27c8 - Jonathan Kew - bug 940934 - build gfx/graphite2 in unified mode. r=ehsan
  2400. # [17:08] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2401. # [17:08] <avih> jmaher: the svg test has quite a few different pages, then the entire test runs 25 times, and then there's a big overhead when restarting the test for talos stuff. it accumulates
  2402. # [17:08] <avih> jwatt: ^
  2403. # [17:09] * Quits: kk1fff (kk1fff@moz-601D445F.dynamic.hinet.net) (Quit: kk1fff)
  2404. # [17:09] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  2405. # [17:09] * Joins: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP)
  2406. # [17:09] * Joins: Standard8 (Standard8@moz-3723032C.threembb.co.uk)
  2407. # [17:10] <@Cwiiis> avih: assuminig that I'm right about the android situation and it's currently ~4 times faster than it should be, what do you think is the best route to fix it?
  2408. # [17:10] * Quits: pauly (paul@601F3B17.33662590.A5830293.IP) (Ping timeout)
  2409. # [17:10] * Joins: briansmith (briansmith@moz-B700F572.sanbrunocable.com)
  2410. # [17:10] <avih> Cwiiis: i don't get any of your statements :) i thought you said it's slower rather than faster (but renders better). and i also don't get what's broken and needs fixing.
  2411. # [17:11] <@Cwiiis> avih: sorry, I'm talking about it backwards :) So it is indeed now 4 times slower than before, but renders correctly
  2412. # [17:11] <avih> Cwiiis: ok. and the question is?
  2413. # [17:11] <@Cwiiis> avih: talos tsvgx needs fixing to not time out
  2414. # [17:12] <@Cwiiis> avih: what's the best way to go about that without making the test significantly less useful?
  2415. # [17:12] <avih> Cwiiis: a-ha! finally i hear about something which IS broken :)
  2416. # [17:12] <@Cwiiis> oh sorry, we should probably have mentioned that bit!
  2417. # [17:12] <@Cwiiis> hah :)
  2418. # [17:12] <avih> Cwiiis: i'd say the timeout should be adjusted, but regardless, we should think on how to speed up the test runtime.
  2419. # [17:12] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2420. # [17:13] <@Cwiiis> avih: we're hitting the 1 hour timeout, which sounds like an unreasonably long time
  2421. # [17:13] <jmaher> avih: we really should get it to run in <30 minutes
  2422. # [17:13] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  2423. # [17:14] <avih> Cwiiis: but first thing first: we need a confirmation it actually performs better (visual confirmation), and then, if it is indeed, adjust the timeout first, then modify the test to run faster. but i'm open to other approaches.
  2424. # [17:14] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  2425. # [17:14] * Joins: ctangira (ctangira@moz-3CECFCDB.cisco.com)
  2426. # [17:14] * Joins: Archaeopteryx (itsme@moz-4A956057.cust.telecolumbus.net)
  2427. # [17:14] <@Cwiiis> avih: I'll hopefully get visual confirmation after this meeting - the logs confirm it, but you're right, we should know for sure
  2428. # [17:15] <avih> Cwiiis: tbh, 4x slower doesn't sound fun...
  2429. # [17:15] <jmaher> avih: we could do less iterations, split the test into two different tests, render it in a smaller window, etc.
  2430. # [17:15] * kyr0 is now known as kyr0|afk
  2431. # [17:15] * Quits: AlinT (AlinT@601F3B17.33662590.A5830293.IP) (Ping timeout)
  2432. # [17:15] <avih> jmaher: all correct.
  2433. # [17:15] <@Cwiiis> avih: that's why I phrased it in the reverse before - it's not that it's 4x slower, it's that it's now correct and before it was 4 times too fast :)
  2434. # [17:15] <avih> :)
  2435. # [17:15] <@Cwiiis> Reducing the window size sounds like the easiest fix, if that's something we can do
  2436. # [17:16] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  2437. # [17:16] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  2438. # [17:16] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  2439. # [17:16] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  2440. # [17:16] <avih> jmaher: as we know, landing a fixed test takes time. sometimes lots of. changing the timeout should be much quicker, hence i suggested this approach. and we should still definitely make it complete faster.
  2441. # [17:16] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  2442. # [17:16] <jmaher> avih: we won't get the timeouts changed
  2443. # [17:17] <avih> jmaher: ok
  2444. # [17:17] * Joins: drno (drno@moz-8C24FDC2.hsd1.ca.comcast.net)
  2445. # [17:17] <avih> jmaher: and now, why? :)
  2446. # [17:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b83c7ab4ced2 - Christoph Kerschbaumer - Bug 935111 - Enable seccomp-bpf for Linux. r=jld
  2447. # [17:18] * Joins: lgarner (lgarner@moz-771027BC.dsl.dynamic.sonic.net)
  2448. # [17:18] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Ping timeout)
  2449. # [17:18] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2450. # [17:18] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2451. # [17:18] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  2452. # [17:19] * Quits: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP) (Connection reset by peer)
  2453. # [17:19] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2454. # [17:19] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2455. # [17:19] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2456. # [17:19] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2457. # [17:19] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2458. # [17:19] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2459. # [17:20] <avih> jmaher: Cwiiis: if modifying the window size affects perf to the degree we want, then it sounds fine. but again, after visually verifying performance with normal window size, and also verifying visually that smaller window doesn't somehow make the test less relevant
  2460. # [17:20] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2461. # [17:20] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2462. # [17:20] <@Cwiiis> avih: I'm not really sure what the test is meant to be testing (svg performance?) (jwatt?)
  2463. # [17:20] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2464. # [17:20] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2465. # [17:20] <jmaher> avih: agreed; we do run at a pretty high resolution on our reference boards as compared to the majority of the devices
  2466. # [17:21] <@Cwiiis> jmaher: is there a way of altering window size in talos, or does it just use the device resolution?
  2467. # [17:21] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2468. # [17:21] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2469. # [17:21] <@Cwiiis> I guess if it's headless, we should be able to specify arbitrary sizes(?)
  2470. # [17:21] * rail is now known as rail_away
  2471. # [17:21] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2472. # [17:21] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2473. # [17:22] <avih> Cwiiis: just run it in normal (current) window, look at what it does, then look at it runs in smaller window, and verify that it still draws whatever it has been drawing with the larger window, just faster
  2474. # [17:22] * Quits: J13R (user@moz-15F40146.mppmu.mpg.de) (Ping timeout)
  2475. # [17:22] * Quits: mjh563 (mjh563@moz-E385BD04.cable.virginm.net) (Ping timeout)
  2476. # [17:22] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2477. # [17:22] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2478. # [17:22] <avih> (and smaller)
  2479. # [17:22] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2480. # [17:22] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2481. # [17:23] <@Cwiiis> avih: this is Android, you can't easily size windows like that
  2482. # [17:23] * Joins: tonymec|away (tonymec@58A42DEE.2727B1B8.DE2DB281.IP)
  2483. # [17:23] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  2484. # [17:23] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  2485. # [17:23] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2486. # [17:23] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2487. # [17:23] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2488. # [17:23] <@Cwiiis> avih: at least, not normally
  2489. # [17:23] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2490. # [17:23] <@Cwiiis> avih: which is why I ask if Talos handles it somehow
  2491. # [17:23] <@Cwiiis> (jmaher?)
  2492. # [17:23] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2493. # [17:23] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2494. # [17:24] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2495. # [17:24] <avih> Cwiiis: i'm not familiar with how the test runs on android. jmaher suggested that we should resize the window, i assumed he know what he's saying.
  2496. # [17:24] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2497. # [17:24] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2498. # [17:24] * rail_away is now known as rail
  2499. # [17:24] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2500. # [17:25] <jmaher> avih: Cwiiis: we could run it in an iframe at a certain size- otherwise we are stuck at full window size with android- changing the resolution of the device is not a realistic option
  2501. # [17:25] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2502. # [17:25] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2503. # [17:25] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2504. # [17:25] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  2505. # [17:25] <@Cwiiis> jmaher: iframe sounds reasonable, though is that something easy to do with how the tests get run?
  2506. # [17:25] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2507. # [17:25] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2508. # [17:26] * Joins: J13R (user@moz-15F40146.mppmu.mpg.de)
  2509. # [17:26] <jmaher> Cwiiis: it isn't, but we can work it in
  2510. # [17:26] <avih> jmaher: any chance you could run tsvgx on android locally, take a video (with a smartphone etc) of a single cycle, and let us see how it looks?
  2511. # [17:26] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2512. # [17:26] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2513. # [17:26] * Parts: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2514. # [17:26] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  2515. # [17:26] * Joins: dmarcos (dmarcos@moz-C07D5168.p2p.sfo1.mozilla.com)
  2516. # [17:26] * Joins: dmarcos_ (dmarcos@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2517. # [17:27] <edmorley|sheriffduty> jwatt: Cwiiis: are either of you at the office? can you find jonco, if he's there?
  2518. # [17:27] <jmaher> avih: I don't have any displays on my boards- they are headless
  2519. # [17:27] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2520. # [17:27] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2521. # [17:27] <@Cwiiis> edmorley|sheriffduty: I'm in, I haven't seen him - do you know that he's in?
  2522. # [17:27] <avih> jmaher: so who has an actual android device and could help us with it?
  2523. # [17:27] * Joins: abr (abr@moz-853DA4DB.eug.clearwire-dns.net)
  2524. # [17:27] <edmorley|sheriffduty> Cwiiis: I don't know; guessing not then - thank you anyway :-)
  2525. # [17:27] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2526. # [17:27] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2527. # [17:27] <avih> Cwiiis: can you work it out with jmaher to run tsvgx locally on a device you have?
  2528. # [17:28] <@Cwiiis> avih: I'm going to try to do that, just need to figure out why talos isn't running for me atm
  2529. # [17:28] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2530. # [17:28] <avih> Cwiiis: cheers
  2531. # [17:28] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2532. # [17:28] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2533. # [17:28] * Quits: abr (abr@moz-853DA4DB.eug.clearwire-dns.net) (Quit: AFK)
  2534. # [17:28] <jmaher> Cwiiis: ok, lets figure that out- you are pretty close to getting there
  2535. # [17:28] * Quits: dmarcos (dmarcos@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2536. # [17:28] <RyanVM> decoder: ping
  2537. # [17:28] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2538. # [17:28] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2539. # [17:29] <@Cwiiis> jmaher: shall we continue this over /msg? Might get a bit grating for others :)
  2540. # [17:29] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2541. # [17:29] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2542. # [17:29] * Joins: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP)
  2543. # [17:29] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2544. # [17:29] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2545. # [17:29] * pmoore|away is now known as pmoore
  2546. # [17:30] * Quits: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP) (Quit: josh)
  2547. # [17:30] * Quits: gerard-majax (alex@E35895D6.C0BE01C8.A430FDC1.IP) (Ping timeout)
  2548. # [17:30] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2549. # [17:30] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2550. # [17:30] * Quits: b10n1k (j0ni@moz-DE129A86.adsl.cyta.gr) (Ping timeout)
  2551. # [17:30] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2552. # [17:30] * Joins: gerard-majax_ (alex@moz-3DE48B86.clients.your-server.de)
  2553. # [17:30] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2554. # [17:30] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2555. # [17:31] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2556. # [17:31] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2557. # [17:31] * Joins: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net)
  2558. # [17:31] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2559. # [17:31] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2560. # [17:31] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2561. # [17:32] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2562. # [17:32] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2563. # [17:32] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2564. # [17:32] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2565. # [17:33] * Quits: nicodel (Thunderbir@E8C08E9F.81445FE4.1B3E68DA.IP) (Quit: nicodel)
  2566. # [17:33] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2567. # [17:33] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2568. # [17:33] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2569. # [17:33] <avih> Cwiiis: oh, you're closing the door? :P
  2570. # [17:33] * Quits: tonymec|away (tonymec@58A42DEE.2727B1B8.DE2DB281.IP) (Ping timeout)
  2571. # [17:33] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2572. # [17:33] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2573. # [17:33] <jwatt> Cwiiis, jmaher, avih: why not continue in #svg, since it's more relevant there
  2574. # [17:34] <avih> jwatt: ++
  2575. # [17:34] * Joins: heftig (heftig@moz-E8E2034C.inf.fh-bonn-rhein-sieg.de)
  2576. # [17:34] <avih> or here :P it's not like the # is too busy ;)
  2577. # [17:34] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2578. # [17:34] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2579. # [17:34] * Quits: ehugg_lime (ehugg_lime@moz-A7B125E6.mycingular.net) (Client exited)
  2580. # [17:34] * corey|away is now known as corey
  2581. # [17:34] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2582. # [17:34] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2583. # [17:35] * Quits: Standard8 (Standard8@moz-3723032C.threembb.co.uk) (Ping timeout)
  2584. # [17:35] * Joins: barry (Barry@moz-6FFE20E8.dsl.bell.ca)
  2585. # [17:35] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2586. # [17:35] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2587. # [17:36] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2588. # [17:36] <bjacob> inbound has been closed, but nothing has been backed out. what's going on?
  2589. # [17:36] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  2590. # [17:36] <avih> jwatt: do not disturb :P
  2591. # [17:36] * Gijs_away is now known as Gijs
  2592. # [17:36] * Joins: danieru (danieru@492EC478.DE1B4A7B.22E1B6C8.IP)
  2593. # [17:37] <@Cwiiis> avih, jwatt, we're just discussing getting talos working on my local machine atm, I'll bring the convo back when I have results
  2594. # [17:37] <avih> cool
  2595. # [17:37] <mconley> catlee: ping
  2596. # [17:37] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  2597. # [17:37] <catlee> mconley: pong
  2598. # [17:37] <mconley> catlee: hey - that crash-with-no-crash-reporter thing you hit... was a bug ever filed? Also, can I assume that there won't be a report in about:crashes if the crash reporter didn't spawn?
  2599. # [17:38] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  2600. # [17:38] <@ted> bbondy: do you know if it's possible for codefirefox to embed youtube videos such that they prefer to be html5 video and not flash?
  2601. # [17:38] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2602. # [17:38] <catlee> mconley: nope, haven't filed a bug
  2603. # [17:38] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2604. # [17:38] <@ted> mconley: if you don't get the crash reporter it won't be in about:crashes, no
  2605. # [17:38] <Archaeopteryx> mconley: no, that uses MOZ_CRASHREPORTER
  2606. # [17:38] <@ted> catlee: what OS was that?
  2607. # [17:38] <avih> Cwiiis: btw, other than watching some logs, did you recognize/fix a bug where it was drawing less than it should?
  2608. # [17:38] <catlee> ted: linux64
  2609. # [17:38] <@ted> bleh
  2610. # [17:38] <catlee> ted: happened twice right after updating
  2611. # [17:38] <bbondy> ted: good question, I'll post myelf a bug to look into it.
  2612. # [17:38] * RyanVM is now known as RyanVM|brb
  2613. # [17:38] <@ted> catlee: reproducible?
  2614. # [17:39] <@ted> or you just hit it more than once
  2615. # [17:39] <catlee> seems to be stable after starting for the 2nd time
  2616. # [17:39] * Joins: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net)
  2617. # [17:39] <catlee> not reproducible
  2618. # [17:39] <catlee> I've hit it twice
  2619. # [17:39] <mconley> catlee: I'm going to file a bug for you
  2620. # [17:39] <@ted> bbondy: awesome!
  2621. # [17:39] <catlee> both times immediately after updating
  2622. # [17:39] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2623. # [17:39] <@ted> bbondy: just wanted to see how short the "setting up a linux build environment" was :)
  2624. # [17:39] <catlee> apply update -> restart -> crash -> restart -> running ok
  2625. # [17:39] <@Cwiiis> avih: yes, all the info is in the bug
  2626. # [17:39] <bbondy> Otherwise I did want to eventually make them available in standard open formats too should I find a good place to host them :)
  2627. # [17:39] <@ted> catlee: hrm!
  2628. # [17:39] <edmorley|sheriffduty> bjacob: waiting for retrigger
  2629. # [17:39] <avih> Cwiiis: reading now, though didn't get far yet. thx.
  2630. # [17:40] <@ted> bbondy: yeah, i dunno what the state of the art there is
  2631. # [17:40] <bbondy> ted: it's under 2 minutes
  2632. # [17:40] <catlee> ted: I can get you stdout/stderr from firefox
  2633. # [17:40] <@Cwiiis> avih: in short, the previous code was calculating the dimensions of the screen incorrectly, and so we made incorrect decisions about what to draw and when when doing progressive tiled updates
  2634. # [17:40] <@ted> bbondy: i'm sure we could get them on airmo
  2635. # [17:40] <avih> Cwiiis: gotcha.
  2636. # [17:40] <@Cwiiis> avih: on top of that, if a displayport wasn't set, we may end up skipping all high resolution drawing entirely
  2637. # [17:40] <edmorley|sheriffduty> bjacob: don't forget you can see who closed the tree on treestatus, linked from the menu in TBPL, and thus ask what is going on directly to them :-)
  2638. # [17:40] <bbondy> ya I'll figure it out
  2639. # [17:40] <avih> Cwiiis: ewww...
  2640. # [17:40] <@ted> bbondy: great stuff, btw
  2641. # [17:40] <bjacob> edmorley|sheriffduty: thanks
  2642. # [17:41] <bbondy> thanks!
  2643. # [17:41] * Joins: automata (automata@D773866B.FA36B139.BB0EBA72.IP)
  2644. # [17:41] <@Cwiiis> avih: yeah :) The browser always sets a displayport, so this only affected tests like this one that manually setup windows
  2645. # [17:41] * geekboy|afk is now known as geekboy
  2646. # [17:41] <@Cwiiis> avih: the latter part - the former part affected everything
  2647. # [17:41] <edmorley|sheriffduty> bjacob: retrigger also orange (viewing stdout on the buildbot master to save time for the log upload and import to tbpl), so backing out now
  2648. # [17:41] <avih> Cwiiis: yeah, i understand. good find. both of them.
  2649. # [17:41] <bjacob> edmorley|sheriffduty: ok thanks
  2650. # [17:42] <mconley> catlee: if you wouldn't mind adding any pertinent information about what you were doing / what you experienced to bug 941044, that'd be awesome. Thanks!
  2651. # [17:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/36a5982282be - Ed Morley - Backed out changeset db0f8a5eeb33 (bug 940754)
  2652. # [17:42] * Joins: blassey (blassey@moz-BBE3ABD.mv.mozilla.com)
  2653. # [17:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/44d45c5c612f - Ed Morley - Backed out changeset ee2544f18623 (bug 940639)
  2654. # [17:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9fc538bbe95d - Ed Morley - Backed out changeset b75c703f2e7e (bug 935136)
  2655. # [17:43] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  2656. # [17:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c29e813adae3 - Ed Morley - Backed out changeset 0a641abef602 (bug 934421)
  2657. # [17:43] * Quits: janv (varga@4E9B3A7A.E45C365C.4F33160D.IP) (Quit: This computer has gone to sleep)
  2658. # [17:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/05a0228c2caa - Ed Morley - Backed out changeset 1b720320ccf4 (bug 939993) for rootanalysis assertions on a CLOSED TREE
  2659. # [17:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e2e5f09a60b9 - Ed Morley - Backed out changeset 017d3e4e80bf (bug 940505)
  2660. # [17:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b9ed2c3164a5 - Ed Morley - Backed out changeset 17ca97e65aa5 (bug 940727)
  2661. # [17:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/991230388c2a - Ed Morley - Backed out changeset 915744e45b57 (bug 939476)
  2662. # [17:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7e5e713ba1ea - Ed Morley - Backed out changeset 2522a5bca61a (bug 940692)
  2663. # [17:43] <NeilAway> hmm, no smaug... but maybe bz knows how I can find out what object thinks it's an event listener but doesn't have a callable HandleEvent method
  2664. # [17:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d8cd50781edc - Benoit Jacob - Bug 940191 - Build dom/base in unified mode - r=ehsan
  2665. # [17:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b855b6c36a6a - Benoit Jacob - Bug 940719 - Build content/xbl in unified mode - r=ehsan
  2666. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8e816407f3ab - Benoit Jacob - Bug 940720 - Build content/xul/templates in unified mode - r=ehsan
  2667. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3b0e515ed12a - Benoit Jacob - Bug 940721 - Build content/smil in unified mode - r=ehsan
  2668. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/70b5b1f081f2 - Benoit Jacob - Bug 940717 - Unify the IsChromeURI functions we have in various places - r=ehsan
  2669. # [17:45] <@ehsan> BenWa: ping
  2670. # [17:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f6ad1fa13212 - Markus Stange - Bug 923840 - Mark -moz-appearance:toolbar as opaque on Mac. r=roc
  2671. # [17:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0d2385e7f1b2 - Markus Stange - Bug 936458 - Use MOZ_ASSERT instead of NS_ABORT_IF_FALSE in BasePoint3D.h and BasePoint4D.h because NS_ABORT_IF_FALSE is not in mfbt and can't be used in standalone
  2672. # [17:47] <firebot> moz2d. r=Bas
  2673. # [17:47] * kyr0|afk is now known as kyr0
  2674. # [17:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ee8d7b270b8f - Markus Stange - Bug 935923 - Rename AlphaMode helper function to D2DAlphaModeForFormat and replace most of its uses with D2DPixelFormat. r=Bas
  2675. # [17:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8425478137f3 - Markus Stange - Bug 936459 - Move Tools.h include into the right file. r=Bas
  2676. # [17:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3caa5f7ef94f - Markus Stange - Bug 934023 - Use the correct cell rect when drawing the window buttons. r=smichaud
  2677. # [17:47] <Gijs> smontagu: did you file the titlebar stuff being reversed?
  2678. # [17:47] <smontagu> Gijs: not as a separate bug, no
  2679. # [17:48] <smontagu> shall I?
  2680. # [17:48] <Gijs> smontagu: please.
  2681. # [17:48] <Gijs> smontagu: needinfo mstange on the new bug :)
  2682. # [17:48] * smontagu would like to know what other localized-to-rtl-language apps do on OSX
  2683. # [17:49] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2684. # [17:49] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Ping timeout)
  2685. # [17:49] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  2686. # [17:49] * jorendorff is now known as jorendorff_away
  2687. # [17:49] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  2688. # [17:50] * Quits: glazou (glazou@D8B9C081.E820043D.D4C04133.IP) (Quit: glazou)
  2689. # [17:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c5f0a4ca9162 - EKR - Bug 940709 - Upgrade ICE state change log level. r=bwc
  2690. # [17:51] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2691. # [17:51] <decoder> RyanVM|brb: pong
  2692. # [17:52] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Input/output error)
  2693. # [17:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc384ede1d1a - Bobby Holley - Bug 940783 - Tests. r=bz
  2694. # [17:52] <@ehsan> BenWa: unping!
  2695. # [17:52] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  2696. # [17:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/181e285a7d51 - Bobby Holley - Bug 939166 - Stop going through nsIScriptGlobalObject in CallSetup. r=bz
  2697. # [17:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f3cb53fd4a11 - Bobby Holley - Bug 940783 - Throw when accessing properties and methods on history objects in non-active documents. r=bz
  2698. # [17:53] * Joins: willyaranda (quassel@moz-6599B16F.red-83-46-195.dynamicip.rima-tde.net)
  2699. # [17:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c8e22393c137 - Bobby Holley - Bug 939166 - Be more direct in GetStaticScriptGlobal. r=bz
  2700. # [17:53] * Quits: sfink (chatzilla@moz-1A23C815.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2701. # [17:54] * Quits: willyaranda (quassel@moz-6599B16F.red-83-46-195.dynamicip.rima-tde.net) (Quit: http://quassel-irc.org - Chatee cómodamente donde sea.)
  2702. # [17:54] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2703. # [17:54] <philor> heh, I wonder how much mail philor@mozilla.com actually gets
  2704. # [17:55] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Ping timeout)
  2705. # [17:55] * Joins: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2706. # [17:55] <catlee> I set that as my reply-to all the time
  2707. # [17:55] * Joins: retornam (retornam@moz-BBE3ABD.mv.mozilla.com)
  2708. # [17:55] <danieru> philor: I'll send you one if it makes you feel better.
  2709. # [17:56] * Quits: marcoz (marco.zehe@moz-FF8A580.dip0.t-ipconnect.de) (Quit: Leaving.)
  2710. # [17:57] * Quits: J13R (user@moz-15F40146.mppmu.mpg.de) (Ping timeout)
  2711. # [17:57] * Quits: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2712. # [17:57] <daleharvey> anyone else not able to load the 'My Dashboard' page in bugzilla?
  2713. # [17:57] * Joins: JosiahOne1 (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2714. # [17:57] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Client exited)
  2715. # [17:57] <glob> daleharvey, works for me
  2716. # [17:58] <glob> daleharvey, can you describe what issue you're seeing?
  2717. # [17:58] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2718. # [17:58] * Quits: cviecco (cviecco@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2719. # [17:59] * JosiahOne1 is now known as JosiahOne
  2720. # [17:59] <daleharvey> glob: connection times out everytime, looks like its only with authenticated requests
  2721. # [17:59] * Joins: ehugg (ehugg@moz-96F986B0.smartcity.com)
  2722. # [17:59] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2723. # [17:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0b386567608d - Honza Bambas - Bug 895390 - Intermittent browser_privatebrowsing_cache.js | Disk cache reports 0KB and has no entries - Got 1, expected 0, r=emorley
  2724. # [18:00] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  2725. # [18:00] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Client exited)
  2726. # [18:00] <glob> daleharvey, that's weird; it's connecting back to the same webheads that serve that page
  2727. # [18:00] * Joins: pauly (paul@601F3B17.33662590.A5830293.IP)
  2728. # [18:00] * Joins: willyaranda (quassel@moz-6599B16F.red-83-46-195.dynamicip.rima-tde.net)
  2729. # [18:00] * NeilAway sighs
  2730. # [18:01] * Joins: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2731. # [18:01] <daleharvey> hmm, logged in works in chrome
  2732. # [18:01] <NeilAway> naturally, I can't get the problem to reproduce in a debug build which has all the functions that I need to debug the problem :s
  2733. # [18:01] * bobowen is now known as bobowen|afk
  2734. # [18:01] <jwatt> ehsan: ping
  2735. # [18:01] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Ping timeout)
  2736. # [18:01] * geekboy is now known as geekboy|afk
  2737. # [18:02] * Quits: inolen (Adium@moz-3733E769.socal.res.rr.com) (Quit: Leaving.)
  2738. # [18:02] * Quits: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Client exited)
  2739. # [18:02] <daleharvey> heh, logged out and in, still failing
  2740. # [18:02] * Quits: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it) (Ping timeout)
  2741. # [18:02] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2742. # [18:02] <@ehsan> jwatt: hi
  2743. # [18:03] <glob> daleharvey, i doubt it's an auth issue. have you tried restarting firefox?
  2744. # [18:03] <daleharvey> So authenticated requests only in firefox (on nightly atm)
  2745. # [18:03] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2746. # [18:03] * Joins: mccr8 (mccr8@moz-7B0110AD.mv.mozilla.com)
  2747. # [18:03] <jwatt> ehsan: breakpoints are broken in xcode, and I suspect UNIFIED_SOURCES
  2748. # [18:03] <@ehsan> o_O
  2749. # [18:03] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Connection reset by peer)
  2750. # [18:03] <@ehsan> jwatt: tell me more!
  2751. # [18:04] <jwatt> ehsan: see the section at the top of http://lldb.llvm.org/troubleshooting.html
  2752. # [18:04] * Joins: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  2753. # [18:04] <@ehsan> jwatt: does xcode use lldb?
  2754. # [18:04] <jwatt> ehsan: gdb has been removed from xcode 5
  2755. # [18:04] <daleharvey> glob: oh, that worked, weird since it was only the dashboard that was broken
  2756. # [18:04] <@ehsan> interesting
  2757. # [18:05] <jwatt> ehsan: not that gdb was usable for me, so I've been using lldb for some time
  2758. # [18:05] <@ehsan> jwatt: so it seems like that article describes exactly what you should do
  2759. # [18:05] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2760. # [18:05] <jwatt> ehsan: unfortunately setting target.inline-breakpoint-strategy to always doesn't seem to help
  2761. # [18:05] <@ehsan> jwatt: (I use gdb on mac all the time fwiw)
  2762. # [18:05] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  2763. # [18:05] * Joins: spohl-laptop (spohl-lapt@moz-C64E768A.carolina.res.rr.com)
  2764. # [18:05] <@ehsan> hmm
  2765. # [18:05] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Ping timeout)
  2766. # [18:05] * Joins: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2767. # [18:06] <@ehsan> jwatt: have you tried asking on lldb-dev?
  2768. # [18:06] <@ehsan> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
  2769. # [18:06] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2770. # [18:06] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Ping timeout)
  2771. # [18:06] <jwatt> ehsan: not yet
  2772. # [18:06] <@ehsan> this seems like a weird thing in lldb
  2773. # [18:06] <@ehsan> not sure if we can do anything to work around it
  2774. # [18:06] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2775. # [18:06] * Joins: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it)
  2776. # [18:06] <@ehsan> jwatt: (can you please CC me if/when you post to lldb-dev?)
  2777. # [18:07] <jwatt> ehsan: yes
  2778. # [18:07] <@ehsan> jwatt: also, it could be that your xcode lldb is old
  2779. # [18:07] <@ehsan> so you can try building from source and seeing if that lldbinit setting works that way
  2780. # [18:07] <jwatt> ehsan: it's as up to date as it gets
  2781. # [18:07] <@ehsan> not really
  2782. # [18:07] <@ehsan> if it's anything like clang that xcode ships, it's actually quite outdated :)
  2783. # [18:07] <jwatt> hmm
  2784. # [18:08] * @ehsan is not sure how the lldb release process works
  2785. # [18:08] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2786. # [18:08] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2787. # [18:08] <jwatt> I was running xcode with a self built lldb at one point
  2788. # [18:08] <jwatt> but it was very unstable
  2789. # [18:08] <jwatt> unusable, even
  2790. # [18:08] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2791. # [18:08] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2792. # [18:09] * Quits: bobowen|afk (chatzilla@moz-A944D98D.dynamic.dsl.as9105.com) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  2793. # [18:09] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2794. # [18:09] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2795. # [18:09] <@ehsan> huh
  2796. # [18:09] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2797. # [18:09] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2798. # [18:09] <@ehsan> sorry, I don't use xcode, so I don't have a lot of relevant experience
  2799. # [18:09] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2800. # [18:09] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2801. # [18:10] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2802. # [18:10] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2803. # [18:10] * Joins: smichaud (smichaud@moz-DE9C75C3.hsd1.il.comcast.net)
  2804. # [18:10] * Parts: smichaud (smichaud@moz-DE9C75C3.hsd1.il.comcast.net)
  2805. # [18:10] * Joins: ericz (ericz@moz-448612DA.vps1.hostirian.com)
  2806. # [18:10] * Quits: ericz (ericz@moz-448612DA.vps1.hostirian.com) (Max SendQ exceeded)
  2807. # [18:10] * Quits: lgarner (lgarner@moz-771027BC.dsl.dynamic.sonic.net) (Ping timeout)
  2808. # [18:11] * nthomas is now known as nthomas|away
  2809. # [18:11] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2810. # [18:11] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2811. # [18:11] * Quits: lpy|afk (lpy@12172131.F09091A8.1348A864.IP) (Client exited)
  2812. # [18:11] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  2813. # [18:12] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Ping timeout)
  2814. # [18:12] * Quits: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP) (Quit: Leaving)
  2815. # [18:12] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2816. # [18:14] * RyanVM|brb is now known as RyanVM
  2817. # [18:15] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2818. # [18:16] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Ping timeout)
  2819. # [18:16] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  2820. # [18:16] * Joins: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP)
  2821. # [18:17] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  2822. # [18:17] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  2823. # [18:18] * Quits: gsvelto (gsvelto@moz-C5445748.clienti.tiscali.it) (Quit: Leaving)
  2824. # [18:18] * coop is now known as coop|afk
  2825. # [18:18] * alagenchev is now known as alagenchev|afk
  2826. # [18:18] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Ping timeout)
  2827. # [18:19] * Quits: danieru (danieru@492EC478.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  2828. # [18:19] * armenzg is now known as armenzg_brb
  2829. # [18:20] * Quits: mccr8 (mccr8@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2830. # [18:21] * geekboy|afk is now known as geekboy
  2831. # [18:22] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  2832. # [18:24] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2833. # [18:24] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2834. # [18:24] * ChanServ sets mode: +o smaug
  2835. # [18:25] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  2836. # [18:25] * ChanServ sets mode: +o bsmedberg
  2837. # [18:25] * Joins: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP)
  2838. # [18:26] * Quits: Rik_ (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2839. # [18:26] * Quits: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP) (Connection reset by peer)
  2840. # [18:26] * ahal is now known as ahal|lunch
  2841. # [18:26] * Joins: mjh563 (mjh563@moz-E385BD04.cable.virginm.net)
  2842. # [18:27] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  2843. # [18:27] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  2844. # [18:27] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2845. # [18:27] * Joins: givanica (givanica@3ED9831D.251E5D55.FB866788.IP)
  2846. # [18:27] * Quits: pauly (paul@601F3B17.33662590.A5830293.IP) (Quit: pauly)
  2847. # [18:28] * Joins: gsvelto (gsvelto@moz-C5445748.clienti.tiscali.it)
  2848. # [18:28] * glob is now known as glob|away
  2849. # [18:28] * bc is now known as bc|afk
  2850. # [18:29] * Joins: ferjm (ferjm@moz-A98DCDC3.pool80-102-106.dynamic.orange.es)
  2851. # [18:30] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2852. # [18:30] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2853. # [18:31] * jhopkins is now known as jhopkins|afk
  2854. # [18:32] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  2855. # [18:32] <RyanVM> decoder: question about ASAN debug builds
  2856. # [18:32] * Quits: huseby (huseby@moz-9127FDEC.torservers.net) (Quit: Leaving)
  2857. # [18:33] * spohl-laptop is now known as spohl2
  2858. # [18:33] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  2859. # [18:33] * Joins: danieru (danieru@37DA977D.DE1B4A7B.22E1B6C8.IP)
  2860. # [18:34] <decoder> RyanVM: shoot
  2861. # [18:34] * jimm is now known as jimm-lunch
  2862. # [18:34] <RyanVM> decoder: my understand is that we build them mainly so we know they aren't broken
  2863. # [18:34] <decoder> RyanVM: yes, that and to get better traces in case we have a test
  2864. # [18:34] * Quits: phantom (christian@moz-F21365C5.customer.t3.se) (Ping timeout)
  2865. # [18:35] <RyanVM> decoder: currently we're running checktests on them
  2866. # [18:35] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2867. # [18:35] * Quits: JosiahOne (Instantbir@793CA319.49AD1403.ECF3C4D.IP) (Connection reset by peer)
  2868. # [18:35] <RyanVM> should we be?
  2869. # [18:35] <decoder> hm
  2870. # [18:35] <decoder> i think there should be no errors detectable that opt builds wouldnt see too
  2871. # [18:35] <RyanVM> (especially since that means the builds can take 4+ hr)
  2872. # [18:35] <decoder> except if it's in #ifdef DEBUG code
  2873. # [18:35] <Jesse> decoder: i'm now on 10.9 and once again i have no working asan firefox :(
  2874. # [18:36] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Quit: brendan)
  2875. # [18:36] <Jesse> decoder: with llvm rev 185949 i hit a memcpy overlap problem, http://llvm.org/bugs/show_bug.cgi?id=16362 / https://code.google.com/p/address-sanitizer/issues/detail?id=226
  2876. # [18:36] <RyanVM> decoder: the follow-on to that question is about what we should do once the CPP unit tests and JIT tests run on their own
  2877. # [18:36] <Jesse> there doesn't seem to be a workaround other than to update to a newer llvm, but then i hit other issues
  2878. # [18:36] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2879. # [18:36] * Quits: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net) (Quit: sicking)
  2880. # [18:36] * Quits: wlach (wlach@EF7B3B58.1AA94311.3DEE0DD0.IP) (Ping timeout)
  2881. # [18:36] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2882. # [18:36] <decoder> Jesse: does strict_memcmp=0 fix it?
  2883. # [18:37] <Jesse> i tried ASAN_OPTIONS=replace_intrin=0 but that just made things worse
  2884. # [18:37] <decoder> Jesse: try ASAN_OPTIONS=strict_memcmp =0
  2885. # [18:37] <Jesse> decoder: i wouldn't expect it to, memcmp != memcpy
  2886. # [18:37] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  2887. # [18:37] <decoder> just in case
  2888. # [18:37] <decoder> oh memcpy
  2889. # [18:37] <decoder> RyanVM: i think we can disable the tests for debug builds if they cause such long runtimes
  2890. # [18:37] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  2891. # [18:38] <decoder> RyanVM: but I think we should fix the fact that jit-tests run twice even more.. and that affects all builds.. not just asan
  2892. # [18:38] <decoder> i dont understand why nobody looks into that
  2893. # [18:38] <RyanVM> decoder: yeah, I think we should either disable them now or make sure they remain enabled after the split
  2894. # [18:38] <RyanVM> decoder: good question for releng/ateam
  2895. # [18:38] <Jesse> apparently apple has decided to make memcpy just be an alias for memmove, which confuses asan into thinking that memmove calls are memcpy calls
  2896. # [18:38] <RyanVM> especially when they keep hammering about "EC2 costs us lots of money"
  2897. # [18:38] <RyanVM> catlee ^
  2898. # [18:39] * Joins: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net)
  2899. # [18:39] <decoder> Jesse: can you try applying the memcpy/memmove patch to r185949 as a temporary workaround?
  2900. # [18:39] <decoder> and also, we should be testing on linux too with asan, not just osx
  2901. # [18:39] <decoder> linux is much better supported
  2902. # [18:39] <decoder> in parallel we should address osx issues, but I cannot maintain that alone
  2903. # [18:39] * jgriffin is now known as jgriffin-mtg
  2904. # [18:40] * Joins: sfosters (sfoster@moz-37AA60E3.hsd1.wa.comcast.net)
  2905. # [18:40] <decoder> RyanVM: i gotta run, but if you file a bug on disabling tests for asan dbg builds, then ill prepare a patch. sounds good?
  2906. # [18:40] <decoder> Jesse: ill bbl, let me know if the patch thing worked
  2907. # [18:40] <RyanVM> ok
  2908. # [18:40] <Jesse> ok i'll see if http://llvm.org/viewvc/llvm-project?view=revision&revision=191081 applies cleanly
  2909. # [18:40] <Jesse> decoder: i'm having other issues with linux :/
  2910. # [18:40] <froydnj> Jesse: heh, I wonder if that's working out as well for them as it did for linux
  2911. # [18:41] <catlee> RyanVM: hm?
  2912. # [18:41] <Jesse> froydnj: what did linux do and when?
  2913. # [18:41] <decoder> Jesse: please send me an email with all the linux issues and ill try to help as good as I can
  2914. # [18:41] <RyanVM> catlee: we've been double-running jit-tests for a couple months now
  2915. # [18:41] <RyanVM> catlee: doesn't seem like investigating it has gone anywhere
  2916. # [18:41] <RyanVM> certainly isn't helping our end-to-end times
  2917. # [18:41] <Jesse> decoder: my linux issue is "sometimes the whole fuzzing harness hangs" and i don't know how to find out which process is waiting for what other process to do what
  2918. # [18:42] <Jesse> it happens more with asan builds than non-asan builds
  2919. # [18:42] <catlee> I thought we fixed that...
  2920. # [18:42] <froydnj> Jesse: glibc tried making memcpy forward to memmove, I think, and it broke lots of things (notably flash)
  2921. # [18:42] <RyanVM> catlee: nope
  2922. # [18:42] <catlee> which bug?
  2923. # [18:42] <decoder> Jesse: a full ps aux + pstree might be a good start to check whats going on.. if you can provide that, then ill look at it
  2924. # [18:42] * decoder brb
  2925. # [18:43] <RyanVM> catlee: https://tbpl.mozilla.org/php/getParsedLog.php?id=30834213&tree=Mozilla-Central
  2926. # [18:43] <Jesse> froydnj: because there was some other time that linux tried going in the other direction and things broke because they relied on undefined behavior
  2927. # [18:43] <RyanVM> m-c tip
  2928. # [18:43] <RyanVM> catlee: i'm not finding the bug # offhand
  2929. # [18:43] <RyanVM> but you can see that it's still happening
  2930. # [18:44] <froydnj> Jesse: oh, maybe that's what I was thinking of
  2931. # [18:44] <froydnj> Jesse: that way makes a lot more sense that things would break
  2932. # [18:44] * Quits: gerard-majax_ (alex@moz-3DE48B86.clients.your-server.de) (Ping timeout)
  2933. # [18:44] * mdas is now known as mdas|afk
  2934. # [18:44] <Jesse> yeah
  2935. # [18:44] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  2936. # [18:45] <catlee> RyanVM: that's make check's fault, no?
  2937. # [18:45] <RyanVM> catlee: dunno
  2938. # [18:46] <catlee> I think it's all within a single buildbot step
  2939. # [18:46] <jld> How... how on earth do you write code that breaks with memmove-as-memcpy but not with a modern fancy unrolled vectorized memcpy?
  2940. # [18:46] <RyanVM> point is, it affects build times and if RelEng is going to make an issue about the costs of our builds, it seems there would be interest in chasing down the cause and fixing it
  2941. # [18:46] * bc|afk is now known as bc
  2942. # [18:46] <RyanVM> even if it's yelling at ATeam management
  2943. # [18:46] <catlee> ctalbert: ^^
  2944. # [18:47] <catlee> :)
  2945. # [18:47] <@ted> ctalbert isn't our manager anymore :-O
  2946. # [18:47] <RyanVM> jgriffin ^
  2947. # [18:47] <catlee> doh!
  2948. # [18:47] * ahal|lunch is now known as ahal
  2949. # [18:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1750f842e783 - Jan de Mooij - Bug 940925 - Don't inspect Baseline binary arithmetic IC if it had unoptimizable operands. r=bhackett
  2950. # [18:47] <RyanVM> catlee: I guess my question is why does it need to be the sheriffs screaming about it?
  2951. # [18:47] * jcranmer|away is now known as jcranmer
  2952. # [18:47] <RyanVM> (given that RelEng's budget isn't directly my problem)
  2953. # [18:48] * Quits: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it) (Ping timeout)
  2954. # [18:48] <catlee> RyanVM: because we're unaware of it
  2955. # [18:48] * Joins: grobinson|laptop (grob_@moz-5F60EE80.t-3.net)
  2956. # [18:48] <catlee> if there's no bug
  2957. # [18:48] <RyanVM> there is
  2958. # [18:48] <RyanVM> just because I can't find it doesn't mean it isn't there
  2959. # [18:48] <catlee> so yeah, I see jit_test.py being called twice
  2960. # [18:48] * Joins: Mossop (dtownsend@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2961. # [18:49] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  2962. # [18:49] <catlee> RyanVM: sorry, this is the first I've heard about this
  2963. # [18:49] * mconley is now known as mconley|lunch
  2964. # [18:50] <@ted> there are two calls to js/src check
  2965. # [18:50] <catlee> I was thinking of another issue where some test jobs were being triggered twice
  2966. # [18:50] * Joins: gandalf (zbraniecki@moz-47227B8A.hfc.comcastbusiness.net)
  2967. # [18:50] <@ted> make[1]: Leaving directory `/builds/slave/m-cen-lx-000000000000000000000/build/obj-firefox/security/build'
  2968. # [18:50] <@ted> make -C js/src check
  2969. # [18:50] * Joins: bobowen (AndChat297@moz-983B3CBA.dab.02.net)
  2970. # [18:50] * armenzg_brb is now known as armenzg_mtg
  2971. # [18:50] <@ted> make[1]: Leaving directory `/builds/slave/m-cen-lx-000000000000000000000/build/obj-firefox/browser'
  2972. # [18:50] <@ted> make -C js/src check
  2973. # [18:51] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2974. # [18:51] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  2975. # [18:51] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: AFK)
  2976. # [18:51] * Quits: coop|afk (Chris@moz-B65AF445.hfc.comcastbusiness.net) (Quit: coop|afk)
  2977. # [18:51] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  2978. # [18:51] * Quits: danieru (danieru@37DA977D.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  2979. # [18:51] * Joins: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it)
  2980. # [18:52] <nmatsakis> I'm seeing try errors like: Halting on failure while running ['unzip', '-q', '-o', '/builds/slave/test/build/firefox-28.0a1.en-US.linux-x86_64.tests.zip', 'bin/*', 'certs/*', 'modules/*', 'mozbase/*', 'config/*', 'mochitest/*'] -- is this likely an infrastructure issue? hard to know I could have broken unzip
  2981. # [18:52] * Joins: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net)
  2982. # [18:52] * Quits: ehugg (ehugg@moz-96F986B0.smartcity.com) (Quit: ehugg)
  2983. # [18:52] <nmatsakis> https://tbpl.mozilla.org/php/getParsedLog.php?id=30838298&tree=Try
  2984. # [18:52] * Quits: bobowen (AndChat297@moz-983B3CBA.dab.02.net) (Quit: Bye)
  2985. # [18:52] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2986. # [18:53] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2987. # [18:53] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  2988. # [18:53] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2989. # [18:53] * Joins: sfink (chatzilla@moz-7B0110AD.mv.mozilla.com)
  2990. # [18:53] <RyanVM> nmatsakis: not your fault
  2991. # [18:53] <RyanVM> been dealing with these for the last two days
  2992. # [18:53] * Joins: dholbert_ (dholbert@moz-BBE3ABD.mv.mozilla.com)
  2993. # [18:53] <RyanVM> just retrigger and get on with life
  2994. # [18:53] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  2995. # [18:54] <nmatsakis> RyanVM: ok. thanks
  2996. # [18:54] * Joins: b10n1k (j0ni@moz-9129EE4A.dsl.dyn.forthnet.gr)
  2997. # [18:55] <catlee> ted: http://hg.mozilla.org/mozilla-central/file/597287004ff5/Makefile.in#l259 ?
  2998. # [18:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2bf234be216e - Joel Maher - Bug 941053 - upload a new talos.zip to capture fix for ts_paint. r=jlund
  2999. # [18:55] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  3000. # [18:56] <@ted> catlee: !!
  3001. # [18:56] * Quits: ctangira (ctangira@moz-3CECFCDB.cisco.com) (Ping timeout)
  3002. # [18:56] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  3003. # [18:56] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  3004. # [18:57] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  3005. # [18:57] * Joins: tessarakt3 (jens@moz-9DBC4E33.dip0.t-ipconnect.de)
  3006. # [18:58] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3007. # [18:58] * Joins: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  3008. # [18:58] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  3009. # [18:58] * Joins: huseby (huseby@A083BCB.AAB185EE.9D625D35.IP)
  3010. # [18:59] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  3011. # [18:59] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  3012. # [19:00] <froydnj> ted: so that's one check, where's the other one coming from?
  3013. # [19:00] * Quits: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3014. # [19:00] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Connection reset by peer)
  3015. # [19:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/972924aa7110 - Steve Fink - Bug 940724 - Move XMLHttpRequest off of the stack to silence analysis, r=bent
  3016. # [19:00] * nthomas|away is now known as nthomas
  3017. # [19:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4088133a80e6 - Steve Fink - Bug 940779 - Restrict the scope of a MessageEventInit so it cannot be live across a GC call, r=bent
  3018. # [19:00] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  3019. # [19:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e9294ddf600c - Steve Fink - Bug 940629 - Root StackShape across getChildPropertyOnDictionary calls, r=bhackett
  3020. # [19:00] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  3021. # [19:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/335ec0f81ead - Steve Fink - Bug 939472 - Remove buffer from multiview list when neutered, r=billm
  3022. # [19:01] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  3023. # [19:02] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: AFK)
  3024. # [19:02] * Quits: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it) (Ping timeout)
  3025. # [19:02] * Joins: ehugg (ehugg@moz-96F986B0.smartcity.com)
  3026. # [19:03] <SirSkidmore> mjh563: sorry about that, I had to go to Russian class
  3027. # [19:03] * Joins: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP)
  3028. # [19:03] * Joins: mccr8 (mccr8@moz-7B0110AD.mv.mozilla.com)
  3029. # [19:04] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  3030. # [19:04] <SirSkidmore> The guide (here: http://codefirefox.com/building-firefox/building-firefox) showed two bugs (https://bugzilla.mozilla.org/show_bug.cgi?id=939557 and https://bugzilla.mozilla.org/show_bug.cgi?id=940220)
  3031. # [19:04] <SirSkidmore> I tried import and pushing those patches
  3032. # [19:05] * Joins: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com)
  3033. # [19:05] <SirSkidmore> and hg qapplied showed both of them being applied, but it was still failing
  3034. # [19:05] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  3035. # [19:05] <SirSkidmore> bug9402220 said "Apparently this was fixed by the backout of bug 912371.
  3036. # [19:05] <SirSkidmore> " which I don't particularly understna
  3037. # [19:05] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Quit: matthewgertner)
  3038. # [19:05] * Joins: jgilbert (jgilbert@moz-4C088FCE.hsd1.ca.comcast.net)
  3039. # [19:06] <jchen> froydnj: ping
  3040. # [19:06] <froydnj> jchen: pong
  3041. # [19:06] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  3042. # [19:06] * simone is now known as simone|away
  3043. # [19:06] <jchen> froydnj: hi, are you still looking at the patches in bug 932865?
  3044. # [19:06] * Joins: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it)
  3045. # [19:06] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  3046. # [19:06] <froydnj> jchen: yup, going to review them today. apologies for the delay
  3047. # [19:07] <bbondy> SirSkidmore: it looks like this was recently backed out that might have fixed it: bug 912371. It's a bad time for vs2012 to stop working on mozilla-central tip, but it'll be fixed soon. It may be best to install vs2010 in the meantime or wait a couple days.
  3048. # [19:07] * jimm-lunch is now known as jimm
  3049. # [19:07] * Quits: mccr8 (mccr8@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3050. # [19:07] * Quits: sfosters (sfoster@moz-37AA60E3.hsd1.wa.comcast.net) (Quit: Leaving)
  3051. # [19:07] <jchen> froydnj: no problem. take your time :) i actually have one more patch coming up to deal with some test failures
  3052. # [19:07] * nthomas is now known as nthomas|away
  3053. # [19:08] * jlund is now known as jlund|food
  3054. # [19:08] <SirSkidmore> bbondy: okay
  3055. # [19:08] <SirSkidmore> I'll just install VS2010 for the time being
  3056. # [19:08] <@ted> froydnj: i sort of assume that moz.build started providing another
  3057. # [19:08] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  3058. # [19:09] * gaye|brb is now known as gaye
  3059. # [19:09] <bbondy> SirSkidmore: great, let me know if you run into any trouble
  3060. # [19:09] <froydnj> ted: ah, that seems likely
  3061. # [19:09] <@Cwiiis> avih: so, getting a visual has proven harder than expected - it ends up that these tests don't actually show anything on the screen while they run. I'm pretty certain of my hypothesis though, given the logs... What could I do to further convince you that doesn't involve video footage?
  3062. # [19:09] * Quits: briansmith (briansmith@moz-B700F572.sanbrunocable.com) (Quit: Leaving)
  3063. # [19:09] <avih> Cwiiis: yeah, i read your comment. unfortunately, i'm not too surprised...
  3064. # [19:09] <@ted> froydnj:
  3065. # [19:09] <@ted> TIERS += js
  3066. # [19:09] <@ted> tier_js_dirs += js/src
  3067. # [19:09] <@ted> DIRS += $(tier_js_dirs)
  3068. # [19:09] <@ted> from $objdir/backend.mk
  3069. # [19:10] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  3070. # [19:10] <@Cwiiis> avih: jmaher had a patch that got visuals back on screen, but it appears to not work anymore, so I think getting visual confirmation is going to be non-trivial
  3071. # [19:10] <avih> Cwiiis: i'm not looking for any kind of convincing, as i don't have any hypotheses we need to approve/disprove
  3072. # [19:11] <avih> Cwiiis: so, and with your patch, does it actually draw to screen?
  3073. # [19:11] * nthomas|away is now known as nthomas
  3074. # [19:11] <@Cwiiis> avih: no, the way tsvgx is run, it does draw to buffers, but they never get shown on the screen
  3075. # [19:11] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  3076. # [19:11] <avih> Cwiiis: i was aware that observing it might show something unexpected, so i just wanted to know what's actually changing during runtime
  3077. # [19:11] <froydnj> jwatt: that lldb thing sounds bizarre
  3078. # [19:11] * Joins: Benvie_ (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3079. # [19:12] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3080. # [19:12] <avih> Cwiiis: so is it an issue with tsvgx?
  3081. # [19:12] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  3082. # [19:12] <@Cwiiis> avih: yes, and I'm assuming other talos tests too? (jmaher?)
  3083. # [19:12] <SirSkidmore> can do bbondy !
  3084. # [19:12] <avih> because supposedly we would like the measure to include actual renders to screen
  3085. # [19:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab8b9448e062 - Steve Fink - Bug 940765 - pref_HashTableLookup cannot GC, r=terrence
  3086. # [19:12] <jmaher> Cwiiis: tp4_mobile and ts_paint do not have issues, the robocop based tests are posting similar results
  3087. # [19:12] * Quits: Benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3088. # [19:12] <@Cwiiis> avih: mm, and to not load a load of random chrome too
  3089. # [19:13] <avih> Cwiiis: i don't have an android device, so i've never seen talos run on android.
  3090. # [19:13] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: AFK)
  3091. # [19:13] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  3092. # [19:13] <avih> Cwiiis: aye
  3093. # [19:13] <@Cwiiis> jmaher: is tsvgx the only nochrome test?
  3094. # [19:13] <@Cwiiis> I assume the doesn't-actually-draw-to-the-screen problem is on all noChrome talos tests(?)
  3095. # [19:13] <avih> Cwiiis: emphasis on random ;)
  3096. # [19:14] <jmaher> Cwiiis: no, tpn is the other one
  3097. # [19:14] * mconley|lunch is now known as mconley
  3098. # [19:14] * jhopkins|afk is now known as jhopkins
  3099. # [19:14] <jmaher> and tpn (tp4_mobile) doesn't draw to the screen either
  3100. # [19:14] <@ted> RyanVM: did you ever find a bug on running jit-tests twice?
  3101. # [19:14] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  3102. # [19:14] <avih> Cwiiis: fwiw, before we replaced tsvg with tsvgx, it wasn't drawing to screen (or almost not drawing) on desktop platforms as well.
  3103. # [19:15] * kats is now known as kats-lunch
  3104. # [19:15] <@Cwiiis> This is kind of over my head these bits - I think we should just lower the iterations to get it green again, personally
  3105. # [19:15] * Joins: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3106. # [19:15] <avih> Cwiiis: well, we can't look away from the fact that it just doesn't draw anything to screen... that's the whole point of the test - how fast can it render...
  3107. # [19:16] <avih> lowering the number of iterations isn't likely to change that fact ;)
  3108. # [19:16] * Quits: sewardj (sewardj@moz-7074A1B4.dip0.t-ipconnect.de) (Ping timeout)
  3109. # [19:16] * Quits: willyaranda (quassel@moz-6599B16F.red-83-46-195.dynamicip.rima-tde.net) (Ping timeout)
  3110. # [19:16] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  3111. # [19:16] * Joins: lgarner (lgarner@A6C9E818.AE2739FA.6624BF1.IP)
  3112. # [19:17] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  3113. # [19:17] <avih> Cwiiis: but i don't have an android device to test it. can you reproduce it outside of talos? e.g. load the svg pages manually and see what happens on screen in a normal browser?
  3114. # [19:17] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  3115. # [19:17] * Joins: bent (chatzilla@moz-7B0110AD.mv.mozilla.com)
  3116. # [19:17] <jwatt> froydnj: how so?
  3117. # [19:17] <jmaher> avih: on fennec we have gecko and the java front end
  3118. # [19:18] * geekboy is now known as geekboy|afk
  3119. # [19:18] <jmaher> avih: most likely this is fixing it to work properly in gecko and we are just not seeing it in the java front end
  3120. # [19:18] * Quits: grobinson|laptop (grob_@moz-5F60EE80.t-3.net) (Ping timeout)
  3121. # [19:18] <avih> jmaher: and why do you think that's the likelyhood?
  3122. # [19:19] <jmaher> avih: because I have looked into this a bit and know that we don't display to the visible frontend
  3123. # [19:19] <jmaher> it has to do with how pageloader loads the urls
  3124. # [19:19] * Quits: lduros (user@moz-418FD747.phlapa.fios.verizon.net) (Client exited)
  3125. # [19:19] * Joins: lduros (user@moz-418FD747.phlapa.fios.verizon.net)
  3126. # [19:20] <avih> jmaher: but the whole point of the tsvgx is to measure the performance of rendering...
  3127. # [19:20] <jmaher> avih: I have hacked around this a bit in the past- it is fixable, but to do it right we need to have the ability to load about:blank in fennec, right now we load about:home and invoke a lot of unecessary code
  3128. # [19:20] <RyanVM> ted: I'm told by reliable source that I was mis-remembering and no bug ever was filed :(
  3129. # [19:20] <jmaher> avih: well same with tp5
  3130. # [19:20] <avih> if we don't render to screen.. then surely we're not excercising the entire pipeline
  3131. # [19:20] <RyanVM> and yes, the crow tastes awful
  3132. # [19:20] <jmaher> avih: correct, this is discussed in the bottom half of https://bugzilla.mozilla.org/show_bug.cgi?id=908810
  3133. # [19:20] * Quits: lizzard|away (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  3134. # [19:20] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  3135. # [19:21] <@ted> RyanVM: heh :)
  3136. # [19:21] <@ted> RyanVM: so i think this is a regression from https://bugzilla.mozilla.org/show_bug.cgi?id=910096
  3137. # [19:21] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Connection reset by peer)
  3138. # [19:21] <@ted> AFAICT
  3139. # [19:21] <@Cwiiis> avih: it doesn't reproduce in normal browser behaviour because normal browser behaviour will set a displayport and the issue doesn't occur
  3140. # [19:21] <@ted> but catlee pointed out what likely needs to change
  3141. # [19:21] <@ted> i'll push a patch to try
  3142. # [19:21] <@ted> can probably get it landed quickly
  3143. # [19:21] <@Cwiiis> avih: it's not that it doesn't draw, it just doesn't flip it to the screen
  3144. # [19:21] <RyanVM> ted: fits the "happening for a couple months now" timeframe :)
  3145. # [19:21] <RyanVM> ted: sweet
  3146. # [19:21] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3147. # [19:21] <avih> Cwiiis: and flipping can have a perf cost
  3148. # [19:22] <froydnj> jwatt: oh, are you setting breakpoints like foo.cpp:34 ?
  3149. # [19:22] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  3150. # [19:22] <jmaher> avih: yes, but this is a problem for other tests as well; we are testing 80% of the process as it is now
  3151. # [19:22] <@Cwiiis> avih: oh yes, certainly :) But it's probably not huge vs. the cost of rendering the svgs and doing everything except for the flipping
  3152. # [19:22] <avih> Cwiiis: i understand that it does some/most of the work, but surely it would be better to actually see the screen update during the test?
  3153. # [19:22] * edmorley|sheriffduty is now known as edmorley|away
  3154. # [19:22] <jwatt> froydnj: I'm just clicking in the gutter on the left of the source in the xcode window
  3155. # [19:22] <jmaher> avih: yes, we want to do that- it requires some work on fennec and talos
  3156. # [19:22] <@Cwiiis> avih: definitely - but that's really not my domain
  3157. # [19:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4e06fcbbba8e - Jon Coppeard - Bug 934421 - Postbarrier the keys of the plugin wrapper table r=terrence r=jschoenick
  3158. # [19:22] <avih> Cwiiis: yeah
  3159. # [19:22] <jwatt> froydnj: I don't know exactly what command that passes to lldb
  3160. # [19:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1f03cceef2f1 - Jon Coppeard - Bug 940692 - Fix rooting hazard in CheckForOutdatedParent() r=smaug
  3161. # [19:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7762a99ce512 - Jon Coppeard - Bug 939476 - Only use separate GC stats phase for markDelayedChildren() in mark phase r=billm
  3162. # [19:23] <froydnj> jwatt: ah, ok
  3163. # [19:23] <avih> jmaher: so, where do we stand on this work? is it actively being worked on?
  3164. # [19:23] * Joins: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP)
  3165. # [19:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a8220e44cf03 - Jon Coppeard - Bug 940505 - Fix rooting hazard in JSObject2JSObjectMap::Add() r=bholley
  3166. # [19:23] <@Cwiiis> avih: well, part of it is, but I don't want to hold up this bug because of it - it's already taken too long :/
  3167. # [19:23] * Quits: edmorley|away (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Quit: edmorley|away)
  3168. # [19:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/323a25a692dc - Jon Coppeard - Bug 940639 - Fix rooting hazard in nsXPCComponents_Utils::(Un)blockScriptForGlobal() r=bholley
  3169. # [19:23] <jmaher> avih: we just happened to see this issue crop up and tried to debug it while having a broken display for these tests
  3170. # [19:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9f517455f8f5 - Jon Coppeard - Bug 940727 - Fix rooting hazard in DOMProxyHandler::GetAndClearExpandoObject() r=bholley
  3171. # [19:23] <jmaher> avih: https://bugzilla.mozilla.org/show_bug.cgi?id=908810
  3172. # [19:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c9d2dcea4480 - Jon Coppeard - Bug 935136 - Remove the now unnecessary UnbarrieredMutableValueOperations r=terrence
  3173. # [19:23] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Ping timeout)
  3174. # [19:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e00d889fc72e - Jon Coppeard - Bug 940754 - Fix rooting hazard in WorkerPrivateParent::WrapObject() r=bent
  3175. # [19:23] <avih> jmaher: last activity almost a month ago...
  3176. # [19:24] <jmaher> avih: I cna get the talos bits going in a day or two, but I need work from the fennec guys
  3177. # [19:24] <jmaher> I should join the mobile meeting today and put it as a topic
  3178. # [19:24] <jmaher> ;)
  3179. # [19:24] <avih> jmaher: when is this meeting?
  3180. # [19:24] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3181. # [19:24] <avih> and where? i'll pop in as well
  3182. # [19:25] <jmaher> mobile room, right now
  3183. # [19:25] * nthomas is now known as nthomas|away
  3184. # [19:25] <avih> k, joining
  3185. # [19:25] * baku is now known as baku|away
  3186. # [19:26] <@Cwiiis> jmaher, avih, the mobile meeting started about 50 minutes ago and ended about 10/15 minutes ago
  3187. # [19:26] * Quits: mstange (markus@moz-11BBFE59.dip0.t-ipconnect.de) (Quit: mstange)
  3188. # [19:26] <jmaher> Cwiiis: oh, mobile testing
  3189. # [19:26] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  3190. # [19:26] * Joins: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP)
  3191. # [19:27] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Connection reset by peer)
  3192. # [19:27] <@Cwiiis> ah, ok :)
  3193. # [19:27] * RyanVM is now known as RyanVM|sheriffduty
  3194. # [19:28] <@Cwiiis> jmaher, avih, here's a try push with a patch from jmaher to reduce number of tsvgx iterations - https://tbpl.mozilla.org/?tree=Try&rev=82e103a7a04d
  3195. # [19:28] * Joins: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP)
  3196. # [19:28] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3197. # [19:28] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  3198. # [19:28] <jmaher> Cwiiis: oh cool!
  3199. # [19:28] <avih> Cwiiis: i don't see you on vidyo mobile
  3200. # [19:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0e244d1ff393 - Alexander Surkov - Bug 926812 - State change event not fired when both disabled and aria-disabled are toggled, r=tbsaunde
  3201. # [19:29] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3202. # [19:29] <@Cwiiis> avih: ah, shall I join? I don't usually join the testing meeting, but I guess it'd help in this case :)
  3203. # [19:29] <@Cwiiis> been meetings city today...
  3204. # [19:29] <avih> Cwiiis: ah, i wasn't realizing it's a testing meeting :)
  3205. # [19:30] * Quits: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP) (Quit: victorporof)
  3206. # [19:31] * Joins: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  3207. # [19:31] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  3208. # [19:31] * Joins: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP)
  3209. # [19:32] <@Cwiiis> I'm there
  3210. # [19:34] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  3211. # [19:34] * Joins: grobinson|laptop (grob_@49EE70C6.B2B7AA57.6AA72BA7.IP)
  3212. # [19:34] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  3213. # [19:35] * jlund|food is now known as jlund
  3214. # [19:35] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: AFK)
  3215. # [19:35] <RyanVM|sheriffduty> WTF
  3216. # [19:35] * geekboy|afk is now known as geekboy
  3217. # [19:36] <RyanVM|sheriffduty> robocop went orange on jonco's push
  3218. # [19:36] <RyanVM|sheriffduty> prior push was green
  3219. # [19:36] <RyanVM|sheriffduty> still orange after backing out
  3220. # [19:36] <RyanVM|sheriffduty> ahh, and some green in between
  3221. # [19:36] <philor> releng?
  3222. # [19:36] <RyanVM|sheriffduty> clobber
  3223. # [19:37] <RyanVM|sheriffduty> "Unable to find view gecko_layout"
  3224. # [19:37] * Quits: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3225. # [19:37] <RyanVM|sheriffduty> philor: i think it might go back to bustage from Tomcat's backokut
  3226. # [19:37] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  3227. # [19:38] <philor> I'd buy that
  3228. # [19:38] * lightsofapollo is now known as lightsofapollo|brb
  3229. # [19:38] <froydnj> oh man, the caps/ code is scary
  3230. # [19:38] <RyanVM|sheriffduty> I'm just going to touch CLOBBER and get on with life
  3231. # [19:38] * Quits: marco (Thunderbir@moz-78A883A6.retail.telecomitalia.it) (Ping timeout)
  3232. # [19:38] <nalexander> RyanVM|sheriffduty: philor: it might be clobber (I'm assuming it's the backout of my resource stuff).
  3233. # [19:38] <Ms2ger> froydnj, oops, now you own it
  3234. # [19:38] * Quits: ggp (ggp@moz-3913D97B.dsl.telesp.net.br) (Quit: Leaving...)
  3235. # [19:38] <froydnj> Ms2ger: congradolences to me!
  3236. # [19:38] <nalexander> RyanVM|sheriffduty: philor: it might be that somebody changed a resource that is now not listed (since the resource stuff loosened the listing)
  3237. # [19:38] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  3238. # [19:39] <RyanVM|sheriffduty> nalexander: yep, that's what I'm going with
  3239. # [19:39] * Quits: gsvelto (gsvelto@moz-C5445748.clienti.tiscali.it) (Ping timeout)
  3240. # [19:39] <philor> froydnj: now that you own it, please fix bug 523779
  3241. # [19:39] * Joins: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  3242. # [19:39] <nalexander> RyanVM|sheriffduty: before you clobber, let me read for a second.
  3243. # [19:39] <RyanVM|sheriffduty> nalexander: all signs are already pointing to it
  3244. # [19:39] <froydnj> philor: botsnack
  3245. # [19:39] <RyanVM|sheriffduty> and I'm holding inbound closed off it
  3246. # [19:40] <nalexander> RyanVM|sheriffduty: yeah, clobber away. That resource is ancient.
  3247. # [19:40] * philor beams
  3248. # [19:40] <froydnj> philor: also, if dveditz hasn't fixed it in four years...
  3249. # [19:40] <philor> hey, he's probably no longer the default owner
  3250. # [19:41] <philor> there we go, appropriate owner
  3251. # [19:41] * Joins: gwagner (Gregor@BA01AC89.3778D849.1D6E592A.IP)
  3252. # [19:41] * julienw is now known as julienw_afk
  3253. # [19:41] <froydnj> it's sure to get fixed now!
  3254. # [19:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e7bc0f68a4c1 - Ryan VanderMeulen - Merge m-c to inbound on a CLOSED TREE.
  3255. # [19:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7c730b25a3df - Ryan VanderMeulen - No bug - Touch CLOBBER due to bustage from recent backouts.
  3256. # [19:42] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/7c730b25a3df - Ryan VanderMeulen - No bug - Touch CLOBBER due to bustage from recent backouts.
  3257. # [19:42] * mattwoodrow|away is now known as mattwoodrow
  3258. # [19:44] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  3259. # [19:46] * Quits: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP) (Quit: nn)
  3260. # [19:46] * jedp is now known as jedp|transit
  3261. # [19:46] * Quits: jedp|transit (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  3262. # [19:47] * Quits: heftig (heftig@moz-E8E2034C.inf.fh-bonn-rhein-sieg.de) (Ping timeout)
  3263. # [19:47] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3264. # [19:47] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3265. # [19:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1c6f5d02db22 - Ryan VanderMeulen - Backed out changeset 0879fec4cfc3 (bug 896193) for frequent Linux xpcshell failures.
  3266. # [19:48] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  3267. # [19:49] * Quits: gwagner (Gregor@BA01AC89.3778D849.1D6E592A.IP) (Quit: gwagner)
  3268. # [19:49] * rail is now known as rail_away
  3269. # [19:50] * Joins: Waldo (waldo@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3270. # [19:51] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  3271. # [19:51] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Connection reset by peer)
  3272. # [19:52] <bjacob> vlad: are you disturbable for android/surface/crashes stuff ?
  3273. # [19:52] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  3274. # [19:52] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  3275. # [19:52] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3276. # [19:52] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  3277. # [19:52] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Max SendQ exceeded)
  3278. # [19:53] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  3279. # [19:53] * philor is now known as philor|away
  3280. # [19:53] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3281. # [19:54] * mdas|afk is now known as mdas
  3282. # [19:54] <@ted> RyanVM|sheriffduty: https://bugzilla.mozilla.org//show_bug.cgi?id=941120
  3283. # [19:54] <vlad> bjacob: not at the moment, but in about half an hour
  3284. # [19:54] <RyanVM|sheriffduty> ted: you rock
  3285. # [19:54] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3286. # [19:55] * Quits: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk) (Ping timeout)
  3287. # [19:55] <@ted> thank catlee for pointing out the brokenness
  3288. # [19:55] * Quits: Mossop (dtownsend@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  3289. # [19:56] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  3290. # [19:56] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Ping timeout)
  3291. # [19:56] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  3292. # [19:56] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  3293. # [19:56] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  3294. # [19:57] * Joins: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3295. # [19:57] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3296. # [19:57] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  3297. # [19:57] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Max SendQ exceeded)
  3298. # [19:57] * nrc|afk is now known as nrc
  3299. # [19:57] <BenWa> ehsan: clobber at 10:02, nearly under 10 mins now :)
  3300. # [19:57] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3301. # [19:57] * Joins: danieru (danieru@492EC478.DE1B4A7B.22E1B6C8.IP)
  3302. # [19:58] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Max SendQ exceeded)
  3303. # [19:58] * baku|away is now known as baku
  3304. # [19:58] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3305. # [19:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b76171a0d6ec - Gregory Szorc - NO BUG - Build docs for supported build configurations
  3306. # [19:58] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  3307. # [19:58] * Joins: AaronMT (uid14380@moz-31ABA2C0.irccloud.com)
  3308. # [19:58] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3309. # [19:58] * KWierso|afk is now known as KWierso
  3310. # [19:59] * Quits: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3311. # [19:59] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3312. # [19:59] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  3313. # [19:59] * Quits: ferjm (ferjm@moz-A98DCDC3.pool80-102-106.dynamic.orange.es) (Quit: Leaving)
  3314. # [20:00] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  3315. # [20:00] * Quits: victorporof (victorporo@8BCA500A.9A7C5F59.4A6B528C.IP) (Connection reset by peer)
  3316. # [20:01] * Joins: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net)
  3317. # [20:01] <@ehsan> BenWa: posting my numbers now to dev.platform, stay tuned
  3318. # [20:02] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  3319. # [20:02] * deian|away is now known as deian
  3320. # [20:02] * Quits: gandalf (zbraniecki@moz-47227B8A.hfc.comcastbusiness.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  3321. # [20:03] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Quit: dria)
  3322. # [20:03] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  3323. # [20:03] <@bsmedberg> RELEASE_BUILD is defined in beta/release, right?
  3324. # [20:04] * Quits: danieru (danieru@492EC478.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  3325. # [20:04] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3326. # [20:04] <@gavin> bsmedberg: yes
  3327. # [20:05] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  3328. # [20:05] <@ehsan> BenWa: vlad: ok, numbers are up
  3329. # [20:05] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  3330. # [20:06] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Connection reset by peer)
  3331. # [20:06] * baku is now known as baku|away
  3332. # [20:06] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3333. # [20:06] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3334. # [20:07] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3335. # [20:07] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3336. # [20:08] * Joins: myk (myk@moz-C07D5168.p2p.sfo1.mozilla.com)
  3337. # [20:08] * Quits: jgilbert (jgilbert@moz-4C088FCE.hsd1.ca.comcast.net) (Ping timeout)
  3338. # [20:10] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  3339. # [20:10] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  3340. # [20:11] * rail_away is now known as rail
  3341. # [20:11] * Quits: rvitillo (vitillo@88F51059.F3BBB17D.144F44FA.IP) (Quit: rvitillo)
  3342. # [20:11] * Joins: jet (jet@E908EF74.6BAC3F3B.56A6FAA.IP)
  3343. # [20:12] * Quits: dmarcos_ (dmarcos@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving...)
  3344. # [20:12] * kats-lunch is now known as kats
  3345. # [20:12] * Joins: maikmerten (maikmerten@moz-A1CAD4D8.pools.arcor-ip.net)
  3346. # [20:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/befb8bacc65e - Ryan VanderMeulen - Bug 924307 - Disable browser_aboutHealthReport.js due to intermittent failures.
  3347. # [20:13] <RyanVM|sheriffduty> gps: rnewman: ^
  3348. # [20:13] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  3349. # [20:14] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  3350. # [20:14] * mgol is now known as m_gol
  3351. # [20:14] * Quits: ehugg (ehugg@moz-96F986B0.smartcity.com) (Quit: ehugg)
  3352. # [20:14] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  3353. # [20:14] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3354. # [20:15] <BenWa> ehsan: interesting how unifying build closed the gap between haswell and gen 1-3
  3355. # [20:15] * Quits: m_gol (m_gol@moz-17B919C3.neoplus.adsl.tpnet.pl) (Quit: Linkinus - http://linkinus.com)
  3356. # [20:15] * Joins: willyaranda (quassel@moz-430C15C0.red-95-122-185.staticip.rima-tde.net)
  3357. # [20:16] * Quits: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net) (Quit: coop)
  3358. # [20:17] <rnewman> RyanVM|sheriffduty: fair
  3359. # [20:17] * Joins: flo-retina1 (Instantbir@moz-87C33FDA.kimsufi.com)
  3360. # [20:17] <rnewman> sorry for never having time to do further investigation, and for not being on-site to poke gps to fix it
  3361. # [20:17] * Joins: emtwo (msamuel@moz-7DDD4CD6.dsl.teksavvy.com)
  3362. # [20:17] <tbsaunde> froydnj: happen to have a idea why mac ld would claim a call to a final virtual method is an unresolved symbol?
  3363. # [20:17] <RyanVM|sheriffduty> rnewman: at least your email filters will get a break now ;)
  3364. # [20:18] <rnewman> :D
  3365. # [20:18] <gps> RyanVM|sheriffduty: could you at least give us a warning?
  3366. # [20:18] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  3367. # [20:18] <gps> there are legal concerns if that test silently regresses
  3368. # [20:18] <RyanVM|sheriffduty> gps: were multiple pokes and pings in that bug over weeks not enough?
  3369. # [20:19] <gps> RyanVM|sheriffduty: if you threatened disable, someone would have looked at it
  3370. # [20:19] <froydnj> tbsaunde: not offhand
  3371. # [20:19] <froydnj> tbsaunde: though it sounds like it got devirtualized?
  3372. # [20:19] * philor|away is now known as philor
  3373. # [20:19] <RyanVM|sheriffduty> gps: I would have thought that we've already established plenty of precendent for disabling long-ingored and frequently failing tests
  3374. # [20:19] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  3375. # [20:20] <tbsaunde> froydnj: yeah, that was my thought
  3376. # [20:20] <tbsaunde> froydnj: is that necessarily legal? because of exactly this case
  3377. # [20:20] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  3378. # [20:20] <gps> RyanVM|sheriffduty: don't disable it on aurora and beta. i'll have a fix in a few hours
  3379. # [20:21] <froydnj> tbsaunde: is what legal? devirtualization?
  3380. # [20:21] <RyanVM|sheriffduty> wow, wonder where that was when I pinged on Nov 8 and Nov 6 after it had already been failing for a month without attention
  3381. # [20:21] <tbsaunde> froydnj: devirtualization in such a way that the method needs to be in the same object yes
  3382. # [20:22] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3383. # [20:22] * Quits: huseby (huseby@A083BCB.AAB185EE.9D625D35.IP) (Input/output error)
  3384. # [20:22] <tbsaunde> I guess seperate objects its sort of outside the spec so yes
  3385. # [20:23] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  3386. # [20:23] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3387. # [20:23] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  3388. # [20:24] * Joins: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net)
  3389. # [20:24] * nthomas|away is now known as nthomas
  3390. # [20:24] * Joins: dmarcos (dmarcos@moz-C07D5168.p2p.sfo1.mozilla.com)
  3391. # [20:26] * @bsmedberg doesn't understand hg histedit
  3392. # [20:26] <deian> lsblakk: ping
  3393. # [20:26] <lsblakk> deian: pong
  3394. # [20:26] <@bsmedberg> hg histedit inbound/default says "abort: cannot edit immutable changeset: 181e285a7d51"
  3395. # [20:26] * Joins: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  3396. # [20:27] <deian> lsblakk: I honestly don't understand what you meant in: https://bugzilla.mozilla.org/show_bug.cgi?id=919209#c14
  3397. # [20:27] <RyanVM|sheriffduty> ttaubert: mochitest-mc has been perma-purple since you re-landed the shutdown leak detector
  3398. # [20:27] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  3399. # [20:27] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  3400. # [20:28] <@bsmedberg> deian: if you wanted this to land in Firefox 26, you would need to request approval for firefox beta on the patch
  3401. # [20:28] <@bsmedberg> it's a bit late for that now, though
  3402. # [20:28] * Quits: dmarcos (dmarcos@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving...)
  3403. # [20:28] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  3404. # [20:29] <deian> bsmedberg: gotcha, thanks
  3405. # [20:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/247ff2131af5 - Kai Engert - Bug 938730 - avoid mix of memory allocators (crashes) when using system sqlite, r=asuth
  3406. # [20:29] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: poof)
  3407. # [20:30] <philor> wow, we're not very good about retriggering metro-chrome, are we?
  3408. # [20:30] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Connection reset by peer)
  3409. # [20:30] * sheppy is now known as sheppy-afk
  3410. # [20:30] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3411. # [20:30] * wlach is now known as wlach|desktop
  3412. # [20:30] * mattwoodrow is now known as mattwoodrow|away
  3413. # [20:31] * Quits: cpearce_laptop (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3414. # [20:31] <@gavin> bsmedberg: I don't really know histedit, but it makes sense that you can't histedit already-pushed history, no?
  3415. # [20:31] <gps> gavin: mercurial phases will prevent you from rewriting published changesets
  3416. # [20:31] * Quits: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3417. # [20:31] * Quits: willyaranda (quassel@moz-430C15C0.red-95-122-185.staticip.rima-tde.net) (Client exited)
  3418. # [20:32] * geekboy is now known as geekboy|afk
  3419. # [20:32] <bwc> bz: Ping about webidl changes in bug 906990 part 10; is CLOBBER going to be required?
  3420. # [20:32] * Quits: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP) (Ping timeout)
  3421. # [20:32] <@gavin> gps: yes, that is what I said!
  3422. # [20:32] <gps> bsmedberg: oh, that's the error you are running into. hg help phases
  3423. # [20:32] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  3424. # [20:32] <@bsmedberg> gps: that changeset is the inbound/default changeset that I don't want to change
  3425. # [20:32] <RyanVM|sheriffduty> philor: took awhile...
  3426. # [20:32] <@bsmedberg> gps: but the docs for histedit say `hg histedit [parent]`
  3427. # [20:32] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  3428. # [20:33] * geekboy|afk is now known as geekboy
  3429. # [20:33] <gps> bsmedberg: right. and mercurial is preventing you from changing changesets that have been published. it's a nice feature - one that Git doesn't have!
  3430. # [20:33] * Quits: jaoo (user@moz-A7B79E12.red-79-152-152.dynamicip.rima-tde.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  3431. # [20:33] <TimAbraldes> gps: ping
  3432. # [20:33] <gps> TimAbraldes: (autoresponse) content-free ping detected. Please consider providing some additional context so I can address your questions more efficiently.
  3433. # [20:33] * Joins: josh (josh@moz-939DDE71.ny.onecommunications.net)
  3434. # [20:33] <bz> bwc: looking
  3435. # [20:33] <@bsmedberg> gps: I don't *want* to change that... it's the parent, though, right?
  3436. # [20:33] * Quits: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3437. # [20:33] <gps> if you want to branch or something, use transplant or graft to copy those changesets to a new branch
  3438. # [20:33] <@bsmedberg> I want to change everything on top of it
  3439. # [20:33] <@bsmedberg> I have a bookmark
  3440. # [20:33] <gps> bsmedberg: specify the first revision you wish to edit
  3441. # [20:33] <@gavin> bsmedberg: it probably doesn't actually mean "parent"
  3442. # [20:33] <bz> bwc: I don't know
  3443. # [20:33] <@bsmedberg> argh
  3444. # [20:33] <@bsmedberg> git rebase -i knows what I mean more automatically :-(
  3445. # [20:33] <bz> bwc: one of the sheriffs might have a better idea of what changes end up needing clobber
  3446. # [20:33] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  3447. # [20:34] * bz really needs to finish reviewing gps' changes
  3448. # [20:34] <lsblakk> deian: bsmedberg covered it - i was asking you to nominate the patch for uplift if taking it to branches was low risk, but yet at this point it's too late in the beta cycle for non-critical patches
  3449. # [20:34] <gps> TimAbraldes: yes?
  3450. # [20:34] <TimAbraldes> gps: hey, I'm checking out supported-configurations.rst
  3451. # [20:34] * Joins: huseby (huseby@E6C3B35B.1D8BF1C3.9E74FAD6.IP)
  3452. # [20:34] <gps> bsmedberg: what's the environment variable for forcing the XPCOM service cache thingie to invalidate?
  3453. # [20:34] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  3454. # [20:35] <gps> i.e. I change a JS file providing a service and changes aren't reflected because of some cache
  3455. # [20:35] * Quits: hery (weechat@4A83457D.B31F7523.92AEF337.IP) (Ping timeout)
  3456. # [20:35] <@bsmedberg> gps: MOZ_PURGE_CACHES, I think
  3457. # [20:35] * Quits: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net) (Quit: sicking)
  3458. # [20:35] <@bsmedberg> http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsAppRunner.cpp#3677
  3459. # [20:35] <gps> bsmedberg: that sounds right - thanks
  3460. # [20:36] <bwc> bz: So, the thing I'm worried about is the same type of modification that burned the tree before and resulted in bug 928195 being filed.
  3461. # [20:36] * @bsmedberg needs a way to say "the changeset after inbound/default towards the current head" apparently
  3462. # [20:36] * Joins: danieru (danieru@D4ECB35D.DE1B4A7B.22E1B6C8.IP)
  3463. # [20:36] * Joins: wsmwk (chatzilla@moz-A0259CC0.cc.lehigh.edu)
  3464. # [20:37] <bwc> bz: And you're in a position to say whether it might be worth giving it a go without a CLOBBER.
  3465. # [20:37] <gps> bsmedberg: first(children(X))
  3466. # [20:37] <deian> lsblakk: thanks, makes sense.
  3467. # [20:37] <bz> bwc: I'm actually not
  3468. # [20:37] <gps> gps: but there can be multiple children, so not reliable
  3469. # [20:37] <wsmwk> bsmedberg: re: your d&d TB question. there are bugs filed about animation and visual queue, but not about the functionality failing
  3470. # [20:37] <gps> did I just target myself. ugh
  3471. # [20:37] <bz> bwc: because I haven't been keeping track of what sort of webidl changes need a clobber
  3472. # [20:37] * Benvie_ is now known as Benvie
  3473. # [20:37] <@gavin> qbase!
  3474. # [20:37] <@bsmedberg> yeah, it's not the first child
  3475. # [20:38] <RyanVM|sheriffduty> bwc: I would basically assume that there are no guarantees Windows will pick up your change if you make one and go from there
  3476. # [20:38] * Benvie is now known as benvie
  3477. # [20:38] <@bsmedberg> gavin: yeah well, gps was pushing me to switch from mq to bookmarks
  3478. # [20:38] <@gavin> yeah I know
  3479. # [20:38] * @bsmedberg can't quite make it work
  3480. # [20:38] * Quits: josh (josh@moz-939DDE71.ny.onecommunications.net) (Quit: josh)
  3481. # [20:38] * Joins: hery (weechat@4A83457D.B31F7523.92AEF337.IP)
  3482. # [20:38] <bwc> RyanVM: Ok, I'll update CLOBBER then.
  3483. # [20:38] * @bsmedberg wonders if histedit and mq get along
  3484. # [20:38] * fitzgen is now known as Fitzgen
  3485. # [20:39] <RyanVM|sheriffduty> bwc: better safe than sorry
  3486. # [20:39] * Joins: willyaranda (quassel@moz-430C15C0.red-95-122-185.staticip.rima-tde.net)
  3487. # [20:39] * froydnj wonders why there are almost 1k observers for "memory-pressure"
  3488. # [20:40] * Joins: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net)
  3489. # [20:40] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  3490. # [20:41] * Quits: willyaranda (quassel@moz-430C15C0.red-95-122-185.staticip.rima-tde.net) (Client exited)
  3491. # [20:42] * Joins: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP)
  3492. # [20:42] * geekboy is now known as geekboy|afk
  3493. # [20:43] * Quits: danieru (danieru@D4ECB35D.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  3494. # [20:43] <@gavin> how many nsdevicecontexts are there around usually?
  3495. # [20:43] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  3496. # [20:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/038a45f0c9d5 - Vladan Djeric - Bug 940806 - Gfx info was not being properly reported in Telemetry. r=dteller
  3497. # [20:46] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3498. # [20:46] * baku|away is now known as baku
  3499. # [20:46] <gps> TimAbraldes: I didn't see a question
  3500. # [20:47] <TimAbraldes> gps: you seemed busy, I silently decided to start responding in the dev-platform thread and/or wait for you to not be in the middle of another conversation :)
  3501. # [20:48] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Ping timeout)
  3502. # [20:48] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  3503. # [20:48] * Joins: dria (dria@moz-CA0EF8ED.dsl.teksavvy.com)
  3504. # [20:48] <TimAbraldes> gps: I took a look at the doc; it looks nice! So would the plan be to add a "known issues" section somewhere so that people can find out what config options are causing their build issues?
  3505. # [20:49] <@ehsan> BenWa: yeah I imagine intel hates me very much at the moment ;)
  3506. # [20:49] <BenWa> ehsan: haha
  3507. # [20:49] <vlad> ehsan: numbers up where?
  3508. # [20:50] <@ehsan> vlad: dev-platform
  3509. # [20:50] <BenWa> gps: Given that the gap between haswell and intel gen 1-3 are closing I wonder if its worth rushing to buy everyone a new machine. If this trend continue the time difference may end up being about 30% like we expect
  3510. # [20:51] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3511. # [20:51] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  3512. # [20:51] <@bsmedberg> bholley: as part of making NS_ERROR_INVALID_POINTER and NS_ERROR_INVALID_ARG the same error value, I had to reorder xpc.msg and fix a few tests. Can you look over https://hg.mozilla.org/try/rev/223f49bfeb37 ?
  3513. # [20:51] * Quits: grobinson|laptop (grob_@49EE70C6.B2B7AA57.6AA72BA7.IP) (Ping timeout)
  3514. # [20:52] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  3515. # [20:52] * Quits: KaiRo (robert@moz-8836F1A4.adsl.highway.telekom.at) (Input/output error)
  3516. # [20:52] * Joins: j^ (j@moz-ADC7F.org)
  3517. # [20:52] * Joins: gerard-majax_ (alex@moz-AE734649.rev.sfr.net)
  3518. # [20:53] <RyanVM|sheriffduty> ehsan: OOC, have you measured other platforms to see if the win is as big elsewhere?
  3519. # [20:53] * Joins: KaiRo (robert@moz-8836F1A4.adsl.highway.telekom.at)
  3520. # [20:53] * gaye is now known as gaye|lunch
  3521. # [20:55] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  3522. # [20:56] <vlad> ehsan: how do I disable unified?
  3523. # [20:57] <gps> TimAbraldes: a known issues section sounds good
  3524. # [20:57] <gps> vlad: wait a few hours and there will likely be a build flag
  3525. # [20:57] * Quits: blassey (blassey@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3526. # [20:57] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  3527. # [20:57] <gps> this is a 10 line Python patch
  3528. # [20:57] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  3529. # [20:57] <vlad> yeah
  3530. # [20:58] <vlad> (I just want to time it, for the record :)
  3531. # [20:58] <gps> ehsan just did. see dev.platform
  3532. # [20:58] <BenWa> vlad: ehsan posted it with his post to dev.platform
  3533. # [20:58] <@ehsan> RyanVM|sheriffduty: I haven't
  3534. # [20:58] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3535. # [20:59] <bholley> bsmedberg: r+
  3536. # [20:59] * juanb is now known as juanb|afk
  3537. # [20:59] * Quits: jet (jet@E908EF74.6BAC3F3B.56A6FAA.IP) (Quit: jet)
  3538. # [20:59] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3539. # [21:00] <vlad> yeah, I don't want to touch moz.build files (this is my actual tree, I'm doing some work!)
  3540. # [21:00] <vlad> where are moz.build files read?
  3541. # [21:00] * Joins: blassey (blassey@moz-BBE3ABD.mv.mozilla.com)
  3542. # [21:01] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  3543. # [21:01] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3544. # [21:02] <gps> vlad: https://ci.mozilla.org/job/mozilla-central-docs/Build_Documentation/build-overview.html
  3545. # [21:02] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3546. # [21:02] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3547. # [21:02] <gps> tl;dr config.status
  3548. # [21:02] * davidb is now known as davidb|mtg
  3549. # [21:02] * rail is now known as rail_away
  3550. # [21:03] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  3551. # [21:03] * alagenchev|afk is now known as alagenchev
  3552. # [21:06] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  3553. # [21:06] * Joins: grobinson|laptop (grob_@moz-A22BFFCA.tuxli.ch)
  3554. # [21:07] * Joins: mcsmurf (mcsmurf@moz-BD424B71.dip0.t-ipconnect.de)
  3555. # [21:08] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  3556. # [21:08] <vlad> sigh
  3557. # [21:08] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Ping timeout)
  3558. # [21:08] <vlad> our idiomatic overarchitected python is getting in the way of doing things quickly
  3559. # [21:09] <vlad> how do I nuke the contents of sandbox['UNIFIED_SOURCES']
  3560. # [21:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dcda572f9956 - Nicholas D. Matsakis - Bug 917454 - Add objectType function r=till
  3561. # [21:09] * Joins: jhlin (jolin@E2F7352.56080C53.97BBD552.IP)
  3562. # [21:09] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  3563. # [21:09] * Parts: wsmwk (chatzilla@moz-A0259CC0.cc.lehigh.edu)
  3564. # [21:09] * Quits: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net) (Quit: coop)
  3565. # [21:09] <vlad> I can't delete it, I can't assign a new StrictOrderingOnAppendList to it, I can't assign null to it
  3566. # [21:11] <gps> vlad: i'll just remove the footgun safeties so we can dig ourselves into another hole it will take 10 years to dig out of
  3567. # [21:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e889f242bb58 - Shu-yu Guo - Bug 939414 - Dump memory stats for browser-chrome. (r=ted)
  3568. # [21:11] * Quits: drno (drno@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  3569. # [21:11] * Quits: blassey (blassey@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3570. # [21:12] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  3571. # [21:12] * Joins: jfkthame (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP)
  3572. # [21:12] * Joins: jfkthame_ (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP)
  3573. # [21:13] * Joins: danieru (danieru@C39C5E56.DE1B4A7B.22E1B6C8.IP)
  3574. # [21:13] * Quits: jfkthame (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP) (Quit: Leaving)
  3575. # [21:13] * Quits: jfkthame_ (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP) (Client exited)
  3576. # [21:13] * Joins: jfkthame (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP)
  3577. # [21:13] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Connection reset by peer)
  3578. # [21:13] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  3579. # [21:13] * Joins: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net)
  3580. # [21:14] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3581. # [21:14] * Quits: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com) (Client exited)
  3582. # [21:14] <edwin> My #1 use of devtools: hiding paywalls that are merely overlays over the actual content.
  3583. # [21:14] * Joins: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com)
  3584. # [21:14] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Ping timeout)
  3585. # [21:15] * Quits: danieru (danieru@C39C5E56.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  3586. # [21:15] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  3587. # [21:15] <ttaubert> RyanVM|sheriffduty: was away, sorry you had to back out
  3588. # [21:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1b04002bea94 - Terrence Cole - Bug 940755 - Add an exact rooting suppression for AutoAssertNoGC; r=sfink
  3589. # [21:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2267eab2fde3 - Terrence Cole - Bug 940718 - Create the first safe JSContext in a GC safe location; r=bholley
  3590. # [21:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1e0009c38c50 - Ted Mielczarek - Bug 941120 - Stop running make check twice in js/src. r=gps
  3591. # [21:18] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3592. # [21:19] <RyanVM|sheriffduty> ted++
  3593. # [21:19] <@ted> told you that should be quick :)
  3594. # [21:20] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Ping timeout)
  3595. # [21:21] * @ted wonders how much time that saves
  3596. # [21:21] <RyanVM|sheriffduty> ted: I bet the ASAN builds appreciate that
  3597. # [21:21] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  3598. # [21:21] * Joins: marco (Thunderbir@moz-9307669A.retail.telecomitalia.it)
  3599. # [21:22] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  3600. # [21:22] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3601. # [21:23] * Quits: sfink (chatzilla@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3602. # [21:23] * Joins: jet (jet@538BABFE.A073F3E.97BBD552.IP)
  3603. # [21:23] * Joins: sfink_ (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  3604. # [21:23] * baku is now known as baku|away
  3605. # [21:23] * geekboy|afk is now known as geekboy
  3606. # [21:24] * sfink_ is now known as sfink
  3607. # [21:24] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Ping timeout)
  3608. # [21:24] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  3609. # [21:25] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Ping timeout)
  3610. # [21:26] <bz> mmm, so our attachment numbers are perma-big?
  3611. # [21:27] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  3612. # [21:27] <Archaeopteryx> bz: http://quotes.burntelectrons.org/7154
  3613. # [21:27] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Ping timeout)
  3614. # [21:28] <jesup> edwin: Or use HackTheWeb (extension) to blow away elements
  3615. # [21:28] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: AFK)
  3616. # [21:28] <jesup> I mostly use it to reformat junk for printing to save paper/make-readable
  3617. # [21:28] * Joins: Mossop (dtownsend@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3618. # [21:29] <jesup> or for saving copies of a page without the ad-cruft
  3619. # [21:29] * Quits: thelodger (thelodger@7CE7EE7D.732E9882.12648089.IP) (Ping timeout)
  3620. # [21:30] * geekboy is now known as geekboy|afk
  3621. # [21:30] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  3622. # [21:31] <SirSkidmore> bbondy: just got my build up and running
  3623. # [21:31] <SirSkidmore> thanks for your suggestion to just switch over to VS2010
  3624. # [21:32] <@ted> Archaeopteryx: haha oh man
  3625. # [21:32] * Joins: qui (mancha@moz-F755AA8C.org)
  3626. # [21:32] <bbondy> SirSkidmore: awesome thanks for letting me know. I updated the windows-dev-env and simple build pages to mention that you should use vs2010 as a temporary workaround.
  3627. # [21:32] <qui> test
  3628. # [21:32] <KWierso> fail
  3629. # [21:32] <dhylands> I need a reviewer for a device storage test (mochitest) which I updated. Bug 901456 - Any takers? Or suggestions for somebody to review it?
  3630. # [21:32] <qui> #firefox seems to be silenced. i can't speak there.
  3631. # [21:33] <SirSkidmore> also bbondy you're the bbondy from codefirefox.xom!
  3632. # [21:33] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3633. # [21:33] * geekboy|afk is now known as geekboy
  3634. # [21:33] <KWierso> qui: any errors?
  3635. # [21:34] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3636. # [21:34] <KWierso> oh, you have to register and identify yourself, I guess
  3637. # [21:34] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3638. # [21:34] <SirSkidmore> It's a great resource, and was definitely a motivation for me to start trying to build sources and try and contribute back
  3639. # [21:34] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3640. # [21:34] * whimboo|afk is now known as whimboo
  3641. # [21:34] * Joins: ctangira (ctangira@moz-3CECFCDB.cisco.com)
  3642. # [21:34] <bbondy> thanks for the great feedback, much appreciated and glad to hear it :)
  3643. # [21:35] <KWierso> qui: /msg NickServ REGISTER [somepassword] [youremailaddress]
  3644. # [21:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1db4516a89b1 - Gregory Szorc - Bug 924307 - Intermittent "reporter is null at abouthealth.js:27"; r=rnewman
  3645. # [21:35] <KWierso> then in the future, do /msg NickServ IDENTIFY [thatpassword] before joining #firefox and you should be good to go
  3646. # [21:35] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  3647. # [21:36] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  3648. # [21:36] <qui> KWierso, thank you for that. I'm familiar with registration from other irc networks. It's a pain :)
  3649. # [21:36] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  3650. # [21:36] * Fallen is now known as Fallen|away
  3651. # [21:37] <KWierso> qui: I think there was a bunch of spamming going on recently, so a few channels have been locked down a bit to stop it
  3652. # [21:38] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Connection reset by peer)
  3653. # [21:38] <qui> I figured that caused the change when you mentioned it. Troublemakers ruin the internet.
  3654. # [21:38] * jlund is now known as jlund|away
  3655. # [21:39] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3656. # [21:39] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  3657. # [21:40] * Quits: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net) (Quit: Leaving)
  3658. # [21:41] * Quits: simo (simo@7C76FE49.12B8EBBF.B1865714.IP) (Ping timeout)
  3659. # [21:41] * Quits: lgarner (lgarner@A6C9E818.AE2739FA.6624BF1.IP) (Ping timeout)
  3660. # [21:41] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  3661. # [21:41] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Connection reset by peer)
  3662. # [21:42] * jorendorff_away is now known as jorendorff
  3663. # [21:42] * Joins: blassey (blassey@moz-BBE3ABD.mv.mozilla.com)
  3664. # [21:43] * Joins: matthewgertner (matthewger@E05025B2.7102BCB6.B7C3970A.IP)
  3665. # [21:43] * Quits: grobinson|laptop (grob_@moz-A22BFFCA.tuxli.ch) (Ping timeout)
  3666. # [21:43] * pmoore is now known as pmoore|away
  3667. # [21:44] * Quits: till (till@88F51059.F3BBB17D.144F44FA.IP) (Client exited)
  3668. # [21:44] <@bsmedberg> What's the deal with infra bustage?
  3669. # [21:45] * Joins: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net)
  3670. # [21:45] * Quits: ctangira (ctangira@moz-3CECFCDB.cisco.com) (Quit: ctangira)
  3671. # [21:45] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: lmandel)
  3672. # [21:45] * Quits: jhammel (jhammel@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: leaving)
  3673. # [21:46] * Joins: ehugg (ehugg@moz-96F986B0.smartcity.com)
  3674. # [21:46] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  3675. # [21:46] * Quits: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net) (Ping timeout)
  3676. # [21:47] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  3677. # [21:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ea7e3169f3ff - Jonathan Kew - bug 941090 - build most of gfx/ots in unified mode. r=ehsan
  3678. # [21:47] * wlach|desktop is now known as wlach
  3679. # [21:47] * corey is now known as corey|away
  3680. # [21:48] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  3681. # [21:48] * davidb|mtg is now known as davidb
  3682. # [21:48] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  3683. # [21:49] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  3684. # [21:49] * Quits: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com) (Client exited)
  3685. # [21:49] * Joins: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com)
  3686. # [21:50] * juanb|afk is now known as juanb
  3687. # [21:50] * Quits: jfkthame (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3688. # [21:52] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3689. # [21:52] * Quits: grapenuts (chatzilla@moz-B65AF445.hfc.comcastbusiness.net) (Input/output error)
  3690. # [21:53] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3691. # [21:53] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3692. # [21:53] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3693. # [21:53] * mbrubeck reads bsmedberg's last comment in Seinfeld voice, waits for the punchline
  3694. # [21:53] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3695. # [21:53] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Client exited)
  3696. # [21:54] * Joins: rvitillo (vitillo@moz-A971A318.dyn.plus.net)
  3697. # [21:54] <dholbert> mbrubeck++
  3698. # [21:54] <dholbert> (one of Seinfeld's less-popular routines)
  3699. # [21:54] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  3700. # [21:54] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3701. # [21:54] * Parts: qui (mancha@moz-F755AA8C.org)
  3702. # [21:54] * pmoore|away is now known as pmoore
  3703. # [21:54] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Quit: pbocan)
  3704. # [21:55] <philor> Didja ever notice how when you put slaves in Amazon's dc, and masters in ours, or the other way around, you then break when the internet is what the internet is, and then break the next run on the same slave?"
  3705. # [21:55] <froydnj> probably because Seinfeld has failed to come up with a punchline
  3706. # [21:56] * Quits: barry (Barry@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  3707. # [21:56] * Joins: grapenuts (chatzilla@moz-B65AF445.hfc.comcastbusiness.net)
  3708. # [21:56] * Joins: simo (simo@232BA3B3.C543CB4A.330E81BB.IP)
  3709. # [21:57] * philor considers doing Michael Richards on hardcoded server ports, thinks better of it
  3710. # [21:57] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  3711. # [21:57] * Joins: J13R (user@moz-6FE6474.dip0.t-ipconnect.de)
  3712. # [21:58] * Joins: thelodger (thelodger@moz-BA4F2B7F.ptr.magnet.ie)
  3713. # [21:59] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  3714. # [21:59] * Joins: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP)
  3715. # [22:00] * Joins: myk1 (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3716. # [22:00] <shu> "they're glued on jerry! you think you can move em so you reach in to switch em around but you can't, jerry! you can't!"
  3717. # [22:00] * Quits: myk1 (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3718. # [22:00] * Joins: myk1 (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3719. # [22:00] * Quits: myk (myk@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  3720. # [22:00] <philor> :)
  3721. # [22:01] * pmoore is now known as pmoore|away
  3722. # [22:01] <philor> so is https://tbpl.mozilla.org/?tree=Mozilla-Inbound&showall=1&onlyunstarred=1&rev=befb8bacc65e what a reftest run looks like when it can't manage to *lose* focus?
  3723. # [22:01] * Quits: myk1 (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  3724. # [22:02] * Joins: abr (abr@moz-96F986B0.smartcity.com)
  3725. # [22:02] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Client exited)
  3726. # [22:02] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3727. # [22:02] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3728. # [22:03] * Quits: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP) (Quit: josh)
  3729. # [22:04] <nemo> hm. Firefox Download manager is saying "0 bytes" for some downloaded CSVs, even tho the on-disc size is 1,328KiB
  3730. # [22:04] <nemo> (latest nightly)
  3731. # [22:04] <froydnj> nemo: yeah, I've noticed that too
  3732. # [22:04] <froydnj> nemo: I think that happens when it can't get content-length from the server or something like that
  3733. # [22:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/828b7a8e6647 - Nathan Froyd - Bug 940426 - part 1 - properly stop observing all the sources in nsXULTemplateBuilder; r=bz
  3734. # [22:04] <nemo> huh...
  3735. # [22:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/daf343a5478c - Nathan Froyd - Bug 940426 - part 2 - don't observe xpcom-shutdown in nsXULTemplateBuilder; r=bz
  3736. # [22:04] <nemo> froydnj: but.. size is known in transit!
  3737. # [22:05] <nemo> froydnj: after all there's a progress bar and bytes downloaded
  3738. # [22:05] <nemo> that kinda seems like fail to me
  3739. # [22:05] <nemo> and ofc size on disc after
  3740. # [22:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/430d402e2c45 - Ehsan Akhgari - Follow-up to bug 936912: Fix a compiler warning
  3741. # [22:06] * bsmedberg is now known as bsmedberg-away
  3742. # [22:06] * Joins: lizzard (ehenry@8F7C287C.2D024FDB.284344F5.IP)
  3743. # [22:07] * Quits: grapenuts (chatzilla@moz-B65AF445.hfc.comcastbusiness.net) (Ping timeout)
  3744. # [22:08] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  3745. # [22:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f227660e779d - Chris Pearce - Bug 886196 - Create a PlatformDecoderModule that outputs blank frames for fuzzing/testing purposes. r=kinetik
  3746. # [22:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9d06b8bfb5ca - Chris Pearce - Bug 886196 - Import Chromium's MSE MP4 demuxer code. r=kinetik
  3747. # [22:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d8b8a8ac1d1e - Chris Pearce - Bug 886196 - Implement WMF platform decoder for FMP4 demuxer. r=padenot
  3748. # [22:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca0986418ca0 - Chris Pearce - Bug 886196 - Add pref to enable creation of fmp4 reader in DecoderTraits. Preffed of by default. r=kinetik
  3749. # [22:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/426dee2867bc - Chris Pearce - Bug 886196 - MP4 demuxing using Chromium's MP4 demuxer. No decoding yet. r=kinetik
  3750. # [22:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ebe4185ca885 - Chris Pearce - Bug 886196 - Configure option and pref for fragmented mp4 parser. r=glandium
  3751. # [22:09] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  3752. # [22:09] * Joins: jfkthame (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP)
  3753. # [22:10] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Ping timeout)
  3754. # [22:10] * Quits: abr (abr@moz-96F986B0.smartcity.com) (Quit: AFK)
  3755. # [22:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/971c64fc4e17 - Oleg Romashin - Bug 822898 - Implement pointer events. CreateEvent hack. r=ehsan
  3756. # [22:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/36431dbba2de - Oleg Romashin - Bug 822898 - Implement pointer events. Interface. r=smaug
  3757. # [22:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/384337ee73f4 - Oleg Romashin - Bug 822898 - Implement pointer events. Basic Tests. r=smaug
  3758. # [22:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/25c21fd41691 - Oleg Romashin - Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
  3759. # [22:12] <@smaug> romaxa: crossing fingers
  3760. # [22:12] * bnicholson is now known as bnicholson|pto
  3761. # [22:13] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3762. # [22:13] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3763. # [22:15] * Joins: cpearce_laptop (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3764. # [22:16] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3765. # [22:18] <romaxa> smaug: already broke them
  3766. # [22:20] * Joins: danieru (danieru@492EC478.DE1B4A7B.22E1B6C8.IP)
  3767. # [22:21] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  3768. # [22:24] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  3769. # [22:25] <felipe> \o/
  3770. # [22:25] * Quits: maikmerten (maikmerten@moz-A1CAD4D8.pools.arcor-ip.net) (Client exited)
  3771. # [22:27] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3772. # [22:27] <rstrong> nthomas: I was wondering if new stubs could be created for the current funnelcake study. See https://bugzilla.mozilla.org/show_bug.cgi?id=933847#c39
  3773. # [22:29] * Joins: njn (chatzilla@moz-BCC137C2.dyn.iinet.net.au)
  3774. # [22:29] * ChanServ sets mode: +o njn
  3775. # [22:29] * Quits: smontagu (chatzilla@moz-D0D053E4.red.bezeqint.net) (Ping timeout)
  3776. # [22:30] * Quits: danieru (danieru@492EC478.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  3777. # [22:30] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3778. # [22:32] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3779. # [22:32] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  3780. # [22:32] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: davidb)
  3781. # [22:32] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3782. # [22:32] * mattwoodrow|away is now known as mattwoodrow
  3783. # [22:33] * joduinn is now known as joduinn-afk
  3784. # [22:33] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3785. # [22:34] * Quits: geo- (geo@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  3786. # [22:34] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3787. # [22:34] * NeilAway wonders how to call js_DumpObject without a debug build
  3788. # [22:34] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3789. # [22:34] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3790. # [22:35] * Quits: armenzg_mtg (armenzg@moz-B65AF445.hfc.comcastbusiness.net) (Quit: Leaving)
  3791. # [22:35] * geekboy is now known as geekboy|afk
  3792. # [22:35] * bhearsum is now known as bhearsum|afk
  3793. # [22:35] * Quits: ehugg (ehugg@moz-96F986B0.smartcity.com) (Quit: ehugg)
  3794. # [22:35] * Joins: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net)
  3795. # [22:36] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  3796. # [22:36] * retornam is now known as retornam|mtg
  3797. # [22:36] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3798. # [22:36] * Quits: mshal (mshal@moz-B65AF445.hfc.comcastbusiness.net) (Quit: leaving)
  3799. # [22:36] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3800. # [22:36] * Joins: josh (josh@moz-698BB6AB.public.wayport.net)
  3801. # [22:36] <nthomas> rstrong: is that so that the info we return on results/problems is distinguishable ?
  3802. # [22:36] * juanb is now known as juanb|mtg
  3803. # [22:36] * rail_away is now known as rail
  3804. # [22:36] * Quits: msucan (mihai@4A4E5638.1CE56E7B.C0E37CF3.IP) (Quit: Leaving.)
  3805. # [22:36] * catlee is now known as catlee-away
  3806. # [22:37] * Quits: Archaeopteryx (itsme@moz-4A956057.cust.telecolumbus.net) (Quit: Goodbye)
  3807. # [22:37] <rstrong> nthomas: yes, we can't tell whether it is a funnelcake 26 or 28 stub or if it i a non funnelcake stub
  3808. # [22:37] * Joins: barry (Barry@moz-6FFE20E8.dsl.bell.ca)
  3809. # [22:37] * Joins: ehugg (ehugg@moz-D362FF27.cisco.com)
  3810. # [22:37] * Quits: josh (josh@moz-698BB6AB.public.wayport.net) (Quit: josh)
  3811. # [22:37] <rstrong> and with it only being served to 10% it is lost in the noise
  3812. # [22:37] * Quits: jhopkins (jhopkins@moz-B65AF445.hfc.comcastbusiness.net) (Quit: jhopkins)
  3813. # [22:38] * Joins: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP)
  3814. # [22:38] <nthomas> I don't follow how something is lost in the noise if it's part of the (one and only) signal
  3815. # [22:39] * Quits: ehugg (ehugg@moz-D362FF27.cisco.com) (Ping timeout)
  3816. # [22:39] <nthomas> anyway, yes we probably can. I'm at a workweek so I dunno the turn around time yet
  3817. # [22:39] * Joins: davidillsley_ (chatzilla@moz-5B774D66.static.cable.virginmedia.com)
  3818. # [22:40] * Quits: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com) (Ping timeout)
  3819. # [22:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68b341d7100d - Bill McCloskey - Bug 940217 - Fix error report about StopIteration promise (r=Yoric)
  3820. # [22:40] * davidillsley_ is now known as davidillsley
  3821. # [22:40] <rstrong> nthomas: with it only being served to 10% of the users and the cancellation rate being on average aroun 20% for the GEO regions we are looking at a 10% difference is not noticeable and is within the variance of day to day changes
  3822. # [22:40] <nthomas> ah, ok
  3823. # [22:40] <rstrong> 20% of total that is
  3824. # [22:41] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  3825. # [22:41] * Quits: coop (Chris@moz-B65AF445.hfc.comcastbusiness.net) (Quit: coop)
  3826. # [22:41] * jmaher is now known as jmaher|afk
  3827. # [22:42] * Quits: gerard-majax_ (alex@moz-AE734649.rev.sfr.net) (Ping timeout)
  3828. # [22:42] * Joins: till (till@moz-AE9FEABA.threembb.co.uk)
  3829. # [22:42] * Joins: ehugg (ehugg@moz-96F986B0.smartcity.com)
  3830. # [22:42] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3831. # [22:42] * peterv_ is now known as peterv
  3832. # [22:43] * geekboy|afk is now known as geekboy
  3833. # [22:43] * Joins: grobinson|laptop (grob_@F15199F9.98E6256C.576FC204.IP)
  3834. # [22:43] * Joins: squib_ (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  3835. # [22:43] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  3836. # [22:45] * nthomas is now known as nthomas|away
  3837. # [22:45] * mdas is now known as mdas|afk
  3838. # [22:46] * Quits: blassey (blassey@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3839. # [22:46] * sheppy-afk is now known as sheppy
  3840. # [22:46] * Joins: blassey (blassey@moz-BBE3ABD.mv.mozilla.com)
  3841. # [22:47] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  3842. # [22:47] * Fitzgen is now known as fitzgen
  3843. # [22:48] * Quits: RealRaven (Thunderbir@33DB5110.C9BBE766.27F80FAC.IP) (Quit: RealRaven)
  3844. # [22:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4ba49eed0460 - Olli Pettay - Bug 928535, Support WeakRef's from c++ to JSImplemented webidl objects, r=mccr8
  3845. # [22:49] * Parts: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it)
  3846. # [22:49] * Parts: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net)
  3847. # [22:49] * Joins: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it)
  3848. # [22:49] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  3849. # [22:49] * Joins: drno (drno@moz-5B507345.static.sonic.net)
  3850. # [22:50] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  3851. # [22:50] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  3852. # [22:50] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  3853. # [22:50] * Callek is now known as Callek_disconnected
  3854. # [22:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a98c8bea78c9 - Benjamin Smedberg - Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
  3855. # [22:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c0382b3638f2 - Benjamin Smedberg - Bug 672843 part B - Remove NS_ENSURE_PROPER_AGGREGATION, r=froydnj
  3856. # [22:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4ac67f3ed986 - Benjamin Smedberg - Bug 672843 part D2 - Fix the xpconnect exception code and Components.results to prefer the name NS_ERROR_ILLEGAL_VALUE over the other synonyms. Fix a few tests that
  3857. # [22:51] <firebot> rely on exception names to use exception values instead. r=bholley
  3858. # [22:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b97a8e70618 - Benjamin Smedberg - Bug 672843 part D - make NS_ERROR_INVALID_POINTER an alias of NS_ERROR_INVALID_ARG, r=froydnj
  3859. # [22:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/88b2741cd866 - Benjamin Smedberg - Bug 672843 part A - Create the new macro NS_WARN_IF and deprecate NS_ENSURE_* in favor of the explicit warning/return style. Also localize each macro so that it's
  3860. # [22:52] <firebot> debug and non-debug versions are local in the file, because that makes it easier for new contributors to understand. r=froydnj sr=jst
  3861. # [22:52] * Joins: naveed (naveed@moz-7B0110AD.mv.mozilla.com)
  3862. # [22:52] * rail is now known as rail_away
  3863. # [22:53] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  3864. # [22:53] * Quits: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3865. # [22:54] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  3866. # [22:54] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3867. # [22:55] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3868. # [22:56] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3869. # [22:56] * Quits: grobinson|laptop (grob_@F15199F9.98E6256C.576FC204.IP) (Ping timeout)
  3870. # [22:56] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3871. # [22:57] * Joins: catalinb (catalinb@moz-7443FA19.eregie.pub.ro)
  3872. # [22:58] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  3873. # [22:58] * Joins: danieru (danieru@C39C5E56.DE1B4A7B.22E1B6C8.IP)
  3874. # [22:58] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  3875. # [22:58] * Quits: squib_ (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  3876. # [22:59] <philor> RyanVM|sheriffduty: hey, neat, did metrochrome bustage land while metrochrome was busted?
  3877. # [23:00] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3878. # [23:00] <AutomatedTester> "I heard you like bustages so I landed a bustage on a bustage"
  3879. # [23:01] * Quits: josh (josh@DC98BC6D.96CB7DCC.284344F5.IP) (Quit: josh)
  3880. # [23:01] * Quits: Mossop (dtownsend@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  3881. # [23:01] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  3882. # [23:01] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3883. # [23:02] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3884. # [23:02] <froydnj> "so you can have bustage even when you backout your bustage for bustage"
  3885. # [23:02] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  3886. # [23:02] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  3887. # [23:03] * Joins: grobinson|laptop (grob_@moz-3CDC652F.torservers.net)
  3888. # [23:03] <AutomatedTester> froydnj: ++
  3889. # [23:03] * rail_away is now known as rail
  3890. # [23:03] * Quits: danieru (danieru@C39C5E56.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  3891. # [23:03] * corey|away is now known as corey
  3892. # [23:04] * Joins: danieru (danieru@C39C5E56.DE1B4A7B.22E1B6C8.IP)
  3893. # [23:04] * Quits: retornam|mtg (retornam@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  3894. # [23:04] * Quits: Jackneill (Jackneill@moz-D67F1BC0.pool.digikabel.hu) (Input/output error)
  3895. # [23:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3fd5efa062a5 - Matthew Gregan - Bug 934232 - Handle pa_stream_new failure in libcubeb's PulseAudio backend. r=padenot
  3896. # [23:05] <mbrubeck> the new metro bustage is jimm
  3897. # [23:05] * Quits: jfkthame (jfkthame@B199CAD4.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3898. # [23:06] * Quits: davidillsley (chatzilla@moz-5B774D66.static.cable.virginmedia.com) (Ping timeout)
  3899. # [23:06] <jimm> whaaat?
  3900. # [23:06] <mbrubeck> should be an easy fix
  3901. # [23:06] <jimm> oh no
  3902. # [23:06] <mbrubeck> missed a _shiftBrowserDeck in test code
  3903. # [23:06] * Joins: phantom (christian@moz-F21365C5.customer.t3.se)
  3904. # [23:06] * Quits: danieru (danieru@C39C5E56.DE1B4A7B.22E1B6C8.IP) (Ping timeout)
  3905. # [23:06] <@bsmedberg-away> FML, my MYBUGS query shows me so many bugs I wrote patches for, got reviews, and never landed :-(
  3906. # [23:06] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  3907. # [23:06] * khuey|away is now known as khuey
  3908. # [23:06] <jimm> mbrubeck: odd, a local run didn't sturn that up
  3909. # [23:06] <jimm> oh!
  3910. # [23:06] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  3911. # [23:06] <jimm> those are perf tests
  3912. # [23:06] <mbrubeck> jimm: debug build? We disable all of mochiperf and some of mochitest in debug
  3913. # [23:07] <mccr8> yeah it would be nice to have some kind of query of reviewed unlanded patches I've written
  3914. # [23:07] * whimboo is now known as whimboo|afk
  3915. # [23:07] * Quits: phantom (christian@moz-F21365C5.customer.t3.se) (Connection reset by peer)
  3916. # [23:07] * mdas|afk is now known as mdas
  3917. # [23:07] * Joins: phantom (christian@moz-F21365C5.customer.t3.se)
  3918. # [23:07] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  3919. # [23:07] * dhylands is now known as dhylands|afk
  3920. # [23:07] * Quits: surkov (surkov@13F2CEC5.7672369.D8E68FF6.IP) (Quit: surkov)
  3921. # [23:08] * Joins: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com)
  3922. # [23:08] <froydnj> bsmedberg-away: mccr8: http://harthur.github.io/bugzilla-todos/ can tell you that in a nice little interface
  3923. # [23:09] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3924. # [23:09] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3925. # [23:09] * bbondy_ is now known as bbondy
  3926. # [23:09] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  3927. # [23:09] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  3928. # [23:10] <mccr8> ah nice
  3929. # [23:10] * Quits: WG9s (bill@moz-826ABBE7.raytheon.com) (Input/output error)
  3930. # [23:11] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3931. # [23:11] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3932. # [23:11] <@bsmedberg-away> that has a little too much info...
  3933. # [23:12] * Parts: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com)
  3934. # [23:12] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  3935. # [23:12] <gps> ted: looks like double jit-test was eating ~15 minutes!
  3936. # [23:13] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3937. # [23:13] <gps> at least for EC2 linux builds
  3938. # [23:13] <froydnj> so ted gets like a month of pto for all the time he just saved, right?
  3939. # [23:13] <@ted> crazy
  3940. # [23:13] <@ted> sweet
  3941. # [23:13] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  3942. # [23:13] <@ted> cya in 2014
  3943. # [23:14] * jhammel is now known as jhammel|afk
  3944. # [23:14] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Quit: Konversation terminated!)
  3945. # [23:14] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  3946. # [23:15] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/52bab4bd7d9c - Brian Smith - Bug 707275, Part 2: Add telemetry for cipher suites and key sizes, r=keeler, a=lsblakk
  3947. # [23:15] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/228b8f395b10 - Brian Smith - Bug 707275, Part 1: Add telemetry for TLS intolerance, r=keeler, a=lsblakk
  3948. # [23:15] * Quits: ehugg (ehugg@moz-96F986B0.smartcity.com) (Quit: ehugg)
  3949. # [23:15] * gaye|lunch is now known as gaye
  3950. # [23:17] <@ehsan> BenWa: what was the bug number for the will-animate thing?
  3951. # [23:17] <BenWa> bug 940842
  3952. # [23:17] * Quits: b10n1k (j0ni@moz-9129EE4A.dsl.dyn.forthnet.gr) (Ping timeout)
  3953. # [23:17] <@ehsan> ta
  3954. # [23:17] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  3955. # [23:17] * rail is now known as rail_away
  3956. # [23:18] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  3957. # [23:20] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  3958. # [23:21] <tbsaunde> froydnj: yeah, looks like it was devirtualization, getting rid of final made it link which is kind of annoying but oh well
  3959. # [23:21] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  3960. # [23:22] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  3961. # [23:25] * Joins: Hughman (Mibbit@moz-518025CC.lnk.telstra.net)
  3962. # [23:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/66a063b14ddb - Honza Bambas - Bug 917432 - hook to webapps-clear-data notification, r=michal
  3963. # [23:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4fbc00f0d464 - Honza Bambas - Bug 935595 - NS_NOTREACHED\("unexpected request"\) @ nsHttpChannel::OnStopRequest on partially cached download, r=michal
  3964. # [23:25] * kats is now known as kats|pto-dec1
  3965. # [23:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/59edeb46f2d6 - Honza Bambas - Bug 922659 - exception from onCacheEntryCheck should cause NOT_FOUND, r=michal
  3966. # [23:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9431024691fd - Honza Bambas - Bug 934616 - fix race on use of mFile at CacheEntry::Load, r=michal
  3967. # [23:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3591be353786 - Honza Bambas - Bug 934610 - fix Assertion failure: \!EventsPending(), at CacheIOThread.cpp:172, r=michal
  3968. # [23:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2b59776ddb86 - Honza Bambas - Bug 922741 - make callbacks iteration in CacheEntry smarter, r=michal
  3969. # [23:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9ab3228988c2 - Honza Bambas - Bug 922671 - nsHttpChannel must bypass concurrent read when request is not resumable, r=michal
  3970. # [23:27] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  3971. # [23:27] * Quits: catalinb (catalinb@moz-7443FA19.eregie.pub.ro) (Client exited)
  3972. # [23:28] * Joins: Mossop (dtownsend@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3973. # [23:29] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  3974. # [23:29] * Joins: ehugg (ehugg@moz-96F986B0.smartcity.com)
  3975. # [23:30] * Quits: cpearce_laptop (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  3976. # [23:30] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3977. # [23:31] * Quits: ehugg (ehugg@moz-96F986B0.smartcity.com) (Quit: ehugg)
  3978. # [23:31] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3979. # [23:31] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3980. # [23:31] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3981. # [23:31] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  3982. # [23:31] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3983. # [23:32] * Joins: ctangira_ (ctangira@moz-3CECFCDB.cisco.com)
  3984. # [23:32] * Joins: ehugg (ehugg@moz-96F986B0.smartcity.com)
  3985. # [23:32] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3986. # [23:32] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  3987. # [23:32] * ctangira_ is now known as ctangira
  3988. # [23:33] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Ping timeout)
  3989. # [23:34] * Quits: Hughman (Mibbit@moz-518025CC.lnk.telstra.net) (Quit: http://www.mibbit.com ajax IRC Client)
  3990. # [23:34] * geekboy is now known as geekboy|afk
  3991. # [23:35] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3992. # [23:36] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3993. # [23:36] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3994. # [23:36] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3995. # [23:36] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  3996. # [23:36] * Quits: thelodger (thelodger@moz-BA4F2B7F.ptr.magnet.ie) (Ping timeout)
  3997. # [23:37] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  3998. # [23:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0a0081b34af7 - Trevor Saunders - bug 939049 - get rid of useless QIs r=smaug
  3999. # [23:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/403bb511d10b - Trevor Saunders - bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
  4000. # [23:38] * Joins: abr (abr@moz-BBE3ABD.mv.mozilla.com)
  4001. # [23:38] * Quits: Pike (chatzilla@moz-40FACD08.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  4002. # [23:38] * lightsofapollo|brb is now known as lightsofapollo
  4003. # [23:38] * Quits: spohl2 (spohl-lapt@moz-C64E768A.carolina.res.rr.com) (Ping timeout)
  4004. # [23:39] * Joins: Hughman (Mibbit@moz-518025CC.lnk.telstra.net)
  4005. # [23:39] * Joins: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net)
  4006. # [23:39] <glandium> RyanVM|sheriffduty: ehsan is getting impatient (941098)
  4007. # [23:39] <@ehsan> huh?
  4008. # [23:40] <@ehsan> oh
  4009. # [23:40] <khuey> ehsan angry
  4010. # [23:40] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  4011. # [23:40] <khuey> ehsan want mozmake
  4012. # [23:40] * Quits: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net) (Quit: Leaving...)
  4013. # [23:40] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  4014. # [23:41] <@ehsan> glandium: I don't plan to fight you over it
  4015. # [23:41] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  4016. # [23:41] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  4017. # [23:42] * Joins: dmarcos (dmarcos@moz-F7958F77.dsl.static.sonic.net)
  4018. # [23:42] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  4019. # [23:42] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  4020. # [23:42] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  4021. # [23:43] * heycam|away is now known as heycam
  4022. # [23:43] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  4023. # [23:43] <KWierso> briansmith: aurora bustage :(
  4024. # [23:43] * Joins: jduell_ (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  4025. # [23:43] <briansmith> KWierso: I just saw it
  4026. # [23:43] <briansmith> It seems like I need to uplift the patch for bug 932281 now too.
  4027. # [23:43] <briansmith> I am looking into it
  4028. # [23:43] <KWierso> okay
  4029. # [23:44] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  4030. # [23:44] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  4031. # [23:45] * Quits: shorlander (shorlander@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  4032. # [23:45] * Quits: till (till@moz-AE9FEABA.threembb.co.uk) (Client exited)
  4033. # [23:46] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  4034. # [23:46] * Quits: naveed (naveed@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  4035. # [23:48] * geekboy|afk is now known as geekboy
  4036. # [23:49] * Quits: grobinson|laptop (grob_@moz-3CDC652F.torservers.net) (Input/output error)
  4037. # [23:49] * Joins: grobinson|laptop (grob_@moz-A98407E2.torservers.net)
  4038. # [23:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c7214775e476 - Kannan Vijayan - Bug 938130 - Fix noSuchMethod invocation. r=efaust
  4039. # [23:50] * Quits: abr (abr@moz-BBE3ABD.mv.mozilla.com) (Quit: AFK)
  4040. # [23:51] * Quits: ehugg (ehugg@moz-96F986B0.smartcity.com) (Quit: ehugg)
  4041. # [23:51] * Quits: gustavold (gustavold@4DC84B90.F1297147.DF2AC62B.IP) (Ping timeout)
  4042. # [23:52] * Quits: lizzard (ehenry@8F7C287C.2D024FDB.284344F5.IP) (Ping timeout)
  4043. # [23:52] * Quits: spohl (Adium@moz-72808F94.static.hvvc.us) (Quit: Leaving.)
  4044. # [23:53] <briansmith> KWierso: https://tbpl.mozilla.org/?tree=Mozilla-Aurora&rev=4a996059df97
  4045. # [23:53] <KWierso> briansmith: yep
  4046. # [23:53] <KWierso> thanks
  4047. # [23:54] * Quits: marco (Thunderbir@moz-9307669A.retail.telecomitalia.it) (Ping timeout)
  4048. # [23:54] * Joins: marco (Thunderbir@moz-9307669A.retail.telecomitalia.it)
  4049. # [23:54] <RyanVM|sheriffduty> well, that was embarrasing
  4050. # [23:54] * RyanVM|sheriffduty got locked out of his house for 2 hours
  4051. # [23:54] * RyanVM|sheriffduty is now known as RyanVM
  4052. # [23:54] <philor> it took you *two hours* to find a rock?
  4053. # [23:54] <KWierso> did it cost you $100 to get back in like it did for me a few months back?
  4054. # [23:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/038356d89dc2 - Benoit Jacob - Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv
  4055. # [23:55] <RyanVM> heh, thankfully I have some friendly neighbors to keep me out of the cold until the wife got home :)
  4056. # [23:55] <RyanVM> anyway, sorry for the absense
  4057. # [23:55] <KWierso> and did you have to stand outside of your apartment for an hour and a half for the locksmith guy to show up while you're carrying a basket of dirtly laundry?
  4058. # [23:56] <RyanVM> glandium: ehsan: sorry :(
  4059. # [23:56] * Joins: ehugg (ehugg@moz-96F986B0.smartcity.com)
  4060. # [23:56] <RyanVM> been hard to spend time on that with the tree being such a mess lately :(
  4061. # [23:59] * Quits: bent (chatzilla@moz-7B0110AD.mv.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  4062. # Session Close: Thu Nov 21 00:00:00 2013

The end :)