-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Description
Relevant thread dump:
java.lang.Thread.State: RUNNABLE
at java.lang.Throwable.getCause(Throwable.java:415)
- locked <0x00007f48cf6b4f20> (a java.lang.NullPointerException)
at rx.util.CompositeException.attachCallingThreadStack(CompositeException.java:87)
at rx.util.CompositeException.(CompositeException.java:42)
at rx.util.CompositeException.(CompositeException.java:51)
This is an infinite loop caused by collapsing multiple throwables together. In the presence of CompositeExceptions, we need to break out of the while-loop in CompositeException.attachCallingThreadStack on Throwables that have self-referential loops
Metadata
Metadata
Assignees
Labels
No labels