We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
damien.menanteau@gmail.com
When running tcr in solo mode, TCR crashes trying to launch the periodic reminder.
The problem exists on the following releases:
Steps to reproduce the behavior:
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x8 pc=0x9a1b0e] goroutine 51 [running]: github.com/murex/tcr/tcr-engine/timer.(*PeriodicReminder).Start(0x0) /home/runner/work/TCR/TCR/tcr-engine/timer/periodic_reminder.go:105 +0x2e github.com/murex/tcr/tcr-engine/engine.(*TcrEngine).RunAsDriver.func1() /home/runner/work/TCR/TCR/tcr-engine/engine/tcr.go:192 +0xb6 github.com/murex/tcr/tcr-engine/engine.(*TcrEngine).fromBirthTillDeath.func1() /home/runner/work/TCR/TCR/tcr-engine/engine/tcr.go:260 +0x38 gopkg.in/tomb%2ev2.(*Tomb).run(0xc0001ec0f0, 0x0) /home/runner/go/pkg/mod/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637/tomb.go:163 +0x36 created by gopkg.in/tomb%2ev2.(*Tomb).Go /home/runner/go/pkg/mod/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637/tomb.go:159 +0xf3
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x8 pc=0x9a1b0e]
goroutine 51 [running]: github.com/murex/tcr/tcr-engine/timer.(*PeriodicReminder).Start(0x0) /home/runner/work/TCR/TCR/tcr-engine/timer/periodic_reminder.go:105 +0x2e github.com/murex/tcr/tcr-engine/engine.(*TcrEngine).RunAsDriver.func1() /home/runner/work/TCR/TCR/tcr-engine/engine/tcr.go:192 +0xb6 github.com/murex/tcr/tcr-engine/engine.(*TcrEngine).fromBirthTillDeath.func1() /home/runner/work/TCR/TCR/tcr-engine/engine/tcr.go:260 +0x38 gopkg.in/tomb%2ev2.(*Tomb).run(0xc0001ec0f0, 0x0) /home/runner/go/pkg/mod/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637/tomb.go:163 +0x36 created by gopkg.in/tomb%2ev2.(*Tomb).Go /home/runner/go/pkg/mod/gopkg.in/tomb.v2@v2.0.0-20161208151619-d5d1b5820637/tomb.go:159 +0xf3
TCR should not launch any timer when running in solo mode
OS: any
Versions
Additional information
The text was updated successfully, but these errors were encountered:
[#54] fix crash when running tcr in solo mode
c10973c
3889eae
mengdaming
No branches or pull requests
Contact Details
damien.menanteau@gmail.com
Describe the bug
When running tcr in solo mode, TCR crashes trying to launch the periodic reminder.
The problem exists on the following releases:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
TCR should not launch any timer when running in solo mode
Working Environment
OS: any
Versions
Additional Context
Additional information
Code of Conduct
The text was updated successfully, but these errors were encountered: