sound with linux rpm

Ned Konz ned at bike-nomad.com
Mon Aug 19 19:14:46 UTC 2002


On Monday 19 August 2002 12:40 pm, John Hinsley wrote:
> > It would help to see strace output.   Do "strace -o log squeak
> > myimage.image" and try to play a sound.  The file will be too big
> > to email to the list,
>
> It's huge! More than half a Gig! So even gzipped it'll be too big
> to conveniently email.
>
> But much of it is the usual "gettimeofday" stuff, which is not
> likely to be of use to man or beast, so I'll dig out my old *nix
> books and see if I can come up with a script to chop those bits
> out. Currently it takes gvim about 10 minutes to load it!

I don't know why it's logging gettimeofday (mine doesn't), but you can 
always do this:

strace -o log -e 'trace=!gettimeofday' squeak my.image

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list