Search Unity

[Windows Phone] anything special to do when analyzing a minidump?

Discussion in 'Windows' started by Frederic-My, Feb 26, 2014.

  1. Frederic-My

    Frederic-My

    Joined:
    Sep 23, 2012
    Posts:
    27
    Hi,

    I'm getting some crashes on Windows Phone 8, and trying to make sense of them. The main one has a very short call stack:

    Frame Image Function Offset
    0 coreclr ProcessCLRException 0x0000030b

    I downloaded the minidump for it from Dev Center, but looking at in in Visual Studio doesn't give me much more information. I also searched the internet for the exception type (8013150a), but that didn't really help either.

    Any tips or tricks I could try to get a bit more context?
    Thanks
     
  2. zuzzu

    zuzzu

    Joined:
    Feb 2, 2013
    Posts:
    404
    Bump. The same problem.

    Has anybody fixed that?