Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: PANIC! buffer = :683AAKTRP QUIT :Connection closed  (Read 10275 times)

0 Members and 1 Guest are viewing this topic.

Eliyah

  • Anope User
  • Offline Offline
  • Posts: 7
PANIC! buffer = :683AAKTRP QUIT :Connection closed
« on: August 26, 2012, 12:27:49 AM »

The services shut down with this error message. I had to restart the service. I'm running a 64 bit CentOS with 4GB of RAM.

One day earlier I got the PANIC! buffer = :683AAKOLF QUIT :Connection closed error message.

Is this a memory error? What might be the cause?

Eliyah
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #1 on: August 26, 2012, 12:29:36 AM »

Get a backtrace. There might be one in the log files.
Logged

Eliyah

  • Anope User
  • Offline Offline
  • Posts: 7
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #2 on: August 26, 2012, 12:47:18 AM »

Thanks. I'm not familiar with how to run backtrace. What would be the command?
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #3 on: August 26, 2012, 12:51:21 AM »

 gdb#: (1) From the directory that you would do ./services from, do the following instead: gdb ./services
          (2) Do: r -support (3) Upon crash, do: bt full (4) Pastebin everything from step 1 to step 3. (Alternatively, if that output is too long, just
          pastebin everything from when Anope crashed to the end of the output of bt full.)

Also get /os modlist
Logged

Eliyah

  • Anope User
  • Offline Offline
  • Posts: 7
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #4 on: August 26, 2012, 01:24:46 AM »

gdb ./services
-bash: gdb: command not found

I guess I don't have that. I even ran it as root but command not found
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #5 on: August 26, 2012, 01:27:21 AM »

Unload any 3rd party modules you have, then
Logged

...

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 4
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #6 on: August 26, 2012, 01:51:21 AM »

gdb ./services
-bash: gdb: command not found

I guess I don't have that. I even ran it as root but command not found

Install 'gdb'

I'm not familiar with CentOS, try 'yum install gdb'
« Last Edit: August 26, 2012, 01:54:48 AM by KindOne »
Logged

Eliyah

  • Anope User
  • Offline Offline
  • Posts: 7
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #7 on: August 26, 2012, 05:21:17 AM »

http://pastebin.com/0rgdjruz

25[11:19:54pm] -OperServ- Current Module list:
-
25[11:19:54pm] -OperServ- Module: cs_appendtopic [1.8.6 (3072)] [Supported]
-
25[11:19:54pm] -OperServ- Module: cs_enforce [1.8.6 (3072)] [Supported]
-
25[11:19:55pm] -OperServ- Module: enc_none [1.8.6 (3072)] [Encryption]
-
25[11:19:55pm] -OperServ- Module: hs_request [1.8.6 (3072)] [Supported]
-
25[11:19:55pm] -OperServ- Module: inspircd20 [1.8.6 (3072)] [Protocol]
-
25[11:19:55pm] -OperServ- Module: ns_maxemail [1.8.6 (3072)] [Supported]
-
25[11:19:55pm] -OperServ- Module: ns_saregister [1.1] [3rd]
-
25[11:19:55pm] -OperServ- Module: os_info [1.8.6 (3072)] [Supported]
-
25[11:19:55pm] -OperServ- 8 Modules loaded.
« Last Edit: August 26, 2012, 05:30:28 AM by Eliyah »
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #8 on: August 26, 2012, 05:24:21 AM »

Try running services when they arent already running
Logged

Eliyah

  • Anope User
  • Offline Offline
  • Posts: 7
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #10 on: August 26, 2012, 05:38:45 AM »

You have to wait for it to actually crash before typing 'bt full'... Note that starting with -support also doesn't load 3rd party modules which are likely the source of your problem, so use -debug -nofork instead.
Logged

Eliyah

  • Anope User
  • Offline Offline
  • Posts: 7
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #11 on: August 26, 2012, 06:02:11 AM »

This is something that doesn't crash right away.. maybe once every day or so.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #12 on: August 26, 2012, 06:05:01 AM »

Do you ever change the user modes of any of services clients? That will cause it to crash/do weird things
Logged

Eliyah

  • Anope User
  • Offline Offline
  • Posts: 7
Re: PANIC! buffer = :683AAKTRP QUIT :Connection closed
« Reply #13 on: August 26, 2012, 06:06:58 AM »

No, I just have a bot that handles all the nick registrations and password sends using the saregister module
Logged
Pages: [1]   Go Up