Jeremy wrote:
On Thu, Jun 17, 2010 at 02:42:19PM -0400, Dennis Nezic wrote:
Interesting. It appears that I only get these freezes when I have cookies enabled. If I set my cookiesrc file back to "DEFAULT DENY" (with no "hostname ACCEPT" afterwards), I no longer get the freezes.
That's useful confirmation that it's a cookies problem.
Does the DPI stuff work otherwise? Bookmarks, https:, file:...
ps -ef | grep dpi doesn't show anything interesting: 1533 1 0 14:31 ? 00:00:00 dpid 1534 1533 0 14:31 ? 00:00:00 /usr/lib64/dillo/dpi/cookies/cookies.dpi
It shows that neither the DPI daemon or the cookies DPI have crashed, which is something. I wonder what the cookies DPI is doing? Does anyone know how to attach gdb to the cookies DPI and see where it's at?
gdb /usr/lib64/dillo/dpi/cookies/cookies.dpi 1534 or something along those lines...