Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Segmentation Fault at the running of service  (Read 2839 times)

0 Members and 1 Guest are viewing this topic.

Lukry

  • Guest
Segmentation Fault at the running of service
« on: September 28, 2007, 04:57:41 PM »

Hi,

I've compiled Anope with gcc-4.1, and when I lunch anope with ./services I've got a seg fault.

Code: [Select]

Sep 29 00:49:00 2007] Loading IRCD Protocol Module: [unreal32]
[Sep 29 00:49:00 2007] status: [0][Module, Okay - No Error]
[Sep 29 00:49:00 2007] Loading Encryption Module: [enc_md5]
[Sep 29 00:49:00 2007] status: [0][Module, Okay - No Error]
[Sep 29 00:49:00 2007] Anope 1.7.19-svn (1308) (ircd protocol: UnrealIRCd 3.2+) starting up
[Sep 29 00:49:01 2007] ms_rsend requested unload...
[Sep 29 00:49:01 2007] debug: trying to load core module [ms_rsend]
[Sep 29 00:49:01 2007] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Sep 29 00:49:01 2007] MySQL: has been enabled.
[Sep 29 00:49:01 2007] MySQL: client version 5.0.32.


When I lunch it there is no linking to my IRCD (I'm under UnrealIRCD 3.2) but there is a process running named "./services".

I don't understand why I've got a seg fault because it running very well before ...

Thanks.
Logged

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #1 on: September 28, 2007, 05:02:50 PM »

what you pasted does not show any segfault just normal operation.. how about more log from ./services -nofork -debug
Logged
my God my tourniquet, return to me salvation

Lukry

  • Guest
(No subject)
« Reply #2 on: September 28, 2007, 05:35:03 PM »

There is the log file with -nofork -debug : services.log
Logged

heinz

  • Guest
(No subject)
« Reply #3 on: September 29, 2007, 07:08:25 PM »

Can you run Anope in GDB, and get a full backtrace. Details on how to do that can be found at: http://wiki.anope.org/index.php/Other:GDB

[Edited on 29-9-2007 by heinz]
Logged
Pages: [1]   Go Up