Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: yet another unreal<->anope crash  (Read 3369 times)

0 Members and 1 Guest are viewing this topic.

oliver

  • Anope User
  • Offline Offline
  • Posts: 1
yet another unreal<->anope crash
« on: July 11, 2010, 10:51:05 PM »

hey everyone

I've read 3 unreal<->anope threads now, and I've been able to connect starting with the first one
nick and chanserv both happily tell me their help page and allow me to register stuff

but when a user joins the server AFTER the services, the services crash with the following:

Quote
[Jul 11 23:29:53.528767 2010] debug: Received: NICK ker 1 1278883792 oli krlh-5f725ed8.pool.mediaWays.net irc.orion-universe.com 0 :oli
[Jul 11 23:29:53.528815 2010] debug: new user: ker
[Jul 11 23:29:53.528839 2010] user: New maximum user count: 4
[Jul 11 23:29:53.528859 2010] PANIC! buffer = NICK ker 1 1278883792 oli krlh-5f725ed8.pool.mediaWays.net irc.orion-universe.com 0 :oli
[Jul 11 23:29:53.528901 2010] debug: Sent: :services.orion-universe.com GLOBOPS :PANIC! buffer = NICK ker 1 1278883792 oli krlh-5f725ed8.pool.mediaWays.net irc.orion-universe.com 0 :oli

Speicherzugriffsfehler

(yea some german error message ^^ memory access failure)

this works fine for people already on the server:

Quote
[Jul 11 23:29:28.336507 2010] debug: Received: NICK Zurret 1 1278883683 Zurret p4FE8BE19.dip.t-dialin.net irc.orion-universe.com 0 +iowghaAxN ou-C63A2642.dip.t-dialin.net T+i+GQ== :Zurret
[Jul 11 23:29:28.336531 2010] debug: new user: Zurret
[Jul 11 23:29:28.336586 2010] debug: Sent: :services.orion-universe.com SVSMODE Zurret +d 1
[Jul 11 23:29:28.336601 2010] debug: Emitting event "newnick" (1 args)
[Jul 11 23:29:28.336614 2010] debug: Changing mode for Zurret to +iowghaAxN
[Jul 11 23:29:28.336625 2010] debug: Zurret changes its host to ou-C63A2642.dip.t-dialin.net


my configuration of unreal3.2:

Quote
    288 listen         88.198.183.128:7070;

    342 link services.orion-universe.com$
    343 {$
    344 >---username>---*;$
    345 >---hostname >--88.198.183.128;$
    346 >---bind-ip >---*;$
    347 >---port >-->---7070;$
    348 >---hub             *;$
    349 >---password-connect "services";$
    350 >---password-receive "services";$
    351 >---class           servers;$
    352 };$

    368 ulines {$
    369 >---services.orion-universe.com;$
    370 >---stats.orion-universe.com;$
    371 };$
    372 $
    373 include "aliases/anope.conf"$

    732 set {$
    735 >---services-server >---"services.orion-universe.com";$
    767 };$



and services.conf

Quote
     98 IRCDModule "unreal32"$
    128 EncModule "enc_sha1"$
    196 RemoteServer    88.198.183.128 7070 "services"$


anyone got a clue what I messed up?

greetings

/ker
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: yet another unreal<->anope crash
« Reply #1 on: July 11, 2010, 10:59:30 PM »

Did you add any extra modules? Remove them from your config and try again. If it still crashes then run Anope in gdb by:

gdb ./services
r -support

Then once it crashes type

bt full

and pastebin the output.
Logged
Pages: [1]   Go Up