Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4571)

Issue 211320043: PATCH: Fix unset PATH crash (tracker #4315) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 1 month ago by Colin Campbell
Modified:
9 years, 1 month ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

PATCH: Fix unset PATH crash Per Masamichi Hosada: 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 throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. C:\tmp\lilypond-2.19.16-0.mingw\$_OUTDIR\usr\bin> ``` Even in the case of linux, this issue is a possible crash.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M lily/relocate.cc View 1 chunk +3 lines, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b