[IRCServices Coding] segmentation faults - ircservices 5.0a26

Romek Krisztián r-krisztian at softhome.net
Sun Mar 31 08:41:32 PST 2002


Dunno how to make a core dump but would like to.

I'll do one if I found it how to make one in the docs

I have RedHat Linux 7.1

I have only one warning, about KillClonesAkill directive, dunno what did it
say but i think it told me not to use.

That's all. I'm asking now how to make a core dump...

AngryWolf
----- Original Message -----
From: Craig McLure <frostycoolslug at hotmail.com>
To: <ircservices-coding at ircservices.za.net>
Sent: Sunday, March 31, 2002 6:16 PM
Subject: Re: [IRCServices Coding] segmentation faults - ircservices 5.0a26


> well i see nothing wrong with that, althoug you could remove:
>
> ---
>          options {
>                          autoconnect;
>                  };
> ---
> As the IRCd should try and connect to services.
>
> As i say we need a core dump.. prolly says somewhere in the manual how to
> get 1 of these.
> do u get warnings or nething when compiling and under what OS?
>
> >From: Romek Krisztián <r-krisztian at softhome.net>
> >Reply-To: ircservices-coding at ircservices.za.net
> >To: <ircservices-coding at ircservices.za.net>
> >Subject: Re: [IRCServices Coding] segmentation faults - ircservices
5.0a26
> >Date: Sun, 31 Mar 2002 18:09:48 +0200
> >
> >
> >No, I haven't. Dunno, how to turn on core dumping.
> >
> >The server works good but if more users connect to my server it does many
> >faults
> >
> >I think connection lines is okey. If you want...
> >
> >-------------------
> >ircservices.conf
> >------------------
> >
> >RemoteServer    127.0.0.1 6665 "password"
> >
> >#LocalAddress   host.name.here
> >#LocalAddress   host.name.here 6677
> >
> >ServerName      "services.freechat.ods.org"
> >
> >-------------------
> >unrealircd.conf
> >------------------
> >
> >link            services.freechat.ods.org
> >{
> >         username        *;
> >         hostname        127.0.0.1;
> >         bind-ip         *;
> >         port            6665;
> >         hub             *;
> >         password-connect "password";
> >         password-receive "password";
> >         class           servers;
> >         options {
> >                         autoconnect;
> >                 };
> >};
> >
> >
> >
> >AngryWolf
> >
> >----- Original Message -----
> >From: Craig McLure <frostycoolslug at hotmail.com>
> >To: <ircservices-coding at ircservices.za.net>
> >Sent: Sunday, March 31, 2002 5:33 PM
> >Subject: Re: [IRCServices Coding] segmentation faults - ircservices
5.0a26
> >
> >
> > > have u got a core dump handy? :)
> > > and could u paste me yer connection lines pls :)
> > >
> > > >From: Romek Krisztián <r-krisztian at softhome.net>
> > > >Reply-To: ircservices-coding at ircservices.za.net
> > > >To: <ircservices-coding at ircservices.za.net>
> > > >Subject: Re: [IRCServices Coding] segmentation faults - ircservices
> >5.0a26
> > > >Date: Sun, 31 Mar 2002 17:23:48 +0200
> > > >
> > > >Unreal3.2beta9
> > > >
> > > >Sorry, I've forgot to tell you
> > > >
> > > >AgryWolf
> > > >
> > > >
> > > >----- Original Message -----
> > > >From: Craig McLure <frostycoolslug at hotmail.com>
> > > >To: <ircservices-coding at ircservices.za.net>
> > > >Sent: Sunday, March 31, 2002 5:14 PM
> > > >Subject: Re: [IRCServices Coding] segmentation faults - ircservices
> >5.0a26
> > > >
> > > >
> > > > > What IRCd are you using?
> > > > >
> > > > >
> > > > > >From: Romek Krisztián <r-krisztian at softhome.net>
> > > > > >Reply-To: ircservices-coding at ircservices.za.net
> > > > > >To: <ircservices-coding at ircservices.za.net>
> > > > > >Subject: [IRCServices Coding] segmentation faults - ircservices
> >5.0a26
> > > > > >Date: Sun, 31 Mar 2002 17:10:07 +0200
> > > > > >
> > > > > >Hello!
> > > > > >
> > > > > >Your latest alpha version is pretty good, I want to use your
> >program,
> > > >but
> > > >I
> > > > > >had experienced the following errors at the first uses:
> > > > > >
> > > > > >*operserv*> exception add +0
> > > > > >*** Global -- from services.freechat.ods.org: PANIC! buffer =
> > > >:AngryWolf
> > > > > >!operserv :exception add +0
> > > > > >*** LocOps -- Received SQUIT services.freechat.ods.org from
> > > > > >services.freechat.ods.org[127.0.0.1] (Services terminating:
> > > >Segmentation
> > > > > >fault)
> > > > > >
> > > > > >-freechat.ods.org- *** Global -- from services.freechat.ods.org:
> >PANIC!
> > > > > >buffer = :Toxyc ! nickserv :help
> > > > > >-freechat.ods.org- *** LocOps -- Received SQUIT
> > > >services.freechat.ods.org
> > > > > >from services.freechat.ods.org[127.0.0.1] (Services terminating:
> > > > > >Segmentation fault)
> > > > > >
> > > > > >-freechat.ods.org- *** Global -- from services.freechat.ods.org:
> >PANIC!
> > > > > >buffer = :omnii PRIVMSG ChanServ at services.freechat.ods.org
> >:register
> > > > > >#limp_bizkit fred
> > > > > >-freechat.ods.org- *** LocOps -- Received SQUIT
> > > >services.freechat.ods.org
> > > > > >from services.freechat.ods.org[127.0.0.1] (Services terminating:
> > > > > >Segmentation fault)
> > > > > >
> > > > > >Can you solve this problem me to use this services again?
> > > > > >
> > > > > >Thx for all
> > > > > >
> > > > > >Regards
> > > > > >AngryWolf
> > > > > >
> > > > > >
> > > > >
>------------------------------------------------------------------
> > > > > >To unsubscribe or change your subscription options, visit:
> > > > > >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Craig McLure
> > > > > Craig at e-tidalwave.org
> > > > > WaveAdmin on the e-tidalwave IRC Network
> > > > > Ride the Wave! www.e-tidalwave.org
> > > > >
> > > > >
> > > > > _________________________________________________________________
> > > > > Chat with friends online, try MSN Messenger:
> >http://messenger.msn.com
> > > > >
> > > > > ------------------------------------------------------------------
> > > > > To unsubscribe or change your subscription options, visit:
> > > > > http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > > >
> > > >------------------------------------------------------------------
> > > >To unsubscribe or change your subscription options, visit:
> > > >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > >
> > >
> > >
> > >
> > > --
> > > Craig McLure
> > > Craig at e-tidalwave.org
> > > WaveAdmin on the e-tidalwave IRC Network
> > > Ride the Wave! www.e-tidalwave.org
> > >
> > > _________________________________________________________________
> > > Chat with friends online, try MSN Messenger: http://messenger.msn.com
> > >
> > > ------------------------------------------------------------------
> > > To unsubscribe or change your subscription options, visit:
> > > http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> >
> >------------------------------------------------------------------
> >To unsubscribe or change your subscription options, visit:
> >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
>
>
>
>
> --
> Craig McLure
> Craig at e-tidalwave.org
> WaveAdmin on the e-tidalwave IRC Network
> Ride the Wave! www.e-tidalwave.org
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
> ------------------------------------------------------------------
> To unsubscribe or change your subscription options, visit:
> http://www.ircservices.za.net/mailman/listinfo/ircservices-coding