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

Random crash on PopupDialog , not reproducible easily. #160

Closed
shrawan2015 opened this issue Sep 4, 2017 · 12 comments
Closed

Random crash on PopupDialog , not reproducible easily. #160

shrawan2015 opened this issue Sep 4, 2017 · 12 comments

Comments

@shrawan2015
Copy link

Report

Environment

  • Mac OS version (e.g. 10.12.5): 10.12.5
  • Xcode version (e.g. 8.0): 8.3
  • PopupDialog version (e.g. 0.5.0): 0.5
  • Minimum deployment target (e.g. 9.0): 8.0
  • Language (Objective-C / Swift): swift
  • In case of Swift - Version (e.g. 3.0): 3

Dependency management

Please note: If you are using CocoaPods with Xcode 8, CocoaPods 1.1.0 is required.

  • Dependency manager (e.g. CocoaPods): CocoaPods
  • Version (e.g. 1.1.0): 1.2.0

What did you do?

Crash while using the app.

What did you expect to happen?

Do not crash

What happened instead?

App crashed while testing.

Crash reported on the crashlytics log are attached below.

crash

@mwfire
Copy link
Member

mwfire commented Sep 4, 2017

Hey there, is there any way you could send me an example project? As you mentioned, it seems not easy to reproduce and I did never hit this case while testing.

@mwfire mwfire self-assigned this Sep 5, 2017
@shrawan2015
Copy link
Author

Currently, we cannot give the client project, But I saw it again while I run the project.
If you could figure out why it is happening by below logs then it will be helpful for us.

crashimage

@mwfire
Copy link
Member

mwfire commented Sep 7, 2017

Sure, of course I was not expecting the full project, just a small example the in best case would demonstrate the issue.

FXBlurview was not done by me but is included in the lib. afaik, this crash can happen if there is problems with the underlying views.

Btw., what does the console log when crashing?

@shrawan2015
Copy link
Author

shrawan2015 commented Sep 21, 2017

We couldn't get the console log. But it is reproducing again.
Screenshot we got from analytics tool of apple.

screen shot 2017-09-21 at 16 23 56

@mwfire
Copy link
Member

mwfire commented Sep 21, 2017

This is definitely an issue with FXBlurView: nicklockwood/FXBlurView#120
I will keep an eye on this but so far I was not able to reproduce it.

@hieutnbk
Copy link

hieutnbk commented Oct 4, 2017

I hit this issue in my project when use PopupDialog to show custom content, hope this issue is fixed soon.

@mwfire
Copy link
Member

mwfire commented Oct 4, 2017

@hieutnbk So far, I cannot reproduce it. Please provide further information, that is, crash logs and most importantly: an example project showcasing this issue. Thanks a lot!

@mwfire
Copy link
Member

mwfire commented Oct 4, 2017

Also, which version of PopupDialog are you currently on?

@mwfire
Copy link
Member

mwfire commented Oct 5, 2017

@shrawan2015, @hieutnbk, do you have have liveBlur enabled? As mentioned in #167

@shrawan2015
Copy link
Author

shrawan2015 commented Oct 5, 2017

@mwfire I haven't used liveBlur. Current PopupDialog is latest on, which supports Swift-3.
i.e 'PopupDialog', '~> 0.5'

@stale
Copy link

stale bot commented Dec 1, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 1, 2017
@stale stale bot closed this as completed Dec 8, 2017
@mwfire
Copy link
Member

mwfire commented Jan 6, 2018

FXBlurView was replaced with DynamicBlurView with the latest development version and can be tested on the development branch. Just change your pod file to pod 'PopupDialog', :git => 'https://github.com/Orderella/PopupDialog.git', :branch => 'development'

Please report any findings here. Thanks for testing 👍

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

No branches or pull requests

3 participants