Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] iOS crashes when clipping with GeometryGroup #11514

Closed
davidortinau opened this issue Jul 22, 2020 · 3 comments · Fixed by #13008
Closed

[Bug] iOS crashes when clipping with GeometryGroup #11514

davidortinau opened this issue Jul 22, 2020 · 3 comments · Fixed by #13008
Assignees
Labels
a/shapes e/5 🕔 5 i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often in-progress This issue has an associated pull request that may resolve it! p/iOS 🍎 t/bug 🐛

Comments

@davidortinau
Copy link
Contributor

Description

This crashes at runtime on iOS only. Android and UWP are ok. If I comment out the GeometryGroups and clipping usage, it's fine.

If I put it back during a hot reload session, it displays fine. But upon recompile it crashes again. The crash message is not helpful

https://github.com/davidortinau/PersonalFinanceSample/blob/master/src/PersonalFinance/Pages/MainPage.xaml#L46

https://github.com/davidortinau/PersonalFinanceSample/blob/master/src/PersonalFinance/Pages/MainPage.xaml#L250

https://github.com/davidortinau/PersonalFinanceSample/blob/master/src/PersonalFinance/Pages/MainPage.xaml#L97

https://github.com/davidortinau/PersonalFinanceSample/blob/master/src/PersonalFinance/Pages/MainPage.xaml#L294-L314

Basic Information

  • Version with issue: 4.8 branch builds

Reproduction Link

https://github.com/davidortinau/PersonalFinanceSample

@davidortinau davidortinau added t/bug 🐛 p/iOS 🍎 s/unverified New report that has yet to be verified a/shapes labels Jul 22, 2020
@samhouts samhouts added the i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often label Jul 22, 2020
@hartez hartez added e/5 🕔 5 and removed s/unverified New report that has yet to be verified labels Jul 25, 2020
@jsuarezruiz
Copy link
Contributor

I have tested with Xamarin.Forms 4.8.0.1269 and cannot reproduce the issue. Uncommenting the GeometryGroup lines the result is:

Captura de pantalla 2020-08-10 a las 9 09 13

@jsuarezruiz jsuarezruiz self-assigned this Aug 10, 2020
@jsuarezruiz jsuarezruiz added the s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. label Aug 10, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 13, 2020
@samhouts samhouts removed this from the 5.0.0 milestone Nov 2, 2020
@jsuarezruiz
Copy link
Contributor

@davidortinau What was the GeometryGroup?, the example has changed a bit. I cannot reproduce the issue.
Captura de pantalla 2020-11-27 a las 9 34 09

@davidortinau
Copy link
Contributor Author

<GeometryGroup x:Key="RoundedBox" FillRule="Nonzero">
            <EllipseGeometry RadiusX="8" RadiusY="8" Center="8,8" />
            <EllipseGeometry RadiusX="8" RadiusY="8" Center="8,36" />
            <EllipseGeometry RadiusX="8" RadiusY="8" Center="36,8" />
            <EllipseGeometry RadiusX="8" RadiusY="8" Center="36,36" />
            <RectangleGeometry Rect="8,0,28,44"/>
            <RectangleGeometry Rect="0,8,44,28"/>
        </GeometryGroup>

@jsuarezruiz jsuarezruiz added in-progress This issue has an associated pull request that may resolve it! and removed s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. labels Dec 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/shapes e/5 🕔 5 i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often in-progress This issue has an associated pull request that may resolve it! p/iOS 🍎 t/bug 🐛
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants