sourcegraph/thyme

[Windows] thyme track panics

Olreich opened this issue · 1 comments

Using Windows 10 Home 32-bit. Running thyme track panics. Here is what I get as output:

Exception 0xc0000005 0x1 0x431895 0x767db924
PC=0x767db924
signal arrived during cgo execution

syscall.(_Proc).Call(0x118c2960, 0x11909ac8, 0x1, 0x1, 0x8, 0x118c2954, 0x0, 0x0)
c:/go/src/syscall/dll_windows.go:130 +0x12c
syscall.(_LazyProc).Call(0x118f7cc0, 0x11909ac8, 0x1, 0x1, 0x118c2940, 0x8, 0x0, 0x0)
c:/go/src/syscall/dll_windows.go:279 +0x5f
github.com/sourcegraph/thyme.getWindowID(0x10062, 0x118c2954, 0x7)
D:/go/src/github.com/sourcegraph/thyme/windows.go:59 +0x65
github.com/sourcegraph/thyme.func┬╖002(0x10062, 0x378, 0x8feac)
D:/go/src/github.com/sourcegraph/thyme/windows.go:95 +0x21d
syscall.(_Proc).Call(0x118c2910, 0x11909d14, 0x2, 0x2, 0x562ac0, 0x118f7fe0, 0x0, 0x0)
c:/go/src/syscall/dll_windows.go:132 +0x27b
syscall.(_LazyProc).Call(0x118f7c60, 0x11909d14, 0x2, 0x2, 0x1d01f0, 0x774713f0, 0x0, 0x0)
c:/go/src/syscall/dll_windows.go:279 +0x5f
github.com/sourcegraph/thyme.(_WindowsTracker).Snap(0x67ac08, 0x67ac08, 0x0, 0x0)
D:/go/src/github.com/sourcegraph/thyme/windows.go:110 +0x273
main.(_TrackCmd).Execute(0x672e90, 0x118f7e40, 0x0, 0x3, 0x0, 0x0)
D:/go/src/github.com/sourcegraph/thyme/cmd/thyme/main.go:40 +0x96
github.com/jessevdk/go-flags.(_Parser).ParseArgs(0x118c4a50, 0x118c7768, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0)
D:/go/src/github.com/jessevdk/go-flags/parser.go:314 +0x8c0
github.com/jessevdk/go-flags.(_Parser).Parse(0x118c4a50, 0x0, 0x0, 0x0, 0x0, 0x0)
D:/go/src/github.com/jessevdk/go-flags/parser.go:185 +0x8d
main.func┬╖002(0x0, 0x0)
D:/go/src/github.com/sourcegraph/thyme/cmd/thyme/main.go:141 +0x3a
main.main()
D:/go/src/github.com/sourcegraph/thyme/cmd/thyme/main.go:148 +0x25
eax 0x1674
ebx 0x119099f0
ecx 0x8fdc8
edx 0x774713f0
edi 0x10062
esi 0x431895
ebp 0x8fde0
esp 0x8fdd8
eip 0x767db924
eflags 0x10246
cs 0x1b
fs 0x3b
gs 0x0

Deleting everything and reinstalling fixed it.