bug-make
[Top][All Lists]
Advanced

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

[bug #30748] Segmentation violation for SHELL with "strange" character


From: Petr Machata
Subject: [bug #30748] Segmentation violation for SHELL with "strange" character
Date: Wed, 11 Aug 2010 14:49:31 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Firefox/3.6.7

URL:
  <http://savannah.gnu.org/bugs/?30748>

                 Summary: Segmentation violation for SHELL with "strange"
character
                 Project: make
            Submitted by: pmachata
            Submitted on: Срд 11 Авг 2010 14:49:30
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: CVS
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

$ cat ../y.mk
SHELL:=python^
all:; @print 6
$ ./make -f ../y.mk
Segmentation fault

When this gets fixed (I'll attach the patch, but I'm not sure whether I'm not
just patching over some deeper bug):
$ ./make -f ../y.mk
/bin/sh: python^ -c print\ 6: No such file or directory
make: *** [all] Error 127

Even though:
$ python^ -c print\ 6 
6




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Срд 11 Авг 2010 14:49:30  Name: make-3.82-weird-shell-segv.patch 
Size: 573B   By: pmachata

<http://savannah.gnu.org/bugs/download.php?file_id=21193>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30748>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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