Comment #5 on issue 2356 by [email protected]: Lilypond segfaults http://code.google.com/p/lilypond/issues/detail?id=2356
SCM *v is a recipe for trouble with regard to garbage collection. It is not something that the Scheme garbage collector sees as Scheme. So the variable under it needs to be protected separately. I'll look some more.
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
