From kde-core-devel Sat Sep 30 00:34:18 2000 From: Lars Doelle Date: Sat, 30 Sep 2000 00:34:18 +0000 To: kde-core-devel Subject: Re: Recent problems with konsole X-MARC-Message: https://marc.info/?l=kde-core-devel&m=97027471702934 On Thu, 28 Sep 2000, Antonio Larrosa wrote: > Hi, > > I'm getting "random" hangs of konsole when closing sessions, is it just me > ? or did somebody else noticed this ? I haven't experienced the problem, yet, but i try to reproduce it. There is a bug report related to background jobs. This may or may not have something to do with it. If anyone who has this bug reproducible likes to help, TEPty::donePty() is a good place to put a diagnostic message in. This slot should receive a signal and pass it on, when the session is closed. > It happens sometimes on the last session and sometimes on ... not-last > session > > I'm not using any special scheme (no transparency, no background) > > > Btw, I get "undecodable token: \001b(hex)[02;32m" > or undecodable token: \001b(hex)[03;33m > in stdout (or err) each time I do an ls in a directory with .h or .o files. > > I use : > antonio@terminus:~ > echo $LS_COLORS > no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:ex= >01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=00;3 >1:*.tgz=00;31:*.rpm=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*. >z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.c=00;32:*.cc=00;32:*.cpp=00;32:*. >h=02;32:*.o=03;33:*.swp=03;33:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;3 >5:*.xpm=01;35:*.tif=01;35:*.png=01;35: > > Anyway, they are correctly seen. Lars, is there really a problem ? or > can you just "silently" pass over these messages ? The diagnostics are issued for the "02" and the "03". Don't know what these mode mean, italic, perhaps. I can try to find it out. The "undecodables" are simply skipped.