gnuastro-devel
[Top][All Lists]
Advanced

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

[task #15567] Converting hh:mm:ss and dd:mm:ss notations to degrees and


From: Mohammad Akhlaghi
Subject: [task #15567] Converting hh:mm:ss and dd:mm:ss notations to degrees and vice vesa
Date: Sat, 28 Mar 2020 20:41:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0

Follow-up Comment #45, task #15567 (project gnuastro):

When you want to quote code, please follow the Savannah's Markup
<https://savannah.gnu.org/markup-test.php> system so it is highlighted
differently compared to your plain text message on Savannah, look under
"Verbatim markup (useful for code bits)" for putting code.

What you quoted from Valgrind is no longer a segmentation fault. Look in
Comment #38, it says "Invalid read of size 1" (which can cause a segmentation
fault). 

The valgrind output you are reporting is a simple memory leakage (which
GNU/Linux operating systems automatically free as soon as the program is
finished). Ideally we would not want to have any such leakage, so its good if
it is removed, but in practice, its not an error. It should go by using
`gal_list_data_free' on the table, after it has been saved to the output file
(or printed on the command-line). You can fix it in your commit, try it out
;-).

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/task/?15567>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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