bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1732 in lilypond: occasional segfault when compiling input/reg


From: lilypond
Subject: Re: Issue 1732 in lilypond: occasional segfault when compiling input/regression/midi/key-initial.ly
Date: Thu, 14 Jul 2011 15:16:13 +0000


Comment #2 on issue 1732 by address@hidden: 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]