Jump to content

DB core - Segmentation fault


Recommended Posts

  • Bot

Hello everyone! :)

I have a problem with starting db from mainline_released.

When I try to start it with start script, so it ends in "Success HOTBACKUP".

When I do it manualy via ./db in shell, it after "Success HOTBACKUP" write "Segmentation fault (core dumped)".

Sysser is empty, can anybody help me please?

Thanks for all replies! :)
 

Start.sh:

#!/bin/sh

echo -e "Press 1"

read anzahl
case $anzahl in 

	1*)
		echo -e "\033[31m Startet die Datenbank ..\033[0m"
		cd db && ./db &
		sleep 2
		echo -e "\033[31m Die Datenbank wurde gestartet.\033[0m"
		echo -e "\033[31m Startet den Loginserver ..\033[0m"
		cd auth  && ./auth &
		sleep 2
		echo -e "\033[31m Der Loginserver wurde gestartet[0m"
		echo -e "\033[31m Starte game99_1 ..\033[0m"
		cd ./game99/core1 && ./game &
		sleep 2
		echo -e "\033[31m game99 Core 1 wurde gestartet.\033[0m"
		echo -e "\033[31m Starte game99_2 ..\033[0m"
		cd ./game99/core2 && ./game &
		sleep 2
		echo -e "\033[31m game99 Core 2 wurde gestartet.\033[0m"
		echo -e "\033[31m Starte game99_3 ..\033[0m"
		cd ./game99/core3 && ./game &
		sleep 2
		echo -e "\033[31m game99 Core 3 wurde gestartet.\033[0m"
		echo -e "\033[31m Starte game99_4 ..\033[0m"
		cd ./game99/core4 && ./game &
		sleep 2
		echo -e "\033[31m game99 Core 4 wurde gestartet.\033[0m"
		echo -e "\033[31m Starte game99 Core 5 ..\033[0m"
		cd ./game99/core5 && ./game &
		sleep 2
		echo -e "\033[31m game99 Core 5 wurde gestartet.\033[0m"
		echo -e "\033[31m Startet Channel 1 Core 1 ..\033[0m"
		cd ./channel1/core1 && ./game &
		sleep 2
		echo -e "\033[31m Channel 1 Core 1 wurde gestartet.\033[0m"
		echo -e "\033[31m Startet Channel 1 Core 2 ..\033[0m"
		cd ./channel1/core2 && ./game &
		sleep 2
		echo -e "\033[31m Channel 1 Core 2 wurde gestartet.\033[0m"
		echo -e "\033[31m Startet Channel 1 Core 3 ..\033[0m"
		cd ./channel1/core3 && ./game &
		sleep 2
		echo -e "\033[31m Channel 1 Core 3 wurde gestartet.\033[0m"
		echo -e "\033[31m Startet Channel 1 Core 4 ..\033[0m"
		cd ./channel1/core4 && ./game &
		sleep 2
		echo -e "\033[31m Channel 1 Core 4 wurde gestartet.\033[0m"
		echo -e "\033[31m Startet Channel 1 Core 5 ..\033[0m"
		cd ./channel1/core5 && ./game &
		sleep 2
		echo -e "\033[31m Channel 1 Core 5 wurde gestartet.\n
		\n
		Channel Gestartet\033[0m"
		cd ..
	;;
esac

 

Log:

Real Server
Log Offlog_file_delete_old: stat: No such file or directory
AsyncSQL: connected to localhost (reconnect 1)
Success PLAYER
AsyncSQL: connected to localhost (reconnect 1)
Success ACCOUNT
AsyncSQL: connected to localhost (reconnect 1)
AsyncSQL: connected to localhost (reconnect 1)
AsyncSQL: connected to localhost (reconnect 1)
Success COMMON
AsyncSQL: connected to localhost (reconnect 1)
AsyncSQL: connected to localhost (reconnect 1)
AsyncSQL: connected to localhost (reconnect 1)
Success HOTBACKUP
Segmentation fault (core dumped)

 

english_banner.gif

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 113

      Ulthar SF V2 (TMP4 Base)

    2. 2

      Feeding game source to LLM

    3. 0

      Target Information System

    4. 2

      Feeding game source to LLM

    5. 2

      anti exp explanation pls

    6. 2

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.