Giter Site home page Giter Site logo

dispose defect. about reactivecocoa HOT 6 CLOSED

reactivecocoa avatar reactivecocoa commented on March 29, 2024
dispose defect.

from reactivecocoa.

Comments (6)

joshaber avatar joshaber commented on March 29, 2024

What's the crash log look like?

from reactivecocoa.

scutdavy avatar scutdavy commented on March 29, 2024

@joshaber

2012-06-11 10:43:35.914 babyshow[3443:707] Uncaught exception: -[FamilyMemberEditController _existingTableView]: unrecognized selector sent to instance 0x6e8fb0
2012-06-11 10:43:36.137 babyshow[3443:707] Stack trace: (
    0   CoreFoundation                      0x32ae08d7 __exceptionPreprocess + 186
    1   libobjc.A.dylib                     0x3694a1e5 objc_exception_throw + 32
    2   CoreFoundation                      0x32ae3acb -[NSObject doesNotRecognizeSelector:] + 174
    3   CoreFoundation                      0x32ae2945 ___forwarding___ + 300
    4   CoreFoundation                      0x32a3d680 _CF_forwarding_prep_0 + 48
    5   UIKit                               0x3149cfc3 -[UITableViewController dealloc] + 26
    6   babyshow                            0x000ce4d7 -[PersonalSettingController dealloc] + 34
    7   babyshow                            0x002452f3 -[NSObject(RACKVOWrapper) rac_customObservableDealloc] + 278
    8   Foundation                          0x37c2cbd5 NSKVODeallocate + 60
    9   libobjc.A.dylib                     0x369460c5 _objc_rootRelease + 36
    10  UIKit                               0x313b1ea5 -[UINavigationController navigationTransitionView:didEndTransition:fromView:toView:] + 1068
    11  UIKit                               0x313b1a71 -[UINavigationTransitionView _notifyDelegateTransitionDidStopWithContext:] + 292
    12  UIKit                               0x313b178b -[UINavigationTransitionView _cleanupTransition] + 650
    13  UIKit                               0x313b14ff -[UINavigationTransitionView _navigationTransitionDidStop] + 62
    14  UIKit                               0x3136881b -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 470
    15  UIKit                               0x3136dfb9 -[UIViewAnimationState animationDidStop:finished:] + 52
    16  QuartzCore                          0x34eecba7 _ZN2CA5Layer23run_animation_callbacksEPv + 202
    17  libdispatch.dylib                   0x3739de8d _dispatch_main_queue_callback_4CF$VARIANT$up + 196
    18  CoreFoundation                      0x32ab32dd __CFRunLoopRun + 1268
    19  CoreFoundation                      0x32a364dd CFRunLoopRunSpecific + 300
    20  CoreFoundation                      0x32a363a5 CFRunLoopRunInMode + 104
    21  GraphicsServices                    0x38177fed GSEventRunModal + 156
    22  UIKit                               0x31381743 UIApplicationMain + 1090
    23  babyshow                            0x00003a57 main + 282
    24  babyshow                            0x00003228 start + 40
)

FamilyMemberEditController is the controller popup, but it seems that it call another controller's dealloc, which is a subclass of UITableViewController as
6 babyshow 0x000ce4d7 -[PersonalSettingController dealloc] + 34
thank you.

from reactivecocoa.

joshaber avatar joshaber commented on March 29, 2024

Without having your project, that doesn't necessarily look like a RAC problem... Does it work with those RAC bits commented out? Have you tried running with zombies enabled?

from reactivecocoa.

scutdavy avatar scutdavy commented on March 29, 2024

@joshaber yes, when I comment the RAC bits in either controller, there is no crash.
I will try to run with zombies enable. And I will also try to reproduce the problem in a sample project.
thanks.

from reactivecocoa.

tonyarnold avatar tonyarnold commented on March 29, 2024

I'm also seeing this exact crash on iOS. I am trying to reproduce in a sample project now.

from reactivecocoa.

tonyarnold avatar tonyarnold commented on March 29, 2024

aeb1b3f fixed this issue for me. @scutdavy, you should give the master branch another go.

from reactivecocoa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.