[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fatal bug in strftime?
From: |
address@hidden |
Subject: |
Re: Fatal bug in strftime? |
Date: |
Sat, 11 May 2013 12:10:15 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 |
On 2013-05-11 11:27, Federico Bruni wrote:
2013/5/11 Peter Toye <address@hidden <mailto:address@hidden>>
When I try to use the %e format to get rid of leading zeros in the
date, lilypond crashes out.
\header {
title = "title"
composer = "no-one"
tagline = \markup {
Engraved
\simple #(strftime "%e/%m/%Y" (localtime (current-time)))
with \with-url #"http://lilypond.org/"
\line { LilyPond \simple #(lilypond-version)
(http://lilypond.org/) }
}
}
I cannot reproduce the crash on linux.
Some Windows user should check
I can confirm that on Windows 7 32-bit and Lilypond 2.17.13 it crashes!
FATAL: memory error in realloc
C:/lilypond/usr/share/lilypond/current/scm/lily.scm
Exited with return code 3.
// Anders
--
English isn't my first language.
So any error or strangeness is due to the translation.
Please correct my English so that I may become better.
- Fatal bug in strftime?, Peter Toye, 2013/05/11
- Re: Fatal bug in strftime?, Peter Toye, 2013/05/12
- Re: Fatal bug in strftime?, Phil Holmes, 2013/05/12
- Re: Fatal bug in strftime?, Peter Toye, 2013/05/13
- Re: Fatal bug in strftime?, David Nalesnik, 2013/05/13
- Re: Fatal bug in strftime?, Peter Toye, 2013/05/22
- Re: Fatal bug in strftime?, David Nalesnik, 2013/05/22
- Re: Fatal bug in strftime?, Peter Toye, 2013/05/27