Skip to content

NPE in rx.subjects.AbstractSubject.emitNotification() #610

@ronanM

Description

@ronanM

The problem is describe here :

https://groups.google.com/forum/#!topic/rxjava/x6B5bim4uoE

Callstack :

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at rx.subjects.AbstractSubject.emitNotification(AbstractSubject.java:98)
at rx.subjects.AbstractSubject.emitNotification(AbstractSubject.java:116)
at rx.subjects.PublishSubject.onNext(PublishSubject.java:82)
at rx.operators.OperationMulticast$MulticastConnectableObservable$2.onNext(OperationMulticast.java:64)
at rx.operators.SynchronizedObserver.onNext(SynchronizedObserver.java:86)
at rx.operators.OperationMerge$MergeObservable$ChildObserver.onNext(OperationMerge.java:267)
at rm.rx.test.gui.GuiRx$4$1.mouseClicked(GuiRx.java:180)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions