Issue 540: programming error: 'cruelty to springs' and irregular spacing.
http://code.google.com/p/lilypond/issues/detail?id=540

Comment #13 by joeneeman:
Thanks, but the backtrace isn't very illuminating -- I have re-read the code many times and what you get shouldn't happen. I do have a patch (unfortunately, not on this computer) that may fix the problem and I'll upload it for you to test at the next opportunity I have. In the meantime, does compiling with optimisation disabled (using the flag --disable-optimising to ./configure) change anything (make sure you
"make clean" after re-configuring)?

Also, if you don't mind messing around more with gdb, the following set of commands
/might/ provide me with useful information:

(gdb) b programming_error(std::string)
(gdb) r cruelty
<wait until it hits the breakpoint>
(gdb) up
(gdb) p *this



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to