01:36:44 hi, WG9s 2.53.10b1pre builds don't include crash symbols for some reason. shouldn't those nightly builds have debug symbols included? 09:45:45 pandakekok9: I just added --disable-install-strip which it appears should correct this 09:56:20 pandakekok9: if that does not work I will backport bug 1667170 which changes things so that only PGO and Android builds are stripped by default 09:56:40 WG9s: thanks 09:57:19 but it appears that at 2.53 time if you do a mch package it strips the binaries 09:58:21 I see. I wonder how the official beta builds package the build without stripping the crash symbols... 09:59:36 which platform are you asking about? 09:59:45 linux64 10:00:18 OK I think IanN does those. I will ask him for a copy of the mozconfig 10:02:37 I set it to build 2.57 this morning to see if the mozzconfig change corrects the issue if it does not I will try also adding --disable-strip 10:03:48 from the code in toolkit/moz.configure it appears that setting --disable-install-strip implies --disable-strip also 10:04:52 if the 2.57 build ends up with an unstripped binary i will set by automated builds to run evn if no changes to the patch queue 10:05:40 perhaps i shuld alter it to build if the mozconfig file is newer than the currently osted binary 11:52:56 anyway i just pupdated all of my mozconfig files for 2.53 and 2.57 to inlcude both the --enable-debug-symbols and --disable-install-strip seems bug 1667170 fixes all of this by only doing a strip by default on PGO enabled builds so that develpoper builds do not strip binaries 15:53:23 tomman the .params in the chatzilla.properties file are now localizable but got a new name helpUsage. See Bug 1724105. If not the default is en-US which is probably fine too for most languages. 17:00:39 frg_Away: nice~