Re: How to debug - apachetop

2006-01-11 Thread Steve Kemp
On Wed, Jan 11, 2006 at 11:10:51AM -0600, Alejandro Bonilla wrote: > After the actual error I got with apachetop: > debian:~# apachetop -f /var/log/apache/access.log > *** glibc detected *** free(): invalid pointer: 0xb7da08c8 *** > Aborted > > I want to learn how to debug and see what went wrong

Re: How to debug - apachetop

2006-01-11 Thread Nico Golde
Hi, * Alejandro Bonilla <[EMAIL PROTECTED]> [2006-01-11 19:03]: > After the actual error I got with apachetop: > debian:~# apachetop -f /var/log/apache/access.log > *** glibc detected *** free(): invalid pointer: 0xb7da08c8 *** > Aborted > > I want to learn how to debug and see what went wrong. Ho

Re: How to debug - apachetop

2006-01-11 Thread Florian Weimer
* Alejandro Bonilla: > I want to learn how to debug and see what went wrong. How can I > learn to debug this kind of things or how can I enable some > debugging for this kind of things? valgrind is quite helpful for debugging such problems related to memory-management. You could also have a look

How to debug - apachetop

2006-01-11 Thread Alejandro Bonilla
Hi, After the actual error I got with apachetop: debian:~# apachetop -f /var/log/apache/access.log *** glibc detected *** free(): invalid pointer: 0xb7da08c8 *** Aborted I want to learn how to debug and see what went wrong. How can I learn to debug this kind of things or how can I enable some deb