On Thu, 2004-03-25 at 11:39 +0000, Michael Meeks wrote: > On Wed, 2004-03-24 at 12:40 +0800, Not Zed wrote: > > ** ERROR **: file linc-connection.c: line 544 > > (link_connection_do_initiate): assertion failed: (CNX_IS_LOCKED (0)) > > aborting... > > disInstr: unhandled instruction bytes: 0xCC 0xEB 0x5 0xE8 > > Well; the CNX_IS_LOCKED implementation is just for debugging and really > rather depends on your pthread implementation, particularly if you > havn't initialized threads. Having said that - ORBit2 should initialize > threads really early by default so ... not sure what's going on there. > > No idea why that should cause pain with valgrind,
Yeah i dunno either. Maybe trylock isn't implemented in valgrind's 'hacked pthread lib' (as it calls itself). FWIW with this disabled, certain things simply don't work running in valgrind. Although they could point to code bugs. When you try to do autocompletion, it always complains that its getting stuff out of sequence. i.e. i think it gets responses before the call returns. (which is definetely a code bug if thats what happens - this is in eds/evo code though). Michael _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
