-
Notifications
You must be signed in to change notification settings - Fork 105
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
Kernel panic when Tempesta starts with an error in the config file #418
Comments
To reproduce the issue, the following configuration file is causing the kernel crash with the above trace.
Tempesta gives the following output in console when it starts, but then the kernel crashes with the above trace.
|
This issue depends on #254. The primary reason for this bug appearance is that When Tempesta stops it executes When Also, a different scenario may occur. A connect to a back end server is initiated when Tempesta starts. If there's an error in the configuration file then Tempesta stops and releases resources, as described above. But at the same time connect completes, and
|
The crash is fixed in #676 . However, it appears that #65 isn't fixed at all. The sample configuration file
Produces wrong output (note that the actual error is at 4th line):
So I reopen #65. |
Fixed in 2027734 |
There's an error in
tempesta_fw.conf
file - thelisten
option is listed twice. When Tempesta starts we get kernel panic:The text was updated successfully, but these errors were encountered: