[CM] SND 6.1 segfault

Bill Schottstaedt bil@ccrma.Stanford.EDU
Mon, 28 Jul 2003 04:45:19 -0700


justin wrote:

>I could only get snd to run without segfaulting by placing all the *.html 
>documentation in my home directory.  I just thought that was a little 
>strange...
>  
>
At some point (snd 6.1 apparently!) I had some startup code to find the 
Snd documentation
for the help system, and it could segfault if something was awry from 
its limited point
of view.  If possible, get the current version (6.10 or 6.11) and try 
it.  If you have gdb,
it is sometimes helpful to

gdb snd
run
<get it to segfault>
where

Which can tell me where the error occurred, on a good day.