Not everytime but most times when I close a program I get the application box and in the backtrace box the error is always the same. I've attached the blacktrace log. Besides this KDE functions fine and never happens when using an application on when closing one. Bri, -------------- next part -------------- (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...0x28ec256c in __sys_poll () from /usr/lib/libc_r.so.4 #0 0x28ec256c in __sys_poll () from /usr/lib/libc_r.so.4 #1 0x28ec1ab8 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4 #2 0x28ec147d in _thread_kern_scheduler () from /usr/lib/libc_r.so.4 #3 0x0 in ?? ()
Le Saturday 19 April 2003 23:24, Bri a ?crit :> Not everytime but most times when I close a program I get the application > box and in the backtrace box the error is always the same. > > I've attached the blacktrace log. > > Besides this KDE functions fine and never happens when using an application > on when closing one. > > Bri,<AOL> me too, here (repeated core dumps with the same kind of backtraces). these core dumps seem to have disappeared after a full (FreeBSD4.8/X4.3/KDE3.1.1) reinstall. As my previous setup was a machine regularly upgraded (OS via make world, ports with portupgrade), some obsolete includes or libraries may be the cause for the crashes. TfH </AOL>
On Saturday 19 April 2003 23.24, Bri wrote:> Not everytime but most times when I close a program I get the application > box and in the backtrace box the error is always the same. > > I've attached the blacktrace log. > > Besides this KDE functions fine and never happens when using an application > on when closing one. > > Bri,If you have an NVidia card, and are using the NVidia drivers, recompile Qt with 'WITHOUT_OPENGL' defined. KDE does not use OpenGL to draw anything on screen normally. At most, you will lose access to a few screensavers, KPovModeler, and some Noatun visualisations. Regards, -- Lauri Watts KDE Documentation: http://i18n.kde.org/doc/ KDE on FreeBSD: http://freebsd.kde.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030420/72717dac/attachment.bin
> Not everytime but most times when I close a program I get the applicationbox> and in the backtrace box the error is always the same.Are you using an NVidia video card ? If so, you could try uprading to the latest qt/kde version in the ports or try to recompile qt+kde with the folloing option: WITHOUT_OPENGL=YES. Antoine