Re: [PATCH] Fix unset PATH crash

2015-03-06 Thread Colin Campbell
d/issues/detail?id=4315>: Patch: PATCH: Fix unset PATH crash and created Reitveld Issue 211320043: PATCH: Fix unset PATH crash (tracker #4315) Cheers, Colin -- I've learned that you shouldn't go through life with a catcher's mitt on both hands. You need to be able to throw som

Re: [PATCH] Fix unset PATH crash

2015-03-03 Thread Masamichi HOSODA
> On 2015-03-01 02:07 AM, Masamichi HOSODA wrote: >> On Windows, lilypond crashes when the environment variable PATH is not >> set. >> >> ``` >> C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\bin>set PATH= >> >> C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\bin>lilypond >> GNU LilyPond 2.19.16 >> term

Re: [PATCH] Fix unset PATH crash

2015-03-03 Thread Phil Holmes
"Colin Campbell" wrote in message news:54f4b890.9030...@shaw.ca... On 2015-03-01 02:07 AM, Masamichi HOSODA wrote: On Windows, lilypond crashes when the environment variable PATH is not set. ``` C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\bin>set PATH= C:\tmp\lilypond-2.19.16-0.mingw\$_OUTD

Re: [PATCH] Fix unset PATH crash

2015-03-02 Thread Colin Campbell
On 2015-03-01 02:07 AM, Masamichi HOSODA wrote: On Windows, lilypond crashes when the environment variable PATH is not set. ``` C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\bin>set PATH= C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\bin>lilypond GNU LilyPond 2.19.16 terminate called after throwi

[PATCH] Fix unset PATH crash

2015-03-01 Thread Masamichi HOSODA
this issue is a possible crash. A patch file is attached. >From 68e233c11b3eeaad0ee442a4b3a47e206ebc70e0 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sun, 1 Mar 2015 17:44:54 +0900 Subject: [PATCH] Fix unset PATH crash When the environment variable PATH is not set, getenv ("PATH"