This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Compiled without extensive memory debugging (sorry)

Old posts that have not been replied to for several years.
Locked
S
SourceX

Compiled without extensive memory debugging (sorry)

Post by SourceX »

Hi there!

If I run eggdrop -m after a new clean install he tells me that the procces launched in background.
If I run ps x after that the process is not there ...
But a file named DEBUG appears in the eggdrop folder that shows me:
Compiled without extensive memory debugging (sorry).

Anyone who g0t a idea?

rgds, sx
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

Recompile WITH debugging, so you actually get DEBUG info.
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
S
SourceX

Post by SourceX »

how?
is debug a module?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

when you compile eggdrop, type 'make debug' insteead of just 'make'
S
SourceX

Post by SourceX »

thx!
S
SourceX

Post by SourceX »

After compiling him with debug the file DEBUG appears again:

Code: Select all

Debug (eggdrop v1.6.10) written Tue Jul 13 01:24:29 2004
Full Patch List: 
Tcl library: /usr/lib/tcl8.3
Tcl version: 8.3.2 (header version 8.3.2)
Compile flags: gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H  
Link flags: gcc -pipe
Strip flags: strip
Context: main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         main.c/712, []
         tclhash.c/218, []
         tclhash.c/240 []

SOCK ADDR     PORT  NICK      HOST              TYPE
---- -------- ----- --------- ----------------- ----
3    00000000     0 (dns)                       dns   (ready)
Anyone got an idea?
rgds
Locked