38.md (17510B)
1 # #38 investigate why some cached avatars crash the client 2 3 - **State:** open 4 - **Author:** @MTRNord 5 - **Created:** 2017-11-23T20:25:39Z 6 - **Labels:** bug, to do, Important 7 - **Assignees:** @MTRNord 8 9 --- 10 11 might acutally be a bug in the image pkg of go 12 13 14 ## Comments 15 16 ### @MTRNord — 2017-11-23T20:36:45Z 17 18 ``` 19 $ ./Morpheus.exe 20 2017-11-23 21:35:51 - Starting Morpheus 21 2017-11-23 21:35:51 - Starting Auto Login Sequenze in background 22 2017-11-23 21:35:52 - Start sync 23 2017-11-23 21:35:52 - msg=Failed to GET JSON to /_matrix/client/r0/rooms/!EDuQpgunAOTYiUKIcU:matrix.org/state/m.room.name code=404 wrapped=M_NOT_FOUND: Event not found. 24 2017-11-23 21:35:52 - msg=Failed to GET JSON to /_matrix/client/r0/rooms/!EDuQpgunAOTYiUKIcU:matrix.org/state/m.room.canonical_alias code=404 wrapped=M_NOT_FOUND: Event not found. 25 2017-11-23 21:35:52 - msg=Failed to GET JSON to /_matrix/client/r0/rooms/!fitDMVZWZRNjRIvEvb:matrix.org/state/m.room.name code=404 wrapped=M_NOT_FOUND: Event not found. 26 2017-11-23 21:35:52 - msg=Failed to GET JSON to /_matrix/client/r0/rooms/!fitDMVZWZRNjRIvEvb:matrix.org/state/m.room.canonical_alias code=404 wrapped=M_NOT_FOUND: Event not found. 27 2017-11-23 21:35:52 - msg=Failed to GET JSON to /_matrix/client/r0/rooms/!FyQrGcOoVamcLcvdob:matrix.org/state/m.room.name code=404 wrapped=M_NOT_FOUND: Event not found. 28 2017-11-23 21:35:52 - msg=Failed to GET JSON to /_matrix/client/r0/rooms/!fmweAIKpbYgSAtNnmw:matrix.ffslfl.net/state/m.room.name code=404 wrapped=M_NOT_FOUND: Event not found. 29 2017-11-23 21:35:52 - msg=Failed to GET JSON to /_matrix/client/r0/rooms/!fmweAIKpbYgSAtNnmw:matrix.ffslfl.net/state/m.room.canonical_alias code=404 wrapped=M_NOT_FOUND: Event not found. 30 2017/11/23 21:35:54 load cache 31 0 32 Stefan 33 true 34 0 35 0 36 Peter Vágner 37 Exception 0xc0000005 0x0 0x18 0x1be7082 38 PC=0x1be7082 39 signal arrived during external code execution 40 41 github.com/therecipe/qt/widgets._Cfunc_QLabel_SetPixmap(0x6322270, 0x0) 42 github.com/therecipe/qt/widgets/_obj/_cgo_gotypes.go:5664 +0x48 43 github.com/therecipe/qt/widgets.(*QLabel).SetPixmap.func1(0x6322270, 0x0) 44 C:/Users/marce/go/src/github.com/therecipe/qt/widgets/widgets-minimal.go:6361 +0xaa 45 github.com/therecipe/qt/widgets.(*QLabel).SetPixmap(0xc04203d598, 0xf0b6a0, 0x0) 46 C:/Users/marce/go/src/github.com/therecipe/qt/widgets/widgets-minimal.go:6361 +0x83 47 github.com/Nordgedanken/Morpheus/ui.(*QVBoxLayoutWithTriggerSlot).NewMessage(0xc04ce54160, 0xc04cd2a2d0, 0x8a, 0xc0420e6180, 0xc04d1ab040, 0x13, 0x15fe50c44c1, 0xc04cd180d0, 0x8ca400, 0x5fed252, ...) 48 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/messageList.go:100 +0x7c2 49 github.com/Nordgedanken/Morpheus/ui.(*MainUI).NewUI.func3(0xc04cd2a2d0, 0x8a, 0xc04d1ab040, 0x13, 0x15fe50c44c1) 50 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/MainUI.go:142 +0xad 51 github.com/Nordgedanken/Morpheus/ui.callbackQVBoxLayoutWithTriggerSlot_TriggerMessage(0x5ff6050, 0x6367da2, 0x8a, 0x5fed252, 0x13, 0x15fe50c44c1) 52 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/moc.go:841 +0xfc 53 github.com/Nordgedanken/Morpheus/ui._cgoexpwrap_cde1b6ea5d44_callbackQVBoxLayoutWithTriggerSlot_TriggerMessage(0x5ff6050, 0x6367da2, 0x8a, 0x5fed252, 0x13, 0x15fe50c44c1) 54 github.com/Nordgedanken/Morpheus/ui/_obj/_cgo_gotypes.go:1941 +0x64 55 github.com/Nordgedanken/Morpheus/ui._Cfunc_QVBoxLayoutWithTriggerSlot_EventDefault(0x5ff6050, 0x6216aa0, 0x0) 56 github.com/Nordgedanken/Morpheus/ui/_obj/_cgo_gotypes.go:899 +0x51 57 github.com/Nordgedanken/Morpheus/ui.(*QVBoxLayoutWithTriggerSlot).EventDefault.func1(0x5ff6050, 0x6216aa0, 0x6216aa0) 58 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/moc.go:1395 +0xaa 59 github.com/Nordgedanken/Morpheus/ui.(*QVBoxLayoutWithTriggerSlot).EventDefault(0xc04ce54160, 0xf084a0, 0xc0476f6f20, 0x5) 60 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/moc.go:1395 +0x9b 61 github.com/Nordgedanken/Morpheus/ui.callbackQVBoxLayoutWithTriggerSlot_Event(0x5ff6050, 0x6216aa0, 0xc000000008) 62 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/moc.go:1390 +0x158 63 github.com/Nordgedanken/Morpheus/ui._cgoexpwrap_cde1b6ea5d44_callbackQVBoxLayoutWithTriggerSlot_Event(0x5ff6050, 0x6216aa0, 0x1344601) 64 github.com/Nordgedanken/Morpheus/ui/_obj/_cgo_gotypes.go:2222 +0x3c 65 github.com/therecipe/qt/widgets._Cfunc_QApplication_QApplication_Exec(0x0) 66 github.com/therecipe/qt/widgets/_obj/_cgo_gotypes.go:1378 +0x50 67 github.com/therecipe/qt/widgets.QApplication_Exec(0xc04cd18010) 68 C:/Users/marce/go/src/github.com/therecipe/qt/widgets/widgets-minimal.go:1402 +0x29 69 main.main() 70 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/main.go:192 +0x977 71 72 goroutine 5 [syscall]: 73 os/signal.signal_recv(0x0) 74 C:/Go/src/runtime/sigqueue.go:131 +0xad 75 os/signal.loop() 76 C:/Go/src/os/signal/signal_unix.go:22 +0x29 77 created by os/signal.init.0 78 C:/Go/src/os/signal/signal_unix.go:28 +0x48 79 80 goroutine 6 [chan receive]: 81 main.main.func1(0xc0420404e0) 82 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/main.go:32 +0x3b 83 created by main.main 84 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/main.go:31 +0x12f 85 86 goroutine 7 [select]: 87 github.com/dgraph-io/badger.(*DB).updateSize(0xc042280000, 0xc0420cd200) 88 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:856 +0x1d3 89 created by github.com/dgraph-io/badger.Open 90 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:245 +0xa9a 91 92 goroutine 421 [select]: 93 github.com/dgraph-io/badger.(*levelsController).runWorker(0xc042114070, 0xc047706120) 94 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:187 +0x1e9 95 created by github.com/dgraph-io/badger.(*levelsController).startCompact 96 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:172 +0x89 97 98 goroutine 416 [select]: 99 net/http.(*persistConn).roundTrip(0xc04cd1f440, 0xc047830810, 0x0, 0x0, 0x0) 100 C:/Go/src/net/http/transport.go:1970 +0x60f 101 net/http.(*Transport).RoundTrip(0xf5a340, 0xc04cffa000, 0xf5a340, 0x0, 0x0) 102 C:/Go/src/net/http/transport.go:413 +0x999 103 net/http.send(0xc04cffa000, 0xf08de0, 0xf5a340, 0x0, 0x0, 0x0, 0xc0476f6078, 0x100, 0xc042039b38, 0x1) 104 C:/Go/src/net/http/client.go:249 +0x1b0 105 net/http.(*Client).send(0xfc0240, 0xc04cffa000, 0x0, 0x0, 0x0, 0xc0476f6078, 0x0, 0x1, 0x3e5acd0) 106 C:/Go/src/net/http/client.go:173 +0x104 107 net/http.(*Client).Do(0xfc0240, 0xc04cffa000, 0xc, 0xa1dfc6, 0x10) 108 C:/Go/src/net/http/client.go:602 +0x294 109 github.com/matrix-org/gomatrix.(*Client).MakeRequest(0xc0420e6180, 0xa1616f, 0x3, 0xc04cff6160, 0x15a, 0x0, 0x0, 0x91a960, 0xc0476f6038, 0x0, ...) 110 C:/Users/marce/go/src/github.com/matrix-org/gomatrix/client.go:204 +0x218 111 github.com/matrix-org/gomatrix.(*Client).SyncRequest(0xc0420e6180, 0x7530, 0x0, 0x0, 0xc047702328, 0x3, 0x0, 0x0, 0x0, 0xc042072210, ...) 112 C:/Users/marce/go/src/github.com/matrix-org/gomatrix/client.go:270 +0x201 113 github.com/matrix-org/gomatrix.(*Client).Sync(0xc0420e6180, 0xc047727fb0, 0x1) 114 C:/Users/marce/go/src/github.com/matrix-org/gomatrix/client.go:132 +0x152 115 github.com/Nordgedanken/Morpheus/ui.(*MainUI).startSync.func2(0xc04cd120b0, 0xc04ce5e120) 116 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/MainUI.go:326 +0x91 117 created by github.com/Nordgedanken/Morpheus/ui.(*MainUI).startSync 118 C:/Users/marce/go/src/github.com/Nordgedanken/Morpheus/ui/MainUI.go:322 +0x39f 119 120 goroutine 534 [IO wait]: 121 internal/poll.runtime_pollWait(0x57a4d80, 0x72, 0x0) 122 C:/Go/src/runtime/netpoll.go:173 +0x5e 123 internal/poll.(*pollDesc).wait(0xc04cfdc158, 0x72, 0xf06500, 0x0, 0x0) 124 C:/Go/src/internal/poll/fd_poll_runtime.go:85 +0xb5 125 internal/poll.(*ioSrv).ExecIO(0xfbe330, 0xc04cfdc018, 0xa37840, 0xc04ce5e2f0, 0xc0475b6400, 0x6fc23ac00) 126 C:/Go/src/internal/poll/fd_windows.go:195 +0x13a 127 internal/poll.(*FD).Read(0xc04cfdc000, 0xc04d008400, 0x400, 0x400, 0x0, 0x0, 0x0) 128 C:/Go/src/internal/poll/fd_windows.go:439 +0x266 129 net.(*netFD).Read(0xc04cfdc000, 0xc04d008400, 0x400, 0x400, 0xc0477178b0, 0x57a4ef, 0xfbf4e0) 130 C:/Go/src/net/fd_windows.go:151 +0x59 131 net.(*conn).Read(0xc0476f6088, 0xc04d008400, 0x400, 0x400, 0x0, 0x0, 0x0) 132 C:/Go/src/net/net.go:176 +0x74 133 crypto/tls.(*block).readFromUntil(0xc047830ab0, 0x57a4fc0, 0xc0476f6088, 0x5, 0xc0476f6088, 0x0) 134 C:/Go/src/crypto/tls/conn.go:488 +0x9c 135 crypto/tls.(*Conn).readRecord(0xc042268380, 0xa37f17, 0xc0422684a0, 0x0) 136 C:/Go/src/crypto/tls/conn.go:590 +0xe7 137 crypto/tls.(*Conn).Read(0xc042268380, 0xc04d164000, 0x1000, 0x1000, 0x0, 0x0, 0x0) 138 C:/Go/src/crypto/tls/conn.go:1134 +0x117 139 net/http.(*persistConn).Read(0xc04ce4c5a0, 0xc04d164000, 0x1000, 0x1000, 0x0, 0x0, 0xc047717b68) 140 C:/Go/src/net/http/transport.go:1391 +0x147 141 bufio.(*Reader).fill(0xc047603da0) 142 C:/Go/src/bufio/bufio.go:97 +0x121 143 bufio.(*Reader).Peek(0xc047603da0, 0x1, 0xc0421ba540, 0xc047717c80, 0x0, 0x0, 0x0) 144 C:/Go/src/bufio/bufio.go:129 +0x41 145 net/http.(*persistConn).readLoop(0xc04ce4c5a0) 146 C:/Go/src/net/http/transport.go:1539 +0x18c 147 created by net/http.(*Transport).dialConn 148 C:/Go/src/net/http/transport.go:1186 +0xa35 149 150 goroutine 420 [select]: 151 github.com/dgraph-io/badger.(*levelsController).runWorker(0xc042114070, 0xc047706120) 152 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:187 +0x1e9 153 created by github.com/dgraph-io/badger.(*levelsController).startCompact 154 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:172 +0x89 155 156 goroutine 519 [IO wait]: 157 internal/poll.runtime_pollWait(0x57a4c00, 0x72, 0x0) 158 C:/Go/src/runtime/netpoll.go:173 +0x5e 159 internal/poll.(*pollDesc).wait(0xc04cfdc5d8, 0x72, 0xf06500, 0x0, 0x0) 160 C:/Go/src/internal/poll/fd_poll_runtime.go:85 +0xb5 161 internal/poll.(*ioSrv).ExecIO(0xfbe330, 0xc04cfdc498, 0xa37840, 0x0, 0x3f3, 0xc04d018405) 162 C:/Go/src/internal/poll/fd_windows.go:195 +0x13a 163 internal/poll.(*FD).Read(0xc04cfdc480, 0xc04d018400, 0x400, 0x400, 0x0, 0x0, 0x0) 164 C:/Go/src/internal/poll/fd_windows.go:439 +0x266 165 net.(*netFD).Read(0xc04cfdc480, 0xc04d018400, 0x400, 0x400, 0xc04d1c817e, 0xc042268000, 0x3da0d50) 166 C:/Go/src/net/fd_windows.go:151 +0x59 167 net.(*conn).Read(0xc04ce640e0, 0xc04d018400, 0x400, 0x400, 0x0, 0x0, 0x0) 168 C:/Go/src/net/net.go:176 +0x74 169 crypto/tls.(*block).readFromUntil(0xc04ce4eab0, 0x57a4fc0, 0xc04ce640e0, 0x5, 0xc04ce640e0, 0xc04e2dd2c0) 170 C:/Go/src/crypto/tls/conn.go:488 +0x9c 171 crypto/tls.(*Conn).readRecord(0xc0476fe380, 0xa37f17, 0xc0476fe4a0, 0x42fcb2) 172 C:/Go/src/crypto/tls/conn.go:590 +0xe7 173 crypto/tls.(*Conn).Read(0xc0476fe380, 0xc04d1c8000, 0x1000, 0x1000, 0x0, 0x0, 0x0) 174 C:/Go/src/crypto/tls/conn.go:1134 +0x117 175 net/http.(*persistConn).Read(0xc0420837a0, 0xc04d1c8000, 0x1000, 0x1000, 0xc04d156310, 0xc0421ba6b8, 0x453a30) 176 C:/Go/src/net/http/transport.go:1391 +0x147 177 bufio.(*Reader).fill(0xc047704a80) 178 C:/Go/src/bufio/bufio.go:97 +0x121 179 bufio.(*Reader).Peek(0xc047704a80, 0x1, 0x0, 0x0, 0x1, 0xc042021b00, 0x0) 180 C:/Go/src/bufio/bufio.go:129 +0x41 181 net/http.(*persistConn).readLoop(0xc0420837a0) 182 C:/Go/src/net/http/transport.go:1539 +0x18c 183 created by net/http.(*Transport).dialConn 184 C:/Go/src/net/http/transport.go:1186 +0xa35 185 186 goroutine 535 [select]: 187 net/http.(*persistConn).writeLoop(0xc04ce4c5a0) 188 C:/Go/src/net/http/transport.go:1759 +0x16c 189 created by net/http.(*Transport).dialConn 190 C:/Go/src/net/http/transport.go:1187 +0xa5a 191 192 goroutine 422 [chan receive]: 193 github.com/dgraph-io/badger.(*DB).flushMemtable(0xc042280300, 0xc047706140, 0x0, 0x0) 194 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:751 +0x101 195 created by github.com/dgraph-io/badger.Open 196 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:257 +0xc48 197 198 goroutine 51 [select]: 199 github.com/dgraph-io/badger.(*DB).doWrites(0xc042280300, 0xc0420cc5e0) 200 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:610 +0x481 201 created by github.com/dgraph-io/badger.Open 202 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:301 +0x10f4 203 204 goroutine 129 [chan receive]: 205 github.com/dgraph-io/badger.(*valueLog).waitOnGC(0xc042280128, 0xc0420cc6c0) 206 C:/Users/marce/go/src/github.com/dgraph-io/badger/value.go:981 +0x68 207 created by github.com/dgraph-io/badger.Open 208 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:304 +0x115a 209 210 goroutine 418 [select]: 211 github.com/dgraph-io/badger.(*DB).updateSize(0xc042280300, 0xc0420cc7c0) 212 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:856 +0x1d3 213 created by github.com/dgraph-io/badger.Open 214 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:245 +0xa9a 215 216 goroutine 411 [select]: 217 github.com/dgraph-io/badger.(*levelsController).runWorker(0xc0476f4000, 0xc047706300) 218 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:187 +0x1e9 219 created by github.com/dgraph-io/badger.(*levelsController).startCompact 220 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:172 +0x89 221 222 goroutine 412 [select]: 223 github.com/dgraph-io/badger.(*levelsController).runWorker(0xc0476f4000, 0xc047706300) 224 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:187 +0x1e9 225 created by github.com/dgraph-io/badger.(*levelsController).startCompact 226 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:172 +0x89 227 228 goroutine 413 [select]: 229 github.com/dgraph-io/badger.(*levelsController).runWorker(0xc0476f4000, 0xc047706300) 230 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:187 +0x1e9 231 created by github.com/dgraph-io/badger.(*levelsController).startCompact 232 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:172 +0x89 233 234 goroutine 414 [chan receive]: 235 github.com/dgraph-io/badger.(*DB).flushMemtable(0xc042280000, 0xc047706320, 0x0, 0x0) 236 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:751 +0x101 237 created by github.com/dgraph-io/badger.Open 238 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:257 +0xc48 239 240 goroutine 61 [IO wait]: 241 internal/poll.runtime_pollWait(0x57a4f00, 0x72, 0x0) 242 C:/Go/src/runtime/netpoll.go:173 +0x5e 243 internal/poll.(*pollDesc).wait(0xc042080818, 0x72, 0xf06500, 0x0, 0x0) 244 C:/Go/src/internal/poll/fd_poll_runtime.go:85 +0xb5 245 internal/poll.(*ioSrv).ExecIO(0xfbe330, 0xc0420806d8, 0xa37840, 0x0, 0x3ff3, 0xc04ce68005) 246 C:/Go/src/internal/poll/fd_windows.go:195 +0x13a 247 internal/poll.(*FD).Read(0xc0420806c0, 0xc04ce68000, 0x4000, 0x4000, 0x0, 0x0, 0x0) 248 C:/Go/src/internal/poll/fd_windows.go:439 +0x266 249 net.(*netFD).Read(0xc0420806c0, 0xc04ce68000, 0x4000, 0x4000, 0xc04cd8317e, 0xc042032700, 0x3da0d50) 250 C:/Go/src/net/fd_windows.go:151 +0x59 251 net.(*conn).Read(0xc04797a118, 0xc04ce68000, 0x4000, 0x4000, 0x0, 0x0, 0x0) 252 C:/Go/src/net/net.go:176 +0x74 253 crypto/tls.(*block).readFromUntil(0xc04cd1c810, 0x57a4fc0, 0xc04797a118, 0x5, 0xc04797a118, 0x0) 254 C:/Go/src/crypto/tls/conn.go:488 +0x9c 255 crypto/tls.(*Conn).readRecord(0xc042033180, 0xa37f17, 0xc0420332a0, 0x42fcb2) 256 C:/Go/src/crypto/tls/conn.go:590 +0xe7 257 crypto/tls.(*Conn).Read(0xc042033180, 0xc04cd83000, 0x1000, 0x1000, 0x0, 0x0, 0x0) 258 C:/Go/src/crypto/tls/conn.go:1134 +0x117 259 net/http.(*persistConn).Read(0xc04cd1f440, 0xc04cd83000, 0x1000, 0x1000, 0xc04200a0d0, 0xc0421ba478, 0x453a30) 260 C:/Go/src/net/http/transport.go:1391 +0x147 261 bufio.(*Reader).fill(0xc0475db680) 262 C:/Go/src/bufio/bufio.go:97 +0x121 263 bufio.(*Reader).Peek(0xc0475db680, 0x1, 0x0, 0x0, 0x1, 0xc04ce66300, 0x0) 264 C:/Go/src/bufio/bufio.go:129 +0x41 265 net/http.(*persistConn).readLoop(0xc04cd1f440) 266 C:/Go/src/net/http/transport.go:1539 +0x18c 267 created by net/http.(*Transport).dialConn 268 C:/Go/src/net/http/transport.go:1186 +0xa35 269 270 goroutine 62 [select]: 271 net/http.(*persistConn).writeLoop(0xc04cd1f440) 272 C:/Go/src/net/http/transport.go:1759 +0x16c 273 created by net/http.(*Transport).dialConn 274 C:/Go/src/net/http/transport.go:1187 +0xa5a 275 276 goroutine 52 [chan receive]: 277 github.com/dgraph-io/badger.(*valueLog).waitOnGC(0xc042280428, 0xc0420cc600) 278 C:/Users/marce/go/src/github.com/dgraph-io/badger/value.go:981 +0x68 279 created by github.com/dgraph-io/badger.Open 280 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:304 +0x115a 281 282 goroutine 128 [select]: 283 github.com/dgraph-io/badger.(*DB).doWrites(0xc042280000, 0xc0420cc6a0) 284 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:610 +0x481 285 created by github.com/dgraph-io/badger.Open 286 C:/Users/marce/go/src/github.com/dgraph-io/badger/db.go:301 +0x10f4 287 288 goroutine 419 [select]: 289 github.com/dgraph-io/badger.(*levelsController).runWorker(0xc042114070, 0xc047706120) 290 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:187 +0x1e9 291 created by github.com/dgraph-io/badger.(*levelsController).startCompact 292 C:/Users/marce/go/src/github.com/dgraph-io/badger/levels.go:172 +0x89 293 294 goroutine 520 [select]: 295 net/http.(*persistConn).writeLoop(0xc0420837a0) 296 C:/Go/src/net/http/transport.go:1759 +0x16c 297 created by net/http.(*Transport).dialConn 298 C:/Go/src/net/http/transport.go:1187 +0xa5a 299 rax 0x0 300 rbx 0x63043c0 301 rcx 0x0 302 rdi 0x0 303 rsi 0x1be7080 304 rbp 0xa00000002 305 rsp 0x125b148 306 r8 0x3 307 r9 0x125b380 308 r10 0x0 309 r11 0x8101010101010100 310 r12 0x2 311 r13 0x0 312 r14 0x6322270 313 r15 0x2430d60 314 rip 0x1be7082 315 rflags 0x10246 316 cs 0x33 317 fs 0x53 318 gs 0x2b 319 ``` 320