[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: extragear/multimedia/amarok/src
From:       Michael Seiwert <mseiwert () hbv ! de>
Date:       2006-05-27 18:06:45
Message-ID: 200605272006.46090.mseiwert () hbv ! de
[Download RAW message or body]

Hi Jeff,

nope, crashed again.

Very best regards

Michael


Am Samstag 27 Mai 2006 19:37 schrieb Jeff Mitchell:
> SVN commit 545522 by mitchell:
>
> Does this fix the crash?  Hard to tell here.
>
>
>  M  +2 -1      scriptmanager.cpp
>
>
> --- trunk/extragear/multimedia/amarok/src/scriptmanager.cpp #545521:545522
> @@ -766,7 +766,8 @@
>  ScriptManager::terminateProcess( KProcIO** proc )
>  {
>      if( *proc ) {
> -        (*proc)->kill(); // Sends SIGTERM
> +        if( (*proc)->isRunning() )
> +            (*proc)->kill(); // Sends SIGTERM
>          (*proc)->detach();
>
>          delete *proc;

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic