Giter Club home page Giter Club logo

Comments (6)

DerAndereAndi avatar DerAndereAndi commented on August 18, 2024

Could you provide us the stack traces of the crashing threads for those cases that you got?

from crashprobe.

DerAndereAndi avatar DerAndereAndi commented on August 18, 2024

Oh just in case, did you build with release configuration or debug? Those will show different release due to compiler optimizations. Please make sure to test with the release build configuration to have comparable data.

from crashprobe.

robertjpayne avatar robertjpayne commented on August 18, 2024

I definitely archived it and installed over the air.

from crashprobe.

robertjpayne avatar robertjpayne commented on August 18, 2024

Ok I'm double checking these, I may have missed the class name differences

from crashprobe.

DerAndereAndi avatar DerAndereAndi commented on August 18, 2024

Please check the annotations and compare with the content of the Expected Report Details box. These are not accurate.

  1. For the Objective-C Exception the result should be:

    -[CRLCrashObjCException crash] (CRLCrashObjCException.m:41)
    -[CRLDetailViewController doCrash] (CRLDetailViewController.m:53)
    

    Your report shows:

    -[CRLCrashGarbage category] (CRLCrashGarbage.m:41)
    -[CRLDetailViewController doCrash] (CRLDetailViewController.m:53)
    

    Frame 0 in that list shows the wrong class and method and file! This is wrong.

  2. For Released Object the result should be:

    -[CRLCrashReleasedObject crash]_block_invoke (CRLCrashReleasedObject.m:51)
    -[CRLCrashReleasedObject crash] (CRLCrashReleasedObject.m:49)
    -[CRLDetailViewController doCrash] (CRLDetailViewController.m:53)
    

    Your result shows:

    __31-[CRLCrashReleasedObject crash]_block_invoke (CRLCrashReleasedObject.m:51)
    __31-[CRLCrashReleasedObject crash]_block_invoke (CRLCrashReleasedObject.m:49)
    -[CRLDetailViewController doCrash] (CRLDetailViewController.m:53)
    

    Frame 1 in that list is wrong. This is not a block call, only frame 0 is a block.

  3. For Bad Pointer the result should be:

    -[CRLCrashGarbage crash] (CRLCrashGarbage.m:52)
    -[CRLDetailViewController doCrash] (CRLDetailViewController.m:53)
    

    Your result shows:

    -[CRLCrashGarbage crash] (CRLCrashGarbage.m:52)
    -[CRLCrashGarbage crash] (CRLCrashGarbage.m:41)
    -[CRLDetailViewController doCrash] (CRLDetailViewController.m:53)
    

    Frame 1 in that list is completely wrong. That call does not exist.

from crashprobe.

robertjpayne avatar robertjpayne commented on August 18, 2024

Yea going back through missed the subtle details, while line numbers turned out ok looks like other pieces were not 100% accurate.

from crashprobe.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.