>From what I am able to understand: The select call in libgnomecups/snmpkit/snmpsock.C:119 (which is waiting for snmp answers) freaks out as soon as a seteuid call is done in another thread: This happens in gnome-vfs2-2.14.1/libgnomevfs/gnome-vfs-method.c:348
Running this with gdb, I can see that the euid is already 1000 (my user) and it is set to the same value (1000). If I set a breakpoint before this happens, for instance at "gnome_vfs_add_module_to_hash_table", and manually run "print seteuid(1000)", the select freaks out. (I don't understand this.) -- g-cups-mgr crashes when adding lpr printer w/ custom driver https://launchpad.net/bugs/21003 -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
