Skip to content
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

Segmentation Fault #121

Closed
Happy2906 opened this issue Mar 9, 2021 · 3 comments
Closed

Segmentation Fault #121

Happy2906 opened this issue Mar 9, 2021 · 3 comments
Assignees
Labels

Comments

@Happy2906
Copy link

Hi,

I just tried to upgrade from release 1.4 to the latest one. When I installed files from your latest release, they work perfectly fine on their own when there are no other 3rd party plugins. As soon as I installed all 3rd party plugins which I have used in the 1.4 release the server started to crush with this fault -

./hlds_run: line 2 4134 Segmentation fault (core dumped) $HL_CMD

No matter what I do, it still crushes. I tried to use different versions of Amx Mod X but it didn't change anything. I tried reinstalling everything, disable half of my 3rd party plugins and the effect is still the same.

When I restart the server the first map works fine, but as soon as I change the map, this fault pops up.

@TheDoctor0
Copy link
Owner

If the crash only happens with 3rd party plugins, I would argue that it is caused by one of them.
There were a lot of changes between the current version and 1.4, so it's not that surprising.

To find what plugin is causing this problem, you may disable half of the 3rd party plugins. If there is a crash, disable the second half of the plugins. However, if there is not crash anymore, then enable half of those previously disabled plugins.
Then just repeat the process. Every time you will reduce the number of possible plugins and in the end, you will be left with (hopefully) just a single plugin.
If you will know what plugin is crashing your server, then I can try to help to solve this issue.

@TheDoctor0 TheDoctor0 self-assigned this Mar 10, 2021
@Happy2906
Copy link
Author

Happy2906 commented Mar 11, 2021

I think I've found the problem. It's a plugin that creates a battle between two last standing people from different teams. It has been created by a Support Team from amxx.pl

It works absolutely fine on your 1.4 version, but it crushes it on your latest release. Did anything change between 1.4 at latest release that could affect the server performance? This plugin was created about week ago so it's fresh and I have not noticed any glitches since the plugin was installed.

@TheDoctor0
Copy link
Owner

If the problem still persists you can send a source code of this plugin to my email - listed on my profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants