Applications crash in KDE

2003-08-01 Thread Hasse Hund
Hi everybody.
 uname -a
FreeBSD thor.swedehost.com 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Aug  1 
16:58:59 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/THOR  
i386

Some of my applications crash on exit in KDE.
Specially kmplayer and konsole. ( Both function as supposed to, exept crashing 
when shut down. )
I have installed perl 5.8 from the ports collection. No additional config done 
by me, and upgraded all installed ports with portupgrade -arR
Both applications causing signal 11 (SIGSEGV)
Below are a snip from the Crash-handler.

snip
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x28ef4ea0 in __sys_poll ()
   from /usr/lib/libc_r.so.4
#0  0x28ef4ea0 in __sys_poll () from /usr/lib/libc_r.so.4
#1  0x28ef43c8 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.4
#2  0x28ef3d8e in _thread_kern_scheduler () from /usr/lib/libc_r.so.4
#3  0x0 in ?? ()
/snip

Any suggestions or tips on how to deal with this ?

Best Regards
Geir Svalland.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Applications crash in KDE

2003-08-01 Thread Antoine Jacoutot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 01 August 2003 21:02, Hasse Hund wrote:
 Below are a snip from the Crash-handler.

Are you using the NVidia binary drivers ?

- -- 
Antoine Jacoutot
[EMAIL PROTECTED]
http://www.lphp.org
PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/KsyuY3Hnhkr+5cQRAjR1AJ9Foy2noxiC32uIP3e7kF3+KivHowCcCyFV
FuHBqvR7IYLUm+cpfPd13lQ=
=DW5r
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Applications crash in KDE

2003-08-01 Thread Hasse
Yes, downloaded from http://www.nvidia.com
Didn't get the one from ports to build.
It seems like something got built threaded, that's not supposed to.
/Geir.

On Friday 01 August 2003 22.25, Antoine Jacoutot wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Friday 01 August 2003 21:02, Hasse Hund wrote:
  Below are a snip from the Crash-handler.

 Are you using the NVidia binary drivers ?

 - --
 Antoine Jacoutot
 [EMAIL PROTECTED]
 http://www.lphp.org
 PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (FreeBSD)

 iD8DBQE/KsyuY3Hnhkr+5cQRAjR1AJ9Foy2noxiC32uIP3e7kF3+KivHowCcCyFV
 FuHBqvR7IYLUm+cpfPd13lQ=
 =DW5r
 -END PGP SIGNATURE-

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Best Regards
Hasse.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Applications crash in KDE

2003-08-01 Thread Antoine Jacoutot
Selon Hasse [EMAIL PROTECTED]:
 Yes, downloaded from http://www.nvidia.com
 Didn't get the one from ports to build.
 It seems like something got built threaded, that's not supposed to.
 /Geir.

OK, so you have to recompile qt (and kde) with the following option:
-DWITHOUT_OPENGL

Antoine
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Applications crash in KDE

2003-08-01 Thread Hasse
Hi Antoine.
Will do.
Thx a lot.
/Geir.
On Friday 01 August 2003 22.53, Antoine Jacoutot wrote:
 Selon Hasse [EMAIL PROTECTED]:
  Yes, downloaded from http://www.nvidia.com
  Didn't get the one from ports to build.
  It seems like something got built threaded, that's not supposed to.
  /Geir.

 OK, so you have to recompile qt (and kde) with the following option:
 -DWITHOUT_OPENGL

 Antoine
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Applications crash in KDE

2003-08-01 Thread Hasse

That will be KDE-Base ?
/Geir.

On Friday 01 August 2003 22.53, Antoine Jacoutot wrote:
 Selon Hasse [EMAIL PROTECTED]:
  Yes, downloaded from http://www.nvidia.com
  Didn't get the one from ports to build.
  It seems like something got built threaded, that's not supposed to.
  /Geir.

 OK, so you have to recompile qt (and kde) with the following option:
 -DWITHOUT_OPENGL

 Antoine
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Best Regards
Hasse.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Applications crash in KDE SOLVED

2003-08-01 Thread Hasse
Thx a lot Antoine.
Recompiling qt -DWITHOUT_OPENGL did the trick.
/Geir.

On Friday 01 August 2003 22.53, Antoine Jacoutot wrote:
 Selon Hasse [EMAIL PROTECTED]:
  Yes, downloaded from http://www.nvidia.com
  Didn't get the one from ports to build.
  It seems like something got built threaded, that's not supposed to.
  /Geir.

 OK, so you have to recompile qt (and kde) with the following option:
 -DWITHOUT_OPENGL

 Antoine

-- 
Best Regards
Hasse.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]