Comment #2 on issue 1732 by [email protected]: occasional segfault when compiling input/regression/midi/key-initial.ly
http://code.google.com/p/lilypond/issues/detail?id=1732

I've set up a shell script to run this 100 times, and it ran successfully all 100 times with my shell script.


#!/bin/bash
COUNTER=0
while [ $COUNTER -lt 100 ];
do
  echo $COUNTER
  lilypond --verbose ../input/regression/midi/key-initial.ly
  let COUNTER+=1
done

I'll keep running it, but I can't reproduce it (OSX 10.5 Leopard, lilypond 2.15.6).

As non-reproducible as this is, I don't think it should be Critical.


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to