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

21703191: UIKit SIGSEGV crash on [UIViewAnimationState animationForLayer:forKey:forView:] #470

Open
openradar-mirror opened this issue Aug 3, 2015 · 0 comments

Comments

@openradar-mirror
Copy link

Description

App crashed

Steps to Reproduce:
Unable to reproduce.

Expected Results:
App shouldn't crash.

Actual Results:
App crashed with the following stack trace.

{
"StackTrace" : [
"#0 Inpatient 0X000000010012E5CC +[Logging signalHandler:]",
"#1 Inpatient 0X0000000100106A50 -[NSURL portByScheme]",
"#2 libsystem_platform.dylib 0X00000001948F095C _sigtramp()",
"#3 UIKit 0X00000001875FEAD8 -[UIViewAnimationState animationForLayer:forKey:forView:]",
"#4 UIKit 0X000000018736DDF4 -[UIViewAnimationState actionForLayer:forKey:forView:]",
"#5 UIKit 0X0000000187331FEC -[UIView actionForLayer:forKey:]",
"#6 QuartzCore 0X0000000186C7D378 -[CALayer actionForKey:]",
"#7 QuartzCore 0X0000000186C7292C ()",
"#8 QuartzCore 0X0000000186C72798 ()",
"#9 QuartzCore 0X0000000186C74B18 ()",
"#10 QuartzCore 0X0000000186C74A1C -[CALayer setPosition:]",
"#11 QuartzCore 0X0000000186C749AC -[CALayer setFrame:]",
"#12 UIKit 0X0000000187331BD8 -[UIView setFrame:]",
"#13 UIKit 0X00000001873462B8 -[UIImageView _setViewGeometry:forMetric:]",
"#14 UIKit 0X000000018757EDA0 -[UISlider createThumbViewNeue]",
"#15 MediaPlayer 0X0000000184BFB8B4 -[MPVolumeSlider createThumbView]",
"#16 UIKit 0X000000018757E3D4 -[UISlider _initSubviews]",
"#17 UIKit 0X000000018757E078 -[UISlider layoutSubviews]",
"#18 MediaPlayer 0X0000000184BFC128 -[MPVolumeSlider layoutSubviews]",
"#19 UIKit 0X0000000187335760 -[UIView layoutSublayersOfLayer:]",
"#20 QuartzCore 0X0000000186C7DE1C -[CALayer layoutSublayers]",
"#21 QuartzCore 0X0000000186C78884 ()",
"#22 UIKit 0X0000000187349F94 -[UIView layoutBelowIfNeeded]",
"#23 UIKit 0X000000018734F830 -[UISlider setValue:animated:]",
"#24 MediaPlayer 0X0000000184BFC92C -[MPVolumeSlider volumeController:volumeValueDidChange:]",
"#25 MediaPlayer 0X0000000184C6FA00 -[MPVolumeController updateVolumeValue]",
"#26 MediaPlayer 0X0000000184BFC284 -[MPVolumeSlider didMoveToSuperview]",
"#27 UIKit 0X00000001873342BC -[UIView _postMovedFromSuperview:]",
"#28 UIKit 0X00000001873400B0 -[UIView _addSubview:positioned:relativeTo:]",
"#29 MediaPla

Version:
iOS 8.3

Notes:
Crash occurred on client device, no more information other than the crash log.

Configuration:
iPhone 5

Product Version: 8.3
Created: 2015-07-07T14:12:58.862530
Originated: 2015-07-07T00:00:00
Open Radar Link: http://www.openradar.me/21703191

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

No branches or pull requests

1 participant