Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenUDID crashes on iOS 6 #43

Open
lono175 opened this issue Jan 21, 2013 · 13 comments
Open

OpenUDID crashes on iOS 6 #43

lono175 opened this issue Jan 21, 2013 · 13 comments

Comments

@lono175
Copy link

lono175 commented Jan 21, 2013

I got several crash reports that indicates
At line 265 OpenUDID.m
[OpenUDID valueWithError:] causes the crash by calling
[UIPasteboard pasteboardWithName:create:]

Exception Type: EXC_BAD_ACCESS
Code: KERN_INVALID_ADDRESS at 0xc1fdd899

There are ~2% probability for the App to crash.

@zddd
Copy link

zddd commented Feb 4, 2013

same issue here. using ARC, UIPasteboard pasteboardWithName says message sent to deallocated object.

@futur
Copy link

futur commented Feb 6, 2013

@zddd hope you did implement the selective non-arc flag. I use 6.1, xc 4.6.. no issue with [OpenUDID valueWithError:] in my source. little more detail about error would help.

@zddd
Copy link

zddd commented Feb 19, 2013

@futur yes, i did set -fno-objc-arc. the crash does not occur every time, almost none while running in simulator, but much more likely to crash while running in device with iOS6.1

@joshhinman
Copy link

I'm getting this crash as well. Does anybody know what causes it? Solution?

@zddd
Copy link

zddd commented Mar 29, 2013

@joshhinman well, just a hack.. Generate OpenUDID only once, (it's saved to UserDefault) . any time u want UDID, just retrieve from UserDefault... hope helps.

@4ndrey
Copy link

4ndrey commented Apr 5, 2013

The same issue here. Any solution from author?

@MatiBot
Copy link

MatiBot commented Apr 30, 2013

Same here, any idea? anyone?

@HavenShen
Copy link

OK,i here.it's ok.
 
个人微博:http://weibo.com/havenoo


发件人: Mati Bot notifications@github.com
收件人: ylechelle/OpenUDID OpenUDID@noreply.github.com
发送日期: 2013年4月30日, 星期二, 3:48 下午
主题: Re: [OpenUDID] OpenUDID crashes on iOS 6 (#43)

Same here, any idea? anyone?

Reply to this email directly or view it on GitHub.

@kimimaro
Copy link

Got the same issue, any solutions?

@chinaxuyujian
Copy link

got the same problem,can anybody help???

@deepkpndey
Copy link

Guys, the issue is still open. Has anybody found why is it crashing, and what can be done to resolve this?

@mikemonaco
Copy link

does anyone know how to reproduce this crash?

@GrayLocus
Copy link

This issue still exists on iOS9.2.
2016-03-21 18 36 05
The debug info is:
Class _NSZombie_NSURLError is implemented in both ?? and ??. One of the two will be used. Which one is undefined.

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

No branches or pull requests