On Monday 16 June 2003 23:11, Damion de Soto wrote: > well, i switched to the cvs versions of blackbox and bbkeys this > morning, and yes, i could then switch between real screens, and virtual > desktops. > I must say, however, i don't think blackbox is ready for release yet, > since it's crashed twice today already. > > second time was related to opening one of xmms's sub-windows. > i can't remember what caused it to die the first time. >
There is a nasty assert() being triggered by certain pieces of software. We have certain situations where a subtraction creates a negative int which then becomes an unsigned int. For those of you who do not speak C(++) that means something like -32 becomes 64k - 32. Rather than have X blow up we catch the bad request and die. I have been slowly reducing the causes of this, just need to do some more testing. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
