Re: Head scratching...

From: John Lazzaro (lazzaro@CS.Berkeley.EDU)
Date: Sun Jul 29 2001 - 21:11:29 EDT


> I have run across one pesky 'instr' definition that seems to be causing
> sfront to generate a "segmentation fault".

Yes, does it on Linux too, this is an sfront bug, thanks for sending
it along. My guess is its exciting an sfront bug relating to really
long printf() stings -- breaking it up as:

  printf("<keypressure time=%g track=%1.0f channel=%1.0f note=%1.0f ",
         time, tr, ch, p);
  printf("pressure=%1.0f >\n", v);

works and can be used as a workaround until the next release.

                                                                --jl



This archive was generated by hypermail 2b29 : Mon Jan 28 2002 - 12:11:08 EST