On Wed, Feb 19, 2003 at 10:44:59PM -0800, Philip Ganchev wrote:
Hi,
Am I doing something wrong, or is this a bug?
Following the instructions in dillo-0.7.0/INSTALL, I configure, compile, install and run Dillo, then click on the Bookmarks menu. Dillo crashes.
------------ % ./configure --target=$HOME ^^^^^^^^^^^^ % make % make install<No error messages.>
% src/dillo ^^^^^^^^ Setting locale to C... dillo_dns_init: Here we go! The cookies file has a file lock: disabling cookies in this dillo! Nav_open_url: Url=>about:splash< IO_write: Changing io->Buf (4096) IO_write: EAGAIN IO_write: Changing io->Buf (4096) IO_write: EAGAIN <Dillo running> Click on the Bookmarks menu
Nav_open_url: Url=>dpi:/bm/< Server NOT running waitpid: No child processes <waited 256 cycles for server to be on line> [connect]: No such file or directory Not implemented Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server shutdown).---------------
This seems to happen when dillo fails to spawn the dpi bookmark server. from your compilation instructions above, it looks like you install into a directory that is not in your $PATH, and thus the bm server can't be found. try running dpi/bm_srv12 manually, or export PATH=$HOME/bin:$PATH and it should work. otherwise it indeed looks like a bug that dillo dies when it fails to start the server.
Thanks, Philip
Greetings, Thorben Thuermer (r00t@wearlab.de)