Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: os_clientjoin updated but it bugs  (Read 6650 times)

0 Members and 1 Guest are viewing this topic.

EZEki3l

  • Guest
os_clientjoin updated but it bugs
« on: September 06, 2006, 02:27:50 PM »

I have add my language in os_clientjoin and I have correct the alog :
Quote
if (!OSClientJoinBots) {
        alog("OSClientJoinModes is not defined in the config. BotServ bots will not join on the command.");



http://dreamchat.fr/anopemod/os_clientjoin.c

but I have a problem the botserv bots don't join the channel whereas I have set OsClientjoinBots 1  in services.conf
and also when I type /os reload  services crash for segmentation fault
Quote

<Global> OperServ: NA: reload
<Global> os_clientjoin: Config: OSClientJoinModes: [+i]
<Global> PANIC! buffer = :NA PRIVMSG OperServ@Services.Caraibes.fr :reload
<Global> PANIC! buffer = :NA PRIVMSG OperServ@Services.Caraibes.fr :reload
<Global> PANIC! buffer = :NA PRIVMSG OperServ@Services.Caraibes.fr :reload
<Global> Backtrace: Segmentation fault detected
<Global> Backtrace: report the following lines
<Global> Backtrace: Anope version 1.7.15 (1128) build #1, compiled Sep  5 2006 21:38:07  EQM
<Global> Backtrace(0): ./services/services(do_backtrace+0x55) [0x8071065]
<Global> Backtrace(1): ./services/services(sighandler+0x15c) [0x80707ec]
<Global> Backtrace(2): /lib/libc.so.6 [0x21ffc678]
<Global> Backtrace(3): ./services/services(destroyModule+0x29) [0x8074d89]
<Global> Backtrace(4): ./services/services(delModule+0x86) [0x8074f46]
<Global> Backtrace(5): ./services/services(modules_unload_all+0xf8) [0x8074c98]
<Global> Backtrace(6): ./services/services(sighandler+0x217) [0x80708a7]
<Global> Backtrace(7): /lib/libc.so.6 [0x21ffc678]
<Global> Backtrace(8): ./services/services(destroyModule+0x29) [0x8074d89]
<Global> Backtrace(9): ./services/services(delModule+0x86) [0x8074f46]
<Global> Backtrace: complete
<Global> Services terminating: Segmentation fault
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #1 on: September 07, 2006, 10:03:22 AM »

i'll take a look at it when i get home from work. so you loaded the module. then you added OsClientjoinBots 1 to the config then reloaded??

EZEki3l

  • Guest
(No subject)
« Reply #2 on: September 07, 2006, 01:36:28 PM »

yes and it crash and when I start services again botserv bots doesn't join a chan with the command and if I reload services crash similar
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #3 on: September 07, 2006, 04:19:59 PM »

k, im looking to re-produce this now. btw if you have any other modules loaded can you list which ones.

/msg OperServ modlist

EZEki3l

  • Guest
(No subject)
« Reply #4 on: September 07, 2006, 05:06:18 PM »

Quote

-OperServ- Current Module list:
-OperServ- Module: bs_antispam [(null)] [3rd]
-OperServ- Module: bs_deoponbotkick [1.00] [3rd]
-OperServ- Module: bs_fan [1.10+ FR] [3rd]
-OperServ- Module: hs_autohelp [(null)] [3rd]
-OperServ- Module: hs_request [1.4.1] [3rd]
-OperServ- Module: hs_roff [0.01] [3rd]
-OperServ- Module: ircd_admin [1.00a] [3rd]
-OperServ- Module: ircd_gameserv [GamerZ Français 0.2] [3rd]
-OperServ- Module: ircd_loveserv [0.1] [3rd]
-OperServ- Module: nethost [(null)] [3rd]
-OperServ- Module: ns_identify_stats [(null)] [3rd]
-OperServ- Module: os_checkexpire [(null)] [3rd]
-OperServ- Module: os_forceid [(null)] [3rd]
-OperServ- Module: os_logbot [1.0] [3rd]
-OperServ- Module: os_mkill [1.20] [3rd]
-OperServ- Module: os_rawservicesrootonly [1.00] [3rd]
-OperServ- Module: os_staychan [1.0] [3rd]
-OperServ- Module: os_superadmin_pass [1.04] [3rd]
-OperServ- Module: os_sysuptime [1.1] [3rd]
-OperServ- Module: os_clientjoin [2.0] [3rd]
-OperServ- Module: unreal32 [$Id: unreal32.c 1109 2006-08-05 08:37:58Z geniusdex $] [Protocol]
-OperServ- Module: usermsg [(null)] [3rd]
-OperServ- 22 Modules loaded.


But I have test after unloading all other modules and it crash similar, I recompiled anope and restart again but it still crashed
Logged

EZEki3l

  • Guest
(No subject)
« Reply #5 on: September 08, 2006, 10:03:11 PM »

Nobody get the same error ?
Logged

Camti

  • Guest
(No subject)
« Reply #6 on: September 09, 2006, 06:27:52 PM »

i get it too :(
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #7 on: September 09, 2006, 07:15:20 PM »

i should have a fix out for it tonight.
Pages: [1]   Go Up