Giter VIP home page Giter VIP logo

Comments (10)

bigbang489 avatar bigbang489 commented on July 21, 2024 1

Thanks for the updates. Maybe related to #149309 which has been fixed in master, so @percula and @bigbang489 please switch to latest master and re-run your scenario to confirm.

I confirm the issued was fixed in the master channel.

from flutter.

darshankawar avatar darshankawar commented on July 21, 2024
Flutter                        0x41c23c (Fehlt UUID 4c4c44aa55553144a1b885a3aa65815c)
29 Flutter                        0x2eb710 (Fehlt UUID 4c4c44aa55553144a1b885a3aa65815c)
30 Flutter                        0x2ee9f4 (Fehlt UUID 4c4c44aa55553144a1b885a3aa65815c)

Even though there are more entries, but they are missing Flutter frames, so this also essentially becomes same issue as you linked.

#146708 also mentions same stacktrace for which It seems to be similar / related to #144594. If you could provide us reproducible code or missing Flutter frames, then we can make it actionable.

from flutter.

TimBaumgart avatar TimBaumgart commented on July 21, 2024

I have not located where the issue comes from exactly, so I cannot provide reproducible code right now. I will try my best to find that out and also get the missing stack trace entries.

from flutter.

percula avatar percula commented on July 21, 2024

@TimBaumgart do you use Lottie? I have a similar stacktrace and the crash only occurs on iPads. Coincidentally, I only show the lottie animation on larger screens, so that's my hunch.

from flutter.

TimBaumgart avatar TimBaumgart commented on July 21, 2024

@TimBaumgart do you use Lottie? I have a similar stacktrace and the crash only occurs on iPads. Coincidentally, I only show the lottie animation on larger screens, so that's my hunch.

No, I do not use Lottie in my app.

from flutter.

percula avatar percula commented on July 21, 2024

@TimBaumgart I ended up finding the culprit in my app. It was an SVG image. After using SVGO to optimize the SVG, the error went away. Hope this helps in your case 🙂.

from flutter.

percula avatar percula commented on July 21, 2024

@darshankawar I've uploaded a minimum repo of my issue here: https://github.com/percula/impeller_svg_issue

Simply change line 93 of main.dart from:

        child: SvgPicture.asset("assets/images/gardening_background_shed.svg")

to

        child: SvgPicture.asset("assets/images/gardening_background_shed.min.svg")

where the first causes the impeller issue and the second one does not. This same SVG worked in previous Flutter versions.

from flutter.

bigbang489 avatar bigbang489 commented on July 21, 2024

I am having the same issue, the app crash with some SVGs. When I disable the impeller, the issue disappeared.

from flutter.

darshankawar avatar darshankawar commented on July 21, 2024

Thanks for the updates. Maybe related to #149309 which has been fixed in master, so @percula and @bigbang489 please switch to latest master and re-run your scenario to confirm.

from flutter.

github-actions avatar github-actions commented on July 21, 2024

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now.
If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones.
Thanks for your contribution.

from flutter.

Related Issues (20)

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.