|
|
发表于
2026-8-2 10:48:10
来自手机
|
显示全部楼层
来自 贵州
好好修补一下 SOMCP crash report
Time: 2026-08-02 10:47:32.634 +0800
Version: 1.0.0 (10)
Process: com.xuanxingnihe (28285)
Thread: DefaultDispatcher-worker-2
Android: 16 (SDK 36)
Device: Xiaomi 25102RKBEC
ABI: arm64-v8a
Exception
=========
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:442)
at sun.nio.ch.Net.bind(Net.java:434)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at io.ktor.network.sockets.ConnectUtilsJvmKt.tcpBind(ConnectUtilsJvm.kt:35)
at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:58)
at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:38)
at io.ktor.server.cio.backend.HttpServerKt$httpServer$acceptJob$1.invokeSuspend(HttpServer.kt:46)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:798)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [LazyStandaloneCoroutine{Cancelling}@36db3dd, Dispatchers.IO]
Recent application logs
=======================
10:47:30.189 I RizinNativeEngine: librz_native load OK
10:47:30.333 I RizinNativeEngine: ghidra pluginDir=/data/app/~~jDLPvnPttZg7zjclvLUL7w==/com.xuanxingnihe-dG4GVCz7b1emMY_gFfN7xg==/lib/arm64 sleighHome=/data/user/0/com.xuanxingnihe/files/rizin/plugins/rz_ghidra_sleigh sla=147 ldefs=52 ok=true
10:47:30.334 I SOMCP initialized (toolStatsPersist=true)
10:47:32.569 I NativeEngine backend -> rizin
10:47:32.631 E Failed to start MCP server: LazyStandaloneCoroutine is cancelling
10:47:32.632 I MCP server started on 0.0.0.0:8000/mcp
10:47:32.634 I Foreground service destroyed |
|