On Wed, Dec 07, 2005 at 10:43:44AM -0700, Steve Holmes wrote:
> 0.11RC0. Any more ideas? I don't know how to get a core dump from this
> run and I'm presently quite unfamiliar with gdb but could learn a few
> tricks if that will help debug the thing. I should note that both
> phpPgAdmin and phpMyAdmin both use some javascript.

Most likely, your shell (assuming bash) has disabled core-file
creation.  Try something like this:

% ulimit -c 3965
% elinks

(goto the PhpPgAdmin site)

Assuming ELinks then crashes, you'll see a core file in the CWD.  If you
have GDN installed, run:

% gdb /path/to/elinks ./core

You'll be presented with a prompt:

(gdb)

You need to type in 'where'.  The output of which would be very useful.

-- Thomas Adam

--  
I'm brutal, honest, and afraid of you.
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to