Re: Regression in 2.14.2, dynamic cast crash introduced in commit 6f6369c0

2011-11-08 Thread Pavel Roskin
On Tue, 8 Nov 2011 16:26:13 - "Phil Holmes" wrote: > Using Windows and any version 2.14 and 2.15.15 I don't get a crash. > Which OS are you using, please? Fedora 16 x86_64. c++ (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1) 2.14 and 2.14.1 should not be affected. The breakage was committed between

Re: Regression in 2.14.2, dynamic cast crash introduced in commit 6f6369c0

2011-11-08 Thread Phil Holmes
"Pavel Roskin" wrote in message news:2007182705.36e40645@mj... Hello! Lilypond 2.14.2 and the current revision from stable/2.14 crash on this file: \version "2.14.2" \score { \new PianoStaff << \new Staff = "right" { \change Staff="left" } \new Staff = "left" { s1 } >> \layout { }

Re: Regression in 2.14.2, dynamic cast crash introduced in commit 6f6369c0

2011-11-08 Thread Peekay Ex
Hello, On Mon, Nov 7, 2011 at 11:27 PM, Pavel Roskin wrote: > Hello! > > Lilypond 2.14.2 and the current revision from stable/2.14 crash on this > file: Added as http://code.google.com/p/lilypond/issues/detail?id=2030 -- -- James ___ bug-lil

Regression in 2.14.2, dynamic cast crash introduced in commit 6f6369c0

2011-11-07 Thread Pavel Roskin
Hello! Lilypond 2.14.2 and the current revision from stable/2.14 crash on this file: \version "2.14.2" \score { \new PianoStaff << \new Staff = "right" { \change Staff="left" } \new Staff = "left" { s1 } >> \layout { } } Bisection finds that the regression was introduced on the sta