bugGNU Astronomy Utilities - Bugs: bug #61329, make check crash in macOS in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #61329: make check crash in macOS in convolve/spectrum-1d.sh

Submitter:  Mohammad Akhlaghi <makhlaghi>
Submitted:  Sun 10 Oct 2021 11:01:30 PM UTC
   
 
Category:  Installation Severity:  3 - Normal
Item Group:  Crash Status:  Fixed
Privacy:  Public Assigned to:  makhlaghi
Open/Closed:  Closed

Mon 11 Oct 2021 10:35:50 AM UTC, comment #1: 

This bug was fixed in Commit e0f1e7ccc3.

Mohammad Akhlaghi <makhlaghi>
Group administrator
Sun 10 Oct 2021 11:01:30 PM UTC, original submission:  

Upon building Gnuastro 0.16 on CondaForge's macOS system, the 'convolve/spectrum-1d.sh' test failed with the following notice:


astconvolve: '1n3n10n3n1' couldn't be read as a number (element 1 of first uncommented line)
FAIL convolve/spectrum-1d.sh (exit status: 1)


This test was added recently (in Commit 00d829a44 (July 10th, 2021) and the kernel of the 1D convolution test was given to it through standard input like this:


echo "1 3 10 3 1" \
     | sed 's/ /\n/g'


But from the error above, we see that on macOS, this SED command outputs '1n3n10n3n1'!

Mohammad Akhlaghi <makhlaghi>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makhlaghi (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-10-11 makhlaghi StatusIn Progress Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code