bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #25697] Segmentation fault setting .DEFAULT_GOAL


From: Martin Dorey
Subject: [bug #25697] Segmentation fault setting .DEFAULT_GOAL
Date: Wed, 25 Feb 2009 02:16:36 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6

Follow-up Comment #1, bug #25697 (project make):

Can reproduce with latest make from CVS.  ns is null at the penultimate
line:

2175                    /* In case user set .DEFAULT_GOAL to a non-existent
target
2176                       name let's just enter this name into the table and
let
2177                       the standard logic sort it out. */
2178                    if (default_goal_file == 0)
2179                      {
2180                        struct nameseq *ns;
2181                        char *p = *default_goal_name;
2182    
2183                        ns = multi_glob (
2184                          parse_file_seq (&p, '




reply via email to

[Prev in Thread] Current Thread [Next in Thread]