Hi, 

I tried to use it but it doesn't work. 
It looks like something is wrong with tcl-coredumper configure script. 
I did:
       configure --with-tcl=[aolserver_dir]/lib
--with-google-coredumper=/usr/local
       make

and put it under Aolserver lib directory.

When I had started to use it I got an error: 
couldn't load file "[aolserver_dir]/lib/coredumper/coredumper.so":
libcoredumper.so.0: cannot open shared object file: No such file or
directory
    while executing
"load [aolserver_dir]/lib/coredumper/coredumper.so"
    ("package ifneeded" script)
    invoked from within
"package require google-coredumper 0.1"

And 'ldd coredumper.so' prints:
        libtcl8.4.so => /web/jail/opt/aolserver4/lib/libtcl8.4.so
(0x4000a000)
        libdl.so.2 => /lib/libdl.so.2 (0x400ab000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x400ae000)
        libm.so.6 => /lib/i686/libm.so.6 (0x400c2000)
        libcoredumper.so.0 => not found
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

But the libcoredumper.so.0 is in the directory /usr/local:

ls  /usr/local/lib/libcoredumper*:
/usr/local/lib/libcoredumper.a   
/usr/local/lib/libcoredumper.so    
/usr/local/lib/libcoredumper.so.0.0.0
/usr/local/lib/libcoredumper.la  
/usr/local/lib/libcoredumper.so.0


How should it be configured?

Cheers

Agnieszka Kukałowicz

-----Original Message-----
From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf
Of Nathan Folkman
Sent: Wednesday, March 28, 2007 4:38 PM
To: [email protected]
Subject: Re: [AOLSERVER] AolServer and core dumps

You might want to take a look at the Tcl Core Dumper package Dossy and I
did a while back. 

http://aolserver.cvs.sourceforge.net/aolserver/tcl-coredumper/ 

- n
On 3/28/07, Agnieszka Kukałowicz <[EMAIL PROTECTED]> wrote:
Hi,

I have question on how to force Aolserver to dump core?
My Aolserver crashes in some circumstances causing segmentation fault.
I would like to debug the problem, but I can't see any core file.
It looks like everything is set right. 
I made 'ulimit -c unlimited' to have unlimited core file size and my
permissions where I dump a core look ok. What might be the reason it
does not work?

Cheers
Agnieszka Kukalowicz




--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to
<[EMAIL PROTECTED] > with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the
Subject: field of your email blank.



-- 
Nathan Folkman
[EMAIL PROTECTED] 


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to