looong stacktrace, infinite recursion in Merge Operator ? · Issue #1894 · ReactiveX/RxJava · GitHub
Skip to content

looong stacktrace, infinite recursion in Merge Operator ? #1894

Description

@YannRobert

I found the following block, repeated 29 times in my console.
I do not have the beginning of the stacktrace as my console buffer was obviously too short, and the application logger did not print it in the log file for some reason.

    at rx.internal.operators.OperatorMap$1.onCompleted(OperatorMap.java:43) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:475) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.access$700(OperatorMerge.java:93) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeProducer.request(OperatorMerge.java:510) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.Subscriber.request(Subscriber.java:110) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.drainQueuesIfNeeded(OperatorMerge.java:310) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:457) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.onCompleted(OperatorMerge.java:438) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMap$1.onCompleted(OperatorMap.java:43) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:475) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.access$700(OperatorMerge.java:93) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeProducer.request(OperatorMerge.java:510) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.Subscriber.request(Subscriber.java:110) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.drainQueuesIfNeeded(OperatorMerge.java:310) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.drainAndComplete(OperatorMerge.java:457) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]
    at rx.internal.operators.OperatorMerge$MergeSubscriber.onCompleted(OperatorMerge.java:438) ~[rxjava-1.0.0-rc.12.jar:1.0.0-rc.12]

At that point I don't have any other input about this.

Do you think if may be a problem in RxJava ? or the application code ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions