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

List:       kde-devel
Subject:    Re: Some kdemultimedia and other bugs I'm sticking here out of laziness...
From:       Stefan Westerfeld <stefan () space ! twc ! de>
Date:       2001-05-13 18:18:03
[Download RAW message or body]

   Hi!

On Sat, May 12, 2001 at 12:30:39AM -0700, Triskelios wrote:
> First of all, looks like someone forgot something (breaks enable-final as 
> usual)...
> mpeglib/lib/splay/dump.h:14
> #ifndef __DUMP_H
> +  #define __DUMP_H
>  
> And need to re-add kmidi/log.h (or fix use of it in kmidi.cpp and kmidi.h...)
>  
> At kmidi/nas_a.cpp:294
> -    if ((fd.data=malloc(fd.capacity))==(char*)0) return -1;
> +    if ((fd.data=(char*)malloc(fd.capacity))==(char*)0) return -1;
>  
> without the cast to char, I get
> nas_a.cpp: In function `int opendevaudio()':
> nas_a.cpp:294: ANSI C++ forbids implicit conversion from `void *' in 
> assignment

Ok, I applied everything until here.

> Hm.. this doesn't look right:
> mpeglib/lib/splay/dct64.cpp:28
> static int dctInit=false;
>  
> void initialize_dct64() {
>   if (dctInit==true) {
>     return;
>   }
> 

To me it does look right. It's the standard "look if we have already
initialized things and if yes, return, if no, do it" kind of algorithm.

> [... konq problems...]
> 
> And artsplay (or any other things using arts) gets:
> connect(6, {sin_family=AF_UNIX, path="
>                 /tmp/mcop-trisk/kainga_quasarnet_org-7c1c-3afce1c4"}, 110) = 0
> gettimeofday({989652360, 930269}, NULL) = 0
> select(7, [3 6], [], [6], {2, 809966})  = 1 (in [6], left {2, 800000})
> read(6, "MCOP\0\0\0|\0\0\0\1\0\0\0\20aRts/MCOP-1.0.0\0"..., 8192) = 124
> write(6, "MCOP\0\0\0d\0\0\0\2\0\0\0#kainga.quasarnet"..., 100) = 100
> gettimeofday({989652360, 945260}, NULL) = 0
> gettimeofday({989652360, 945324}, NULL) = 0
> select(7, [3 6], [], [6], {2, 794911})  = 0 (Timeout)
> ...
> 
> This has been going on for the last week or so.
>
> [...]

Well, thats interesting. Are you sure that no other program is using your
soundcard (linux-2.4 and up will block programs trying to open the soundcard
if it is already in use)? Could you have a look what artsd is doing, is it
blocking anywhere?

   Cu... Stefan
-- 
  -* Stefan Westerfeld, stefan@space.twc.de (PGP!), Hamburg/Germany
     KDE Developer, project infos at http://space.twc.de/~stefan/kde *-         
 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

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

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