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

EXC_BAD_ACCESS at FBWrapObjectGraphElement() #36

Open
liuzhiyi1992 opened this issue Dec 10, 2016 · 16 comments
Open

EXC_BAD_ACCESS at FBWrapObjectGraphElement() #36

liuzhiyi1992 opened this issue Dec 10, 2016 · 16 comments

Comments

@liuzhiyi1992
Copy link

2016-12-10 4 36 21

click "Retain Cycles" button and crash every time

@liuzhiyi1992
Copy link
Author

2016-12-10 4 48 57

2016-12-10 4 49 16

@liuzhiyi1992
Copy link
Author

Will not access to bad pointer Small probability

@Gricha
Copy link

Gricha commented Feb 14, 2017

Hey! Were you able to have a consistent repro? Usually this can happen randomly, but if we have consistent repro, I'm happy to look more closely. Could you possibly post an example project that repros?

Thanks for reporting!

@li8911255
Copy link

2017-05-10 2 07 35

Hope this could be useful for u.@Gricha

@hssdx
Copy link

hssdx commented Oct 27, 2017

crash

Because the 'CALayerArray' element has been released, but the wild pointer still exists, 'CALayerArray' pointer element is not strong or weak.

@RhettTamp
Copy link

My project have the same case,click "Retain Cycles" button and crash every time

@RhettTamp
Copy link

image
image
the map object may contain a pointer,so is it a bug?

@RhettTamp
Copy link

@Gricha

@RhettTamp
Copy link

it also may have a Dangling pointer

@hssdx
Copy link

hssdx commented Nov 15, 2018

it also may have a Dangling pointer

Look my answer, try it.

@bupojung
Copy link

bupojung commented Dec 5, 2018

have the same issue when click retain cycles button in the example app

@kobe1941
Copy link

same to me, it already not contains CALayerArray
image
EXC_BAD_ACCESS
image

@hssdx
Copy link

hssdx commented Mar 21, 2019

same to me, it already not contains CALayerArray
image
EXC_BAD_ACCESS
image

You should add CALayerArray, why don't you try the solution I provided?

@kobe1941
Copy link

@hssdx you mean We should add the CALayerArray?ok i will try it,
Just a misunderstanding,I thought you said don't add this
o(╯□╰)o

@hssdx
Copy link

hssdx commented Mar 21, 2019

@hssdx you mean We should add the CALayerArray?ok i will try it,
Just a misunderstanding,I thought you said don't add this
o(╯□╰)o

Omit is the meaning of ignore, need ignore the CALayerArray, so should add it at this. 😁

@lafayea
Copy link

lafayea commented Oct 22, 2019

@hssdx you mean We should add the CALayerArray?ok i will try it,
Just a misunderstanding,I thought you said don't add this
o(╯□╰)o

Omit is the meaning of ignore, need ignore the CALayerArray, so should add it at this. 😁

I had added "CALayerArray" , also crashed a few second latter when pressed "Retain Cycles" button

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants