Calling notify on "Sound" -> Segfault

2015-02-25 Thread Gregor Mi
Hi, with recent kdesrcbuild I got segfaults everytime a messagebox is about to appear (I can sees the frame of the box but the content is not loaded because it then crashes). On the console it says for example: ``` kate(9037)/default KNotificationManager::notify: Calling notify on "Sound" Segm

Re: Calling notify on "Sound" -> Segfault

2015-02-25 Thread laurent Montel
Le Wednesday 25 February 2015 23:27:08 Gregor Mi a écrit : > Hi, > > with recent kdesrcbuild I got segfaults everytime a messagebox is about to > appear (I can sees the frame of the box but the content is not loaded > because it then crashes). > > On the console it says for example: > > ``` > ka

Re: Calling notify on "Sound" -> Segfault

2015-02-25 Thread Thomas Lübking
On Mittwoch, 25. Februar 2015 23:27:08 CEST, Gregor Mi wrote: ``` kate(9037)/default KNotificationManager::notify: Calling notify on "Sound" Segmentation fault ``` There is no additional information printed. I suspect that the sound is causing the problem because it happens with several appli

Re: Calling notify on "Sound" -> Segfault

2015-02-25 Thread Dominik Haumann
Hi, if the problem is indeed the VLC backend, then it also works to go to /home/dh/kde/kf5/build/kdesupport/phonon/phonon-vlc and type `make uninstall` Greetings, Dominik On Wednesday 25 February 2015 23:40:02 laurent Montel wrote: > Le Wednesday 25 February 2015 23:27:08 Gregor Mi a écrit : > >

Re: Calling notify on "Sound" -> Segfault

2015-02-26 Thread Gregor Mi
On 25/02/15 23:40, laurent Montel wrote: > Le Wednesday 25 February 2015 23:27:08 Gregor Mi a écrit : >> Hi, >> >> with recent kdesrcbuild I got segfaults everytime a messagebox is about to >> appear (I can sees the frame of the box but the content is not loaded >> because it then crashes). >> >> O