-
Notifications
You must be signed in to change notification settings - Fork 492
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
Crash of Kapacitor 1.0.0 on Windows x64 #916
Comments
I've got exactly the same problem running kapacitor v 1.1.0 on a windows 7 host. |
I can confirm that I also still have the bug on Windows 10 x64. |
Exact same issue here |
Mostly the same on Windows 7 x64 2017/05/17 14:51:59 No configuration provided, using default settings goroutine 134 [running]: |
…s now more windows friendly
…s now more windows friendly
I think we can close this as duplicate of #902 |
Agreed, thanks |
…s now more windows friendly
…s now more windows friendly
Hi,
I am more than happy that you finally provide (I know: non supported) Windows binaries.
I installed Kapacitor 1.0.0, followed the Getting Started guide.
My first simple tick script looks like this:
when doing the test run, as described in the getting started using
kapacitor record stream -task cpu_alert -duration 20s
I reliably get the following crash:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x48 pc=0x59bff6]
goroutine 80 [running]:
panic(0xd81ae0, 0xc08200a070)
/usr/local/go/src/runtime/panic.go:481 +0x3f4
github.com/influxdata/kapacitor/services/replay.(_Service).doRecordStream(0xc0821ec6e0, 0xc0823a5ce0, 0x24, 0x0, 0x0, 0xecf6ee40f,
0x31496778, 0x1486c60, 0xc08223ac00, 0x1, ...)
/root/go/src/github.com/influxdata/kapacitor/services/replay/service.go:1240 +0x136
github.com/influxdata/kapacitor/services/replay.(_Service).handleRecordStream.func1(0xc0821a2700, 0xc0821ec6e0, 0xc082231a80, 0xc082231fc0, 0xc0823a5ce0, 0x24, 0xc0822a42a0, 0x55, 0x0, 0x0, ...)
/root/go/src/github.com/influxdata/kapacitor/services/replay/service.go:612 +0x156
created by github.com/influxdata/kapacitor/services/replay.(*Service).handleRecordStream
/root/go/src/github.com/influxdata/kapacitor/services/replay/service.go:614 +0x705
I guess this might be a bug in Kapacitor 1.0.0. Is there any chance that I can provide more information so that you can hunt this bug?
The text was updated successfully, but these errors were encountered: