Posts: 124
Threads: 14
Joined: Jun 2011
Reputation:
0
Forbidden
You don't have permission to access /mysql/rel/R7/ubuntu/mysql.so on this server.
Server unable to read htaccess file, denying access to be safe
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Posts: 845
Threads: 3
Joined: Jun 2010
Quote:
Originally Posted by Vince
Getting a lot of segfaults lately which are apparently always caused by __kernel_vsyscall, whatever that may be. Not at all familiar with C++ so I'm not sure what the actual problem is.
Crashlog
|
How frequent are those segfaults? Do you remember changing anything that could have led to these crashes?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
You can concatenate the results of different columns in a SELECT statement, but actually storing multiple values in one column is inherently wrong.
Posts: 845
Threads: 3
Joined: Jun 2010
Quote:
Originally Posted by Vince
Thrice so far in a three week timespan. Though I do have to mention that it involves a development server currently running 0.3.7 RC2 which isn't frequently populated. The crashes seem to happen quite randomly and only when the gamemode changes. I run the Mini-Missions server so the gamemode does change frequently.
The events prior to that last crash:
Код:
[12:55:45] Loading gamemode...
[12:55:45] [mysql] gamemode@127.0.0.1:3306 with database "minimissions" - connecting ...
[12:55:45] [mysql] connected - id: 3
[12:55:45] Number of vehicle models: 0
[02:20:15] Incoming connection: ***:61969 id: 0
[02:22:00] Incoming connection: ***:62564 id: 0
[02:22:02] [join] iRolex has joined the server (0:***)
[02:22:40] [part] iRolex has left the server (0:0)
[02:23:20] Incoming connection: ***:61773 id: 0
[02:23:21] [join] iRolex has joined the server (0:***)
[02:27:25] [info] driver.amx - now loading mission 4 ...
[02:27:25] [info] driver.amx - also added 5 missions to queue.
[02:27:25] [mysql] closed - id: 3
When the gamemode starts a connection is opened and when it ends the connection is closed again. Two other connections in two different filterscripts (admin system and the "driver") are kept open all the time.
|
I assume you are using R39-2, right?
Posts: 845
Threads: 3
Joined: Jun 2010
What operating system is your SA-MP server running on (Ubuntu 12.04 i386, Fedora 21 x86_64, ...)?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Linux debian7 3.2.0-4-686-pae #1 SMP Debian 3.2.63-2+deb7u1 i686 GNU/Linux
Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by maddinat0r
How frequent are those segfaults? Do you remember changing anything that could have led to these crashes?
|
Any ideas?
https://sampforum.blast.hk/showthread.php?tid=489120
Posts: 845
Threads: 3
Joined: Jun 2010
Quote:
Originally Posted by Kar
|
No, this isn't caused by that bug. The stacktrace shows, that it crashes in the kernel's "write" function, which is used to send network data.
@Vince: You aren't the first one reporting this, and for some reason this bug occurs really rarely and I never managed to fix it completely. But you can try this version I just made, maybe it'll fix the crashes:
mysql-r39-2s-linux.zip (compiled on Debian 7 i686)