>  I can reproduce this bug with the following versions:
>
>  [EMAIL PROTECTED]:~$ dpkg -l beagle | grep ii
>  ii  beagle                                     0.3.5-1                     
> indexing and search tool for your personal data
>  [EMAIL PROTECTED]:~$ dpkg -l libbeagle1 | grep ii
>  ii  libbeagle1                                 0.3.5-1+b1                  
> library for accessing beagle using C
>  [EMAIL PROTECTED]:~$ dpkg -l gnome-color-chooser  | grep ii
>  ii  gnome-color-chooser                        0.2.3-2                     
> GTK+/GNOME desktop appearance customization tool
>
>  here a strace related snippet:
>
>  open("/usr/lib/libbeagle.so.1", O_RDONLY) = 15
>  stat64("/home/meebey/.beagle", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
>  stat64("/home/meebey/.beagle/socket", {st_mode=S_IFSOCK|0755, st_size=0, 
> ...}) = 0
>  socket(PF_FILE, SOCK_STREAM, 0)         = 15
>  connect(15, {sa_family=AF_FILE, path="/home/meebey/.beagle/socket"}, 110) = 
> -1 EAGAIN (Resource temporarily unavailable)
>  connect(15, {sa_family=AF_FILE, path="/home/meebey/.beagle/socket"}, 110) = 
> -1 EAGAIN (Resource temporarily unavailable)

It is strange that connect() is returning EAGAIN. Does the socket
physically exist ?
It is even stranger that gnome-color-chooser is using libbeagle.
I will try to reproduce this on ubuntu and mandriva. Wish me luck.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to