Re: Nightly *very* crashy on OSX

2013-04-22 Thread Alex Keybl
To hopefully close the loop on this, 860438 – Remove custom cx-stack munging 
scattered around Gecko was backed out to resolve the crash in 863646 – Start up 
crash in nsContentUtils::GetCurrentJSContext in profile manager (-p , 
-profilemanager, always ask at startup).

That leaves the crash regression in 864125 – crash in 
js::ion::DoTypeMonitorFallback, which is still occurring in the most recent 
Nightly build (from my look at crash-stats). Including Naveed here.

-Alex

On Apr 21, 2013, at 6:55 AM, Axel Hecht l...@mozilla.com wrote:

 Hi,
 
 I'm having a very crashy nightly, uptime below an hour, not really bound to a 
 site.
 
 Might be https://bugzilla.mozilla.org/show_bug.cgi?id=864125, but I've 
 experienced a bunch of crashes, all with pretty non-existing stack traces of 
 no or one frame.
 
 bp-48ad9b29-145f-49ec-b282-5538f2130421   4/21/13 3:27 PM
 bp-bea9322a-ab85-4586-8f26-bfbcb2130421   4/21/13 2:45 PM
 bp-b3b43fa7-4c37-4f92-8d17-c82802130420   4/20/13 10:59 PM
 bp-7e7f70e9-85c9-4fd2-a2d6-31c892130420   4/20/13 8:34 PM
 bp-3faed1dd-98bb-4448-997b-db6f22130420   4/20/13 8:16 PM
 bp-5440caa0-7ebc-48e2-bd15-7fcf12130416   4/17/13 12:44 AM
 bp-3dbd9606-7d63-4a90-957a-98f772130416   4/17/13 12:32 AM
 bp-2b7ac91d-1110-4780-9370-89a372130416   4/17/13 12:31 AM
 
 Any ideas?
 
 Axel
 ___
 dev-platform mailing list
 dev-platform@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-platform

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Nightly *very* crashy on OSX

2013-04-22 Thread Kannan Vijayan


There are a whole bunch of arguments-object related crashes showing up 
that I think are related to my push over the weekend which enabled 
arguments-object support in Ion.  I'm working on resolving these 
quickly.  :decoder seems to have generated a nice fuzz bug in debug mode 
that's simple and reproduces reliably, and I'm expecting that to lead to 
a fix.


Working on it as fast as I can.

Kannan

On 13-04-22 12:37 PM, Alex Keybl wrote:

To hopefully close the loop on this, 860438 – Remove custom cx-stack munging 
scattered around Gecko was backed out to resolve the crash in 863646 – Start up 
crash in nsContentUtils::GetCurrentJSContext in profile manager (-p , 
-profilemanager, always ask at startup).

That leaves the crash regression in 864125 – crash in 
js::ion::DoTypeMonitorFallback, which is still occurring in the most recent 
Nightly build (from my look at crash-stats). Including Naveed here.

-Alex

On Apr 21, 2013, at 6:55 AM, Axel Hecht l...@mozilla.com wrote:


Hi,

I'm having a very crashy nightly, uptime below an hour, not really bound to a 
site.

Might be https://bugzilla.mozilla.org/show_bug.cgi?id=864125, but I've 
experienced a bunch of crashes, all with pretty non-existing stack traces of no 
or one frame.

bp-48ad9b29-145f-49ec-b282-5538f2130421 4/21/13 3:27 PM
bp-bea9322a-ab85-4586-8f26-bfbcb2130421 4/21/13 2:45 PM
bp-b3b43fa7-4c37-4f92-8d17-c82802130420 4/20/13 10:59 PM
bp-7e7f70e9-85c9-4fd2-a2d6-31c892130420 4/20/13 8:34 PM
bp-3faed1dd-98bb-4448-997b-db6f22130420 4/20/13 8:16 PM
bp-5440caa0-7ebc-48e2-bd15-7fcf12130416 4/17/13 12:44 AM
bp-3dbd9606-7d63-4a90-957a-98f772130416 4/17/13 12:32 AM
bp-2b7ac91d-1110-4780-9370-89a372130416 4/17/13 12:31 AM

Any ideas?

Axel
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Nightly *very* crashy on OSX

2013-04-21 Thread Axel Hecht

Hi,

I'm having a very crashy nightly, uptime below an hour, not really bound 
to a site.


Might be https://bugzilla.mozilla.org/show_bug.cgi?id=864125, but I've 
experienced a bunch of crashes, all with pretty non-existing stack 
traces of no or one frame.


bp-48ad9b29-145f-49ec-b282-5538f2130421 4/21/13 3:27 PM
bp-bea9322a-ab85-4586-8f26-bfbcb2130421 4/21/13 2:45 PM
bp-b3b43fa7-4c37-4f92-8d17-c82802130420 4/20/13 10:59 PM
bp-7e7f70e9-85c9-4fd2-a2d6-31c892130420 4/20/13 8:34 PM
bp-3faed1dd-98bb-4448-997b-db6f22130420 4/20/13 8:16 PM
bp-5440caa0-7ebc-48e2-bd15-7fcf12130416 4/17/13 12:44 AM
bp-3dbd9606-7d63-4a90-957a-98f772130416 4/17/13 12:32 AM
bp-2b7ac91d-1110-4780-9370-89a372130416 4/17/13 12:31 AM

Any ideas?

Axel
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Nightly *very* crashy on OSX

2013-04-21 Thread David Ascher
Mine is crashing on startup.  Can't even get to profile chooser dialog.


On Sun, Apr 21, 2013 at 6:55 AM, Axel Hecht l...@mozilla.com wrote:

 Hi,

 I'm having a very crashy nightly, uptime below an hour, not really bound
 to a site.

 Might be 
 https://bugzilla.mozilla.org/**show_bug.cgi?id=864125https://bugzilla.mozilla.org/show_bug.cgi?id=864125,
 but I've experienced a bunch of crashes, all with pretty non-existing stack
 traces of no or one frame.

 bp-48ad9b29-145f-49ec-b282-**5538f2130421 4/21/13 3:27 PM
 bp-bea9322a-ab85-4586-8f26-**bfbcb2130421 4/21/13 2:45 PM
 bp-b3b43fa7-4c37-4f92-8d17-**c82802130420 4/20/13 10:59 PM
 bp-7e7f70e9-85c9-4fd2-a2d6-**31c892130420 4/20/13 8:34 PM
 bp-3faed1dd-98bb-4448-997b-**db6f22130420 4/20/13 8:16 PM
 bp-5440caa0-7ebc-48e2-bd15-**7fcf12130416 4/17/13 12:44 AM
 bp-3dbd9606-7d63-4a90-957a-**98f772130416 4/17/13 12:32 AM
 bp-2b7ac91d-1110-4780-9370-**89a372130416 4/17/13 12:31 AM

 Any ideas?

 Axel
 __**_
 dev-platform mailing list
 dev-platform@lists.mozilla.org
 https://lists.mozilla.org/**listinfo/dev-platformhttps://lists.mozilla.org/listinfo/dev-platform

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform