Skip to content

Fatal Exception: java.lang.InternalError: Thread starting during runtime shutdown #433

Open
@alla2040

Description

@alla2040

I have this crash from many users of my app via Fabric:

Fatal Exception: java.lang.InternalError: Thread starting during runtime shutdown
at java.lang.Thread.nativeCreate(Thread.java)
at java.lang.Thread.start(Thread.java:1063)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:921)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1328)
at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:584)
at io.socket.thread.EventThread.nextTick(EventThread.java:71)
at io.socket.thread.EventThread.exec(EventThread.java:52)
at io.socket.engineio.client.transports.WebSocket$1.onFailure(WebSocket.java:136)
at okhttp3.internal.ws.RealWebSocket.readerErrorClose(RealWebSocket.java:217)
at okhttp3.internal.ws.RealWebSocket.readMessage(RealWebSocket.java:100)
at okhttp3.ws.WebSocketCall.createWebSocket(WebSocketCall.java:152)
at okhttp3.ws.WebSocketCall.access$000(WebSocketCall.java:41)
at okhttp3.ws.WebSocketCall$1.onResponse(WebSocketCall.java:97)
at okhttp3.RealCall$AsyncCall.execute(RealCall.java:133)
at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:33)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)

OS: Android

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions