bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lily crash


From: Mats Bengtsson
Subject: Re: Lily crash
Date: Tue, 19 Sep 2006 08:50:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060730 SeaMonkey/1.0.4

Graham, are you sure that you uncommented the line causing the SIGSEGV
before trying the example? I do get a SIGSEGV with the latest CVS version.

  /Mats

Steven Weber wrote:
I've tested it on multiple computers, and have the same error on all of
them.  Sorry about the acronym, I test software for a living, so I forget
that not everyone else uses our lingo.  AV = Access Violation (basically,
lily tried to use memory that it didn't have permission to access).  As long
as it works in the new version, I'm happy with not reporting it (especially
since the easy work around is just to reverse the symbols).

--Steven

-----Original Message-----
From: Graham Percival [mailto:address@hidden Sent: Monday, September 18, 2006 7:08 PM
To: Panteck
Cc: address@hidden
Subject: Re: Lily crash

Thanks for the report! I'm surprised that lilypond has any problems with an easy score like this... what does "AV's" mean? Could your system have another issue?

I didn't have any problems with 2.9.18, and we should be releasing a new 2.10 release fairly soon, so I don't think it's prudent to add this to the bug database (it would distract developers from finishing 2.10).

Cheers,
- Graham


Panteck wrote:
Windows XP, Lilypond 2.8.6

\version "2.8.6"

\score
{
\new Staff
{
 \clef bass
 \time 4/4

 % This line works as expected
 c4 -- -> ( d -- -> ) e -- -> ( f -- -> ) |

 % This line AV's with a bad memory reference error
 %c4 -> -- ( d -> -- ) e -> -- ( f -> -- ) |
}
}


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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