-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic "already released" in leveldb #2100
Comments
Unfortunately the log is truncated, the relevant parts are missing. If you could capture logs with ADB while the crash occurs that'd be great. Also might be related to https://forum.syncthing.net/t/how-to-safely-downgrade-on-android/22616/23 |
Please check if there are no logs inside |
This is full log from files folder:
|
Initial log I got from syncthing crash dialog. I did't truncate it. Syncthing having issues starting / syncing files on my device A LOT. Usually I had to restart syncthing few times using app Restart button, Force Stop android app few times before scything begins. That something new with recent (year-two) updates. I just now start to investigate it. |
I didn't mean to say you truncated it. The logs being truncated in that dialog is a known issue. We just need the full trace to see what's happening, no chance to diagnose it otherwise. And good to know, so it's not new on 1.27.10. Just to set expectations: I'd be surprised if any remedy comes out of it then. If you have crashes for a long time that happen often but not always, that's either a local issue (your device/setup) or otherwise super hard to debug. |
I guess saying about how long I've been experience issues with syncthing is not helpful. Since old issues can be fixed and new issues arrived. I had issues I didn't investigate. Because I hopped it would be fixed next update, next update and so on. But now we have what we have.
I try pay more attention to it since I have android coding / debugging experience. |
Oh my.. I never seen such a long crash report 360kb.. Here it is.... |
The formatting is quite weird and there's duplication, no idea why. This seems to be the relevant bits:
Looked for that panic and it seems like that would go off if certain operations happen after the DB is closed. And the stacktraces show that we aren't closing the DB, syncthing is just running normally. So yeah, no idea what's going on. |
Maybe I can explain what happened here. Syncthing started normally and finished sync. Then I clicked 'Restart' to reproduce the issues and on a first try I got a crash. So it could be held by previous instance. But I have no idea why single restart took 360K of crash logs and errors. |
LineageOS 18.1 (Android 11) I'm having issues with 1.27.10 as well and discovered this thread. The app eventually wouldn't let me access the options, and the log was blank so I had to reinstall a few minutes ago. Upon launching the app or restarting the server from within the app, the server seems to be crash about a minute later. Here are the logs after a reinstall. Syncting Log (exported from app)--------- beginning of main [09-03 18](tel:09-03 18):42:[35.126](tel:35.126) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:789](http://server.go:789/) +0x1f0 fp=0x[92525](tel:92525)d3c sp=0x[92525](tel:92525)d0c pc=0xb35f[391](tel:391)c [09-03 18](tel:09-03 18):42:[35.127](tel:35.127) W/SyncthingNativeCode([32608](tel:32608)): bufio.(*Reader).fill(0x92e[723](tel:723)f0) [09-03 18](tel:09-03 18):42:[35.127](tel:35.127) W/SyncthingNativeCode([32608](tel:32608)): bufio/[bufio.go:110](http://bufio.go:110/) +0x10c fp=0x[92525](tel:92525)d60 sp=0x[92525](tel:92525)d3c pc=0xb33c77d0 [09-03 18](tel:09-03 18):42:[35.128](tel:35.128) W/SyncthingNativeCode([32608](tel:32608)): bufio.(*Reader).Peek(0x92e[723](tel:723)f0, 0x4) [09-03 18](tel:09-03 18):42:[35.128](tel:35.128) W/SyncthingNativeCode([32608](tel:32608)): bufio/[bufio.go:148](http://bufio.go:148/) +0x70 fp=0x[92525](tel:92525)d6c sp=0x[92525](tel:92525)d60 pc=0xb33c[7980](tel:7980) [09-03 18](tel:09-03 18):42:[35.129](tel:35.129) W/SyncthingNativeCode([32608](tel:32608)): net/http.(*conn).serve(0x92e00c60, {0xb3f0e[910](tel:910), 0x[927](tel:927)ce[990](tel:990)}) [09-03 18](tel:09-03 18):42:[35.130](tel:35.130) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:2074](http://server.go:2074/) +0x8ac fp=0x[92525](tel:92525)fdc sp=0x[92525](tel:92525)d6c pc=0xb35f9e34 [09-03 18](tel:09-03 18):42:[35.131](tel:35.131) W/SyncthingNativeCode([32608](tel:32608)): net/http.(*Server).Serve.gowrap3() [09-03 18](tel:09-03 18):42:[35.132](tel:35.132) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:3285](http://server.go:3285/) +0x38 fp=0x[92525](tel:92525)fec sp=0x[92525](tel:92525)fdc pc=0xb35ff[848](tel:848) [09-03 18](tel:09-03 18):42:[35.132](tel:35.132) W/SyncthingNativeCode([32608](tel:32608)): [runtime.goexit](http://runtime.goexit/)({}) [09-03 18](tel:09-03 18):42:[35.133](tel:35.133) W/SyncthingNativeCode([32608](tel:32608)): runtime/asm_arm.s:[859](tel:859) +0x4 fp=0x[92525](tel:92525)fec sp=0x[92525](tel:92525)fec pc=0xb[3302](tel:3302)c90 [09-03 18](tel:09-03 18):42:[35.134](tel:35.134) W/SyncthingNativeCode([32608](tel:32608)): created by net/http.(*Server).Serve in goroutine [162](tel:162) [09-03 18](tel:09-03 18):42:[35.135](tel:35.135) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:3285](http://server.go:3285/) +0x4c0 [09-03 18](tel:09-03 18):42:[35.135](tel:35.135) W/SyncthingNativeCode([32608](tel:32608)): [09-03 18](tel:09-03 18):42:[35.136](tel:35.136) W/SyncthingNativeCode([32608](tel:32608)): goroutine [1218](tel:1218) gp=0x92d[32008](tel:32008) m=nil [IO wait]: [09-03 18](tel:09-03 18):42:[35.137](tel:35.137) W/SyncthingNativeCode([32608](tel:32608)): [runtime.gopark](http://runtime.gopark/)(0xb3f04d74, 0x91fc05a8, 0x2, 0x2, 0x5) [09-03 18](tel:09-03 18):42:[35.137](tel:35.137) W/SyncthingNativeCode([32608](tel:32608)): runtime/[proc.go:402](http://proc.go:402/) +0x10c fp=0x[932719](tel:932719)c8 sp=0x[932719](tel:932719)b4 pc=0xb32c1b94 [09-03 18](tel:09-03 18):42:[35.138](tel:35.138) W/SyncthingNativeCode([32608](tel:32608)): [runtime.netpollblock](http://runtime.netpollblock/)(0x91fc[0598](tel:0598), 0x72, 0x0) [09-03 18](tel:09-03 18):42:[35.138](tel:35.138) W/SyncthingNativeCode([32608](tel:32608)): runtime/[netpoll.go:573](http://netpoll.go:573/) +0x[104](tel:104) fp=0x[932719](tel:932719)e0 sp=0x[932719](tel:932719)c8 pc=0xb32b8e8c [09-03 18](tel:09-03 18):42:[35.139](tel:35.139) W/SyncthingNativeCode([32608](tel:32608)): internal/poll.runtime_pollWait(0x91fc[0598](tel:0598), 0x72) [09-03 18](tel:09-03 18):42:[35.140](tel:35.140) W/SyncthingNativeCode([32608](tel:32608)): runtime/[netpoll.go:345](http://netpoll.go:345/) +0x54 fp=0x[932719](tel:932719)f4 sp=0x[932719](tel:932719)e0 pc=0xb32fd[808](tel:808) [09-03 18](tel:09-03 18):42:[35.141](tel:35.141) W/SyncthingNativeCode([32608](tel:32608)): internal/poll.(*pollDesc).wait(0x92dc0c98, 0x72, 0x0) [09-03 18](tel:09-03 18):42:[35.141](tel:35.141) W/SyncthingNativeCode([32608](tel:32608)): internal/poll/[fd_poll_runtime.go:84](http://fd_poll_runtime.go:84/) +0x30 fp=0x[93271](tel:93271)a08 sp=0x[932719](tel:932719)f4 pc=0xb[33862](tel:33862)e4 [09-03 18](tel:09-03 18):42:[35.142](tel:35.142) W/SyncthingNativeCode([32608](tel:32608)): internal/poll.(*pollDesc).waitRead(...) [09-03 18](tel:09-03 18):42:[35.143](tel:35.143) W/SyncthingNativeCode([32608](tel:32608)): internal/poll/[fd_poll_runtime.go:89](http://fd_poll_runtime.go:89/) [09-03 18](tel:09-03 18):42:[35.143](tel:35.143) W/SyncthingNativeCode([32608](tel:32608)): internal/poll.(*FD).Read(0x92dc0c80, {0x[9315](tel:9315)fb00, 0x[240](tel:240), 0x[240](tel:240)}) [09-03 18](tel:09-03 18):42:[35.144](tel:35.144) W/SyncthingNativeCode([32608](tel:32608)): internal/poll/[fd_unix.go:164](http://fd_unix.go:164/) +0x[258](tel:258) fp=0x[93271](tel:93271)a50 sp=0x[93271](tel:93271)a08 pc=0xb[33875](tel:33875)c8 [09-03 18](tel:09-03 18):42:[35.145](tel:35.145) W/SyncthingNativeCode([32608](tel:32608)): net.(*netFD).Read(0x92dc0c80, {0x[9315](tel:9315)fb00, 0x[240](tel:240), 0x[240](tel:240)}) [09-03 18](tel:09-03 18):42:[35.145](tel:35.145) W/SyncthingNativeCode([32608](tel:32608)): net/[fd_posix.go:55](http://fd_posix.go:55/) +0x38 fp=0x[93271](tel:93271)a7c sp=0x[93271](tel:93271)a50 pc=0xb34c[4640](tel:4640) [09-03 18](tel:09-03 18):42:[35.146](tel:35.146) W/SyncthingNativeCode([32608](tel:32608)): net.(*conn).Read(0x[931](tel:931)b0f48, {0x[9315](tel:9315)fb00, 0x[240](tel:240), 0x[240](tel:240)}) [09-03 18](tel:09-03 18):42:[35.146](tel:35.146) W/SyncthingNativeCode([32608](tel:32608)): net/[net.go:179](http://net.go:179/) +0x48 fp=0x[93271](tel:93271)aa8 sp=0x[93271](tel:93271)a7c pc=0xb34d60c0 [09-03 18](tel:09-03 18):42:[35.147](tel:35.147) W/SyncthingNativeCode([32608](tel:32608)): net.(*TCPConn).Read(0x[931](tel:931)b0f48, {0x[9315](tel:9315)fb00, 0x[240](tel:240), 0x[240](tel:240)}) [09-03 18](tel:09-03 18):42:[35.148](tel:35.148) W/SyncthingNativeCode([32608](tel:32608)): :1 +0x44 fp=0x[93271](tel:93271)ac8 sp=0x[93271](tel:93271)aa8 pc=0xb34ec0b4 [09-03 18](tel:09-03 18):42:[35.148](tel:35.148) W/SyncthingNativeCode([32608](tel:32608)): [github.com/syncthing/syncthing/lib/tlsutil.(*UnionedConnection).Read(0x9343af30](http://github.com/syncthing/syncthing/lib/tlsutil.(*UnionedConnection).Read(0x9343af30), {0x[9315](tel:9315)fb00, 0x[240](tel:240), 0x[240](tel:240)}) [09-03 18](tel:09-03 18):42:[35.149](tel:35.149) W/SyncthingNativeCode([32608](tel:32608)): [github.com/syncthing/syncthing/lib/tlsutil/tlsutil.go:235](http://github.com/syncthing/syncthing/lib/tlsutil/tlsutil.go:235) +0xa4 fp=0x[93271](tel:93271)ae8 sp=0x[93271](tel:93271)ac8 pc=0xb3cfad90 [09-03 18](tel:09-03 18):42:[35.150](tel:35.150) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls.(*atLeastReader).Read(0x[9343](tel:9343)af90, {0x[9315](tel:9315)fb00, 0x[240](tel:240), 0x[240](tel:240)}) [09-03 18](tel:09-03 18):42:[35.150](tel:35.150) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls/[conn.go:806](http://conn.go:806/) +0x78 fp=0x[93271](tel:93271)b14 sp=0x[93271](tel:93271)ae8 pc=0xb[352](tel:352)fbd8 [09-03 18](tel:09-03 18):42:[35.151](tel:35.151) W/SyncthingNativeCode([32608](tel:32608)): bytes.(*Buffer).ReadFrom(0x[93151](tel:93151)c8c, {0xb3f[0977](tel:0977)c, 0x[9343](tel:9343)af90}) [09-03 18](tel:09-03 18):42:[35.152](tel:35.152) W/SyncthingNativeCode([32608](tel:32608)): bytes/[buffer.go:211](http://buffer.go:211/) +0xa4 fp=0x[93271](tel:93271)b50 sp=0x[93271](tel:93271)b14 pc=0xb33c26dc [09-03 18](tel:09-03 18):42:[35.152](tel:35.152) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls.(*Conn).readFromUntil(0x[93151](tel:93151)b08, {0x91ed3e48, 0x[9343](tel:9343)af30}, 0x5) [09-03 18](tel:09-03 18):42:[35.153](tel:35.153) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls/[conn.go:828](http://conn.go:828/) +0xe0 fp=0x[93271](tel:93271)b78 sp=0x[93271](tel:93271)b50 pc=0xb[352](tel:352)fe70 [09-03 18](tel:09-03 18):42:[35.153](tel:35.153) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls.(*Conn).readRecordOrCCS(0x[93151](tel:93151)b08, 0x0) [09-03 18](tel:09-03 18):42:[35.154](tel:35.154) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls/[conn.go:626](http://conn.go:626/) +0x[140](tel:140) fp=0x[93271](tel:93271)cdc sp=0x[93271](tel:93271)b78 pc=0xb[352](tel:352)d[078](tel:078) [09-03 18](tel:09-03 18):42:[35.155](tel:35.155) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls.(*Conn).readRecord(...) [09-03 18](tel:09-03 18):42:[35.155](tel:35.155) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls/[conn.go:588](http://conn.go:588/) [09-03 18](tel:09-03 18):42:[35.156](tel:35.156) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls.(*Conn).Read(0x[93151](tel:93151)b08, {0x[92501000](tel:92501000), 0x[1000](tel:1000), 0x[1000](tel:1000)}) [09-03 18](tel:09-03 18):42:[35.157](tel:35.157) W/SyncthingNativeCode([32608](tel:32608)): crypto/tls/[conn.go:1370](http://conn.go:1370/) +0x[168](tel:168) fp=0x[93271](tel:93271)d0c sp=0x[93271](tel:93271)cdc pc=0xb[3533764](tel:3533764) [09-03 18](tel:09-03 18):42:[35.158](tel:35.158) W/SyncthingNativeCode([32608](tel:32608)): net/http.(*connReader).Read(0x92d[713](tel:713)a0, {0x[92501000](tel:92501000), 0x[1000](tel:1000), 0x[1000](tel:1000)}) [09-03 18](tel:09-03 18):42:[35.159](tel:35.159) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:789](http://server.go:789/) +0x1f0 fp=0x[93271](tel:93271)d3c sp=0x[93271](tel:93271)d0c pc=0xb35f[391](tel:391)c [09-03 18](tel:09-03 18):42:[35.160](tel:35.160) W/SyncthingNativeCode([32608](tel:32608)): bufio.(*Reader).fill(0x92e3a[150](tel:150)) [09-03 18](tel:09-03 18):42:[35.160](tel:35.160) W/SyncthingNativeCode([32608](tel:32608)): bufio/[bufio.go:110](http://bufio.go:110/) +0x10c fp=0x[93271](tel:93271)d60 sp=0x[93271](tel:93271)d3c pc=0xb33c77d0 [09-03 18](tel:09-03 18):42:[35.161](tel:35.161) W/SyncthingNativeCode([32608](tel:32608)): bufio.(*Reader).Peek(0x92e3a[150](tel:150), 0x4) [09-03 18](tel:09-03 18):42:[35.161](tel:35.161) W/SyncthingNativeCode([32608](tel:32608)): bufio/[bufio.go:148](http://bufio.go:148/) +0x70 fp=0x[93271](tel:93271)d6c sp=0x[93271](tel:93271)d60 pc=0xb33c[7980](tel:7980) [09-03 18](tel:09-03 18):42:[35.162](tel:35.162) W/SyncthingNativeCode([32608](tel:32608)): net/http.(*conn).serve(0x92e00ae0, {0xb3f0e[910](tel:910), 0x[927](tel:927)ce[990](tel:990)}) [09-03 18](tel:09-03 18):42:[35.163](tel:35.163) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:2074](http://server.go:2074/) +0x8ac fp=0x[93271](tel:93271)fdc sp=0x[93271](tel:93271)d6c pc=0xb35f9e34 [09-03 18](tel:09-03 18):42:[35.163](tel:35.163) W/SyncthingNativeCode([32608](tel:32608)): net/http.(*Server).Serve.gowrap3() [09-03 18](tel:09-03 18):42:[35.164](tel:35.164) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:3285](http://server.go:3285/) +0x38 fp=0x[93271](tel:93271)fec sp=0x[93271](tel:93271)fdc pc=0xb35ff[848](tel:848) [09-03 18](tel:09-03 18):42:[35.165](tel:35.165) W/SyncthingNativeCode([32608](tel:32608)): [runtime.goexit](http://runtime.goexit/)({}) [09-03 18](tel:09-03 18):42:[35.165](tel:35.165) W/SyncthingNativeCode([32608](tel:32608)): runtime/asm_arm.s:[859](tel:859) +0x4 fp=0x[93271](tel:93271)fec sp=0x[93271](tel:93271)fec pc=0xb[3302](tel:3302)c90 [09-03 18](tel:09-03 18):42:[35.166](tel:35.166) W/SyncthingNativeCode([32608](tel:32608)): created by net/http.(*Server).Serve in goroutine [162](tel:162) [09-03 18](tel:09-03 18):42:[35.167](tel:35.167) W/SyncthingNativeCode([32608](tel:32608)): net/http/[server.go:3285](http://server.go:3285/) +0x4c0 [09-03 18](tel:09-03 18):42:[35.167](tel:35.167) W/SyncthingNativeCode([32608](tel:32608)): [09-03 18](tel:09-03 18):42:[35.168](tel:35.168) W/SyncthingNativeCode([32608](tel:32608)): trap 0xe [09-03 18](tel:09-03 18):42:[35.168](tel:35.168) W/SyncthingNativeCode([32608](tel:32608)): error 0x5 [09-03 18](tel:09-03 18):42:[35.169](tel:35.169) W/SyncthingNativeCode([32608](tel:32608)): oldmask 0x[80001200](tel:80001200) [09-03 18](tel:09-03 18):42:[35.170](tel:35.170) W/SyncthingNativeCode([32608](tel:32608)): r0 0x0 [09-03 18](tel:09-03 18):42:[35.171](tel:35.171) W/SyncthingNativeCode([32608](tel:32608)): r1 0x0 [09-03 18](tel:09-03 18):42:[35.171](tel:35.171) W/SyncthingNativeCode([32608](tel:32608)): r2 0x[92402](tel:92402)c69 [09-03 18](tel:09-03 18):42:[35.172](tel:35.172) W/SyncthingNativeCode([32608](tel:32608)): r3 0x5ba4 [09-03 18](tel:09-03 18):42:[35.172](tel:35.172) W/SyncthingNativeCode([32608](tel:32608)): r4 0xd9b0fe99 [09-03 18](tel:09-03 18):42:[35.173](tel:35.173) W/SyncthingNativeCode([32608](tel:32608)): r5 0x0 [09-03 18](tel:09-03 18):42:[35.173](tel:35.173) W/SyncthingNativeCode([32608](tel:32608)): r6 0x[927815](tel:927815)b0 [09-03 18](tel:09-03 18):42:[35.174](tel:35.174) W/SyncthingNativeCode([32608](tel:32608)): r7 0x[107](tel:107) [09-03 18](tel:09-03 18):42:[35.175](tel:35.175) W/SyncthingNativeCode([32608](tel:32608)): r8 0x7 [09-03 18](tel:09-03 18):42:[35.175](tel:35.175) W/SyncthingNativeCode([32608](tel:32608)): r9 0xb[4555](tel:4555)c70 [09-03 18](tel:09-03 18):42:[35.176](tel:35.176) W/SyncthingNativeCode([32608](tel:32608)): r10 0x[92402](tel:92402)c68 [09-03 18](tel:09-03 18):42:[35.176](tel:35.176) W/SyncthingNativeCode([32608](tel:32608)): fp 0x9c4 [09-03 18](tel:09-03 18):42:[35.177](tel:35.177) W/SyncthingNativeCode([32608](tel:32608)): ip 0xd9a[0999](tel:0999)e [09-03 18](tel:09-03 18):42:[35.178](tel:35.178) W/SyncthingNativeCode([32608](tel:32608)): sp 0x[922](tel:922)fb0e0 [09-03 18](tel:09-03 18):42:[35.178](tel:35.178) W/SyncthingNativeCode([32608](tel:32608)): lr 0xb32c3c78 [09-03 18](tel:09-03 18):42:[35.179](tel:35.179) W/SyncthingNativeCode([32608](tel:32608)): pc 0xb32c3b9c [09-03 18](tel:09-03 18):42:[35.180](tel:35.180) W/SyncthingNativeCode([32608](tel:32608)): cpsr 0x[80070010](tel:80070010) [09-03 18](tel:09-03 18):42:[35.180](tel:35.180) W/SyncthingNativeCode([32608](tel:32608)): fault 0x0 .../Android/data/com.nutomic.syncthingandroid/syncthing.log[5MGWL] INFO: Listing network interfaces: route ip+net: netlinkrib: permission denied [5MGWL] INFO: Detected 0 NAT services [5MGWL] INFO: GUI and API listening on 127.0.0.1:8384 [5MGWL] INFO: Access the GUI via the following URL: https://127.0.0.1:8384/ [5MGWL] INFO: My name is "A0001" [5MGWL] INFO: quic://0.0.0.0:22000 detected NAT type: Port restricted NAT [5MGWL] INFO: quic://0.0.0.0:22000 resolved external address quic://161.0.154.227:22000 (via stun.syncthing.net:3478) [5MGWL] INFO: Joined relay relay://45.61.184.103:22067 fatal: morestack on gsignal [start] INFO: syncthing v1.27.10 "Gold Grasshopper" (go1.22.1 android-arm) vagrant@bookworm 2024-07-22 03:45:28 UTC [noupgrade, stguiassets, sthashing, stnoupgrade] [5MGWL] INFO: My ID: 5MGWL25-3SD2ZVK-IKYTVQF-N4NM4IN-UCJFHNR-MERE2XU-IMM4HGN-UHW63AJ [5MGWL] INFO: Hashing performance is 15.17 MB/s [5MGWL] INFO: Overall send rate is unlimited, receive rate is unlimited [5MGWL] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting [5MGWL] INFO: TCP listener ([::]:22000) starting [5MGWL] INFO: Using discovery mechanism: global discovery server https://discovery.syncthing.net/v2/?noannounce&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW [5MGWL] INFO: Using discovery mechanism: global discovery server https://discovery-v4.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW [5MGWL] INFO: Using discovery mechanism: global discovery server https://discovery-v6.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW [5MGWL] INFO: Using discovery mechanism: IPv4 local broadcast discovery on port 21027 [5MGWL] INFO: Using discovery mechanism: IPv6 local multicast discovery on address [ff12::8384]:21027 [5MGWL] INFO: Listing network interfaces: route ip+net: netlinkrib: permission denied [5MGWL] INFO: Detected 0 NAT services [5MGWL] INFO: QUIC listener ([::]:22000) starting [5MGWL] INFO: Ready to synchronize "Camera" (a0001_cj6d-photos) (sendonly) [5MGWL] INFO: GUI and API listening on 127.0.0.1:8384 [5MGWL] INFO: Access the GUI via the following URL: https://127.0.0.1:8384/ [5MGWL] INFO: My name is "A0001" [5MGWL] INFO: quic://0.0.0.0:22000 detected NAT type: Port restricted NAT [5MGWL] INFO: quic://0.0.0.0:22000 resolved external address quic://161.0.154.227:22000 (via stun.syncthing.net:3478) [5MGWL] INFO: Sent usage report (version 3) [5MGWL] INFO: Established secure connection to 7BMQVW5 at 192.168.100.203:44407-192.168.100.213:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P10-5VHRKM9JO72OEEJMM4SI1ILHNU [5MGWL] INFO: Device 7BMQVW5 client is "syncthing v1.27.9" named "" at 192.168.100.203:44407-192.168.100.213:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P10-5VHRKM9JO72OEEJMM4SI1ILHNU [5MGWL] INFO: Lost primary connection to 7BMQVW5 at 192.168.100.203:44407-192.168.100.213:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P10-5VHRKM9JO72OEEJMM4SI1ILHNU: reading length: EOF (0 remain) [5MGWL] INFO: Connection to 7BMQVW5 at 192.168.100.203:44407-192.168.100.213:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P10-5VHRKM9JO72OEEJMM4SI1ILHNU closed: reading length: EOF [5MGWL] INFO: Established secure connection to 7BMQVW5 at [::]:22000-192.168.100.213:22000/quic-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P20-5VHRKOHTUKM8KT7FG3FH9OCIPA [5MGWL] INFO: Device 7BMQVW5 client is "syncthing v1.27.9" named "" at [::]:22000-192.168.100.213:22000/quic-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P20-5VHRKOHTUKM8KT7FG3FH9OCIPA [5MGWL] INFO: Lost primary connection to 7BMQVW5 at [::]:22000-192.168.100.213:22000/quic-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P20-5VHRKOHTUKM8KT7FG3FH9OCIPA: reading length: EOF (0 remain) [5MGWL] INFO: Connection to 7BMQVW5 at [::]:22000-192.168.100.213:22000/quic-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256/LAN-P20-5VHRKOHTUKM8KT7FG3FH9OCIPA closed: reading length: EOF fatal error: malloc deadlock panic during panic |
Yours is different:
Use gzip to attach 100k logs |
@axet Should I create a new issue? |
Since syncthing become essential software and issue prevent using this app on android phone. I wrote magisk module for syncthing. Simple bash script, which download recent syncthing binary from official site and pack it for magisk module package. It runs constantly, while on wifi, and exits when device run on mobile internet. To manage the app you have to open browser at Here is a script: https://gitlab.com/axet/homebin/-/blob/debian/homebin.d/android/magisks-syncthing |
If your issue is a bug report, replace this boilerplate with a description of the problem, being sure to include at least:
Syncthing crashing almost every time I start it. Here is a log.
Version Information
crash.txt
The text was updated successfully, but these errors were encountered: