Skip to content

Instantly share code, notes, and snippets.

@MStrecke
Created August 3, 2014 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MStrecke/8cd6dab12711b62f769d to your computer and use it in GitHub Desktop.
Save MStrecke/8cd6dab12711b62f769d to your computer and use it in GitHub Desktop.
Syncthing-android-crash 20140804
08-04 00:46:34.880 387 430 I ActivityManager: Displayed com.nutomic.syncthingandroid/.gui.MainActivity: +874ms (total +4m43s579ms)
08-04 00:46:35.020 4269 4284 W PostTask: Failed to call Rest API at http://127.0.0.1:8080/rest/shutdown
08-04 00:46:35.020 4269 4284 W PostTask: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:8080 refused
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:183)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:465)
08-04 00:46:35.020 4269 4284 W PostTask: at com.nutomic.syncthingandroid.syncthing.PostTask.doInBackground(PostTask.java:44)
08-04 00:46:35.020 4269 4284 W PostTask: at com.nutomic.syncthingandroid.syncthing.PostTask.doInBackground(PostTask.java:17)
08-04 00:46:35.020 4269 4284 W PostTask: at android.os.AsyncTask$2.call(AsyncTask.java:287)
08-04 00:46:35.020 4269 4284 W PostTask: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
08-04 00:46:35.020 4269 4284 W PostTask: at java.util.concurrent.FutureTask.run(FutureTask.java:137)
08-04 00:46:35.020 4269 4284 W PostTask: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
08-04 00:46:35.020 4269 4284 W PostTask: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
08-04 00:46:35.020 4269 4284 W PostTask: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
08-04 00:46:35.020 4269 4284 W PostTask: at java.lang.Thread.run(Thread.java:856)
08-04 00:46:35.020 4269 4284 W PostTask: Caused by: java.net.ConnectException: failed to connect to /127.0.0.1 (port 8080): connect failed: ECONNREFUSED (Connection refused)
08-04 00:46:35.020 4269 4284 W PostTask: at libcore.io.IoBridge.connect(IoBridge.java:114)
08-04 00:46:35.020 4269 4284 W PostTask: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:192)
08-04 00:46:35.020 4269 4284 W PostTask: at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:460)
08-04 00:46:35.020 4269 4284 W PostTask: at java.net.Socket.connect(Socket.java:832)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:119)
08-04 00:46:35.020 4269 4284 W PostTask: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:144)
08-04 00:46:35.020 4269 4284 W PostTask: ... 15 more
08-04 00:46:35.020 4269 4284 W PostTask: Caused by: libcore.io.ErrnoException: connect failed: ECONNREFUSED (Connection refused)
08-04 00:46:35.020 4269 4284 W PostTask: at libcore.io.Posix.connect(Native Method)
08-04 00:46:35.020 4269 4284 W PostTask: at libcore.io.BlockGuardOs.connect(BlockGuardOs.java:85)
08-04 00:46:35.020 4269 4284 W PostTask: at libcore.io.IoBridge.connectErrno(IoBridge.java:127)
08-04 00:46:35.020 4269 4284 W PostTask: at libcore.io.IoBridge.connect(IoBridge.java:112)
08-04 00:46:35.020 4269 4284 W PostTask: ... 20 more
08-04 00:46:59.830 4269 4288 I SyncthingNativeCode: panic: runtime error: invalid memory address or nil pointer dereference
08-04 00:46:59.840 4269 4288 I SyncthingNativeCode: [signal 0xb code=0x1 addr=0x0 pc=0x222f80]
08-04 00:46:59.840 4269 4288 I SyncthingNativeCode: goroutine 1 [running]:
08-04 00:46:59.840 4269 4288 I SyncthingNativeCode: runtime.panic(0x3c1430, 0x900c80)
08-04 00:46:59.840 4269 4288 I SyncthingNativeCode: /usr/lib/go/src/pkg/runtime/panic.c:266 +0x134
08-04 00:46:59.840 4269 4288 I SyncthingNativeCode: sync/atomic.addUint64(0x50782180, 0x1, 0x0, 0x1, 0x0)
08-04 00:46:59.840 4269 4288 I SyncthingNativeCode: /usr/lib/go/src/pkg/sync/atomic/64bit_arm.go:31 +0x78
08-04 00:46:59.840 4269 4288 I SyncthingNativeCode: github.com/syndtr/goleveldb/leveldb.(*session).allocFileNum(0x50782180, 0x0, 0x0)
08-04 00:46:59.850 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:108 +0x58
08-04 00:46:59.850 4269 4288 I SyncthingNativeCode: github.com/syndtr/goleveldb/leveldb.(*session).newManifest(0x50782180, 0x0, 0x0, 0x0, 0x0)
08-04 00:46:59.850 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:172 +0x38
08-04 00:46:59.850 4269 4288 I SyncthingNativeCode: github.com/syndtr/goleveldb/leveldb.(*session).create(0x50782180, 0x505cf0a0, 0x505cf001)
08-04 00:46:59.860 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:93 +0x3c
08-04 00:46:59.860 4269 4288 I SyncthingNativeCode: github.com/syndtr/goleveldb/leveldb.Open(0x403a2258, 0x506dfbc0, 0x0, 0x0, 0x4039b740, ...)
08-04 00:46:59.860 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:158 +0x158
08-04 00:46:59.860 4269 4288 I SyncthingNativeCode: github.com/syndtr/goleveldb/leveldb.OpenFile(0x506df840, 0x33, 0x0, 0x0, 0x0, ...)
08-04 00:46:59.860 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:189 +0x94
08-04 00:46:59.860 4269 4288 I SyncthingNativeCode: main.main()
08-04 00:46:59.870 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:237 +0x1598
08-04 00:46:59.870 4269 4288 I SyncthingNativeCode: goroutine 4 [select]:
08-04 00:46:59.870 4269 4288 I SyncthingNativeCode: github.com/syncthing/syncthing/events.(*Subscription).Poll(0x50718fe0, 0xf8475800, 0xd, 0x0, 0x0, ...)
08-04 00:46:59.870 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/events/events.go:157 +0x334
08-04 00:46:59.870 4269 4288 I SyncthingNativeCode: github.com/syncthing/syncthing/events.(*BufferedSubscription).pollingLoop(0x505faba0)
08-04 00:46:59.870 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/events/events.go:189 +0x40
08-04 00:46:59.880 4269 4288 I SyncthingNativeCode: created by github.com/syncthing/syncthing/events.NewBufferedSubscription
08-04 00:46:59.880 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/events/events.go:183 +0x190
08-04 00:46:59.880 4269 4288 I SyncthingNativeCode: goroutine 5 [chan receive]:
08-04 00:46:59.880 4269 4288 I SyncthingNativeCode: main.trackCPUUsage()
08-04 00:46:59.880 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/cmd/syncthing/gui_unix.go:22 +0x124
08-04 00:46:59.890 4269 4288 I SyncthingNativeCode: created by main.init·2
08-04 00:46:59.890 4249 4264 D DlnaPrflSrvc: dlna profile 4
08-04 00:46:59.890 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/cmd/syncthing/gui_unix.go:15 +0x3c
08-04 00:46:59.890 4269 4288 I SyncthingNativeCode: goroutine 7 [chan receive]:
08-04 00:46:59.890 4269 4288 I SyncthingNativeCode: main.saveConfigLoop(0x5077e2c0, 0x38)
08-04 00:46:59.890 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:651 +0x48
08-04 00:46:59.890 4269 4288 I SyncthingNativeCode: created by main.main
08-04 00:46:59.900 4269 4288 I SyncthingNativeCode: /home/felix/golang/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:237 +0xffc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment