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

EXC_BreakPoint on UIViewController.reject() #160

Closed
liujuncheng opened this issue Mar 12, 2015 · 2 comments
Closed

EXC_BreakPoint on UIViewController.reject() #160

liujuncheng opened this issue Mar 12, 2015 · 2 comments

Comments

@liujuncheng
Copy link

The demo code is here https://github.com/liujuncheng/PromiseKitViewContoller

libswiftCore.dylib`swift_dynamicCastClassUnconditional:
0x10032a4f0: cmp x0, #1
0x10032a4f4: b.lt 0x10032a528 ; swift_dynamicCastClassUnconditional + 56
0x10032a4f8: ldr x8, [x0]
0x10032a4fc: adr x9, #347084 ; swift_isaMask
0x10032a500: nop
0x10032a504: ldr x9, [x9]
0x10032a508: and x8, x9, x8
0x10032a50c: cmp x8, x1
0x10032a510: b.eq 0x10032a520 ; swift_dynamicCastClassUnconditional + 48
0x10032a514: ldr x8, [x8, #8]
0x10032a518: cbnz x8, 0x10032a50c ; swift_dynamicCastClassUnconditional + 28
0x10032a51c: b 0x10032a528 ; swift_dynamicCastClassUnconditional + 56
0x10032a520: cbz x0, 0x10032a528 ; swift_dynamicCastClassUnconditional + 56
0x10032a524: ret
0x10032a528: brk #1

@mxcl
Copy link
Owner

mxcl commented Mar 12, 2015

Apologies, I'll look into it.

@mxcl mxcl added the bug label Mar 18, 2015
@mxcl mxcl closed this as completed in 1c7fb1c Apr 7, 2015
@mxcl
Copy link
Owner

mxcl commented Apr 7, 2015

Sorry for the delay. But it's fixed now. 1.4.3 being pushed.

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

2 participants