On Fri, May 14, 2010 at 10:22:53AM -0400, Matthew Craig wrote:
> process limits set in your environmen (ulimit -a)
>
> mtc@freedomincluded:~$ ulimit -a
> core file size (blocks, -c) 0
> data seg size (kbytes, -d) unlimited
> scheduling priority (-e) 0
> file size (blocks, -f) unlimited
> pending signals (-i) 4019
> max locked memory (kbytes, -l) 64
> max memory size (kbytes, -m) unlimited
> open files (-n) 1024
> pipe size (512 bytes, -p) 8
> POSIX message queues (bytes, -q) 819200
> real-time priority (-r) 0
> stack size (kbytes, -s) 8192
> cpu time (seconds, -t) unlimited
> max user processes (-u) 4019
> virtual memory (kbytes, -v) unlimited
> file locks (-x) unlimited
Ah, core files are disabled on your system.
You need to call
ulimit -c unlimited
in the shell from which you start dillo to actually get a
core file. After dillo aborts, the core file should show up in /tmp.