hybrid Digest, Vol 3, Issue 15

Bill Bierman bill at mu.org
Tue Aug 3 11:39:13 EDT 2004


> -----Original Message-----
> From: hybrid-bounces at lists.ircd-hybrid.org [mailto:hybrid-
> bounces at lists.ircd-hybrid.org] On Behalf Of pepolez
> Sent: Tuesday, August 03, 2004 8:43 AM
> To: hybrid at lists.ircd-hybrid.org
> Subject: Re: hybrid Digest, Vol 3, Issue 15
> 
> I'm having some trouble. When I attempt to start my hybrid IRCD it says:
> 
> irc at bender bin $ ./ircd -foreground
> ircd: version hybrid-7.0.1
> ircd: pid 22801
> ircd: running in foreground mode from /home/irc/hybrid/ircd
> Segmentation fault (core dumped)
> irc at bender bin $
> 
> also, my two servers which run on 2 different computers inside my LAN
> won't link for some reason. When I do /rehash no error message is
> displayed.
> 
> any ideas?
> (yes I've removed the hasnt_read_conf thing from my config)

We could use some additional information here..

1) If you are familiar with gdb, can you load the core into gdb and give us
a full backtrace?  If you are not familiar with gdb, see the instructions
below.

2) Please list what, if any, modifications have been made to the source tree
(this includes patches, but also any changes you may have made, including
changes to config.h/setup.h/etc. .. everything)

3) If a painting can be forged well enough to fool experts, why is the
original so valuable?

Regards,

Bill



Instructions on how to retrieve a full backtrace from a corefile:

>From a shell (bash/sh/tcsh/zsh/etc) type:

gdb path/to/ircd/binary path/to/ircd/corefile

This should (hopefully) start gdb and load the corefile.  It will spit out a
lot of information, and, God willing, will leave you with this prompt:

(gdb) 

>From there, type:

bt full

This will spit out an awful lot of information that may or may not make any
sense.  This is the information we need.  Please post it to this list, or to
the bugs list: bugs at ircd-hybrid.org if it contains sensitive information you
do not want sent out on a public list.

--

William Alexander Bierman III

"How is this hate so deep, to lead us all so blindly killing?  Fools are we.
 If hate's the gate to peace, this is the last stop.  War: the only way to
 peace?  I don't fall for that.  You're righteous, so righteous, you're
 always so right.  Here there is more than's showing up, and I hope we can
 break it down so it's not so black and white."

    -- Dave Matthews




More information about the hybrid mailing list