Your message dated Sat, 18 Jan 2020 23:52:38 +0000
with message-id <[email protected]>
and subject line Bug#949124: Removed package(s) from unstable
has caused the Debian Bug report #813663,
regarding horae: memory leak in Athena when trying to rebin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
813663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813663
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: horae
Version: 071~svn537-2
Severity: normal
Tags: patch

Hi Carlo,

I've attached a patch for the rebinning memory leak problem in Athena.

For some reason, the $ee variable only gets incremented twice, and so it never 
finishes the while loop. It is beyond my Perl knowledge to ascertain why, but 
the workaround in the patch is only two lines.

Cheers,

Nathaniel

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages horae depends on:
ii  ifeffit                                 2:1.2.11d-10+b1
ii  libarchive-zip-perl                     1.56-2
ii  libchemistry-elements-perl              1.07-2
ii  libchemistry-formula-perl               3.0.1-1.2
ii  libconfig-inifiles-perl                 2.88-1
ii  libifeffit-perl                         2:1.2.11d-10+b1
ii  libmath-combinatorics-perl              0.09-4
ii  libmath-derivative-perl                 0.04-2
ii  libmath-round-perl                      0.07-1
ii  libmath-spline-perl                     0.02-1
ii  libparse-recdescent-perl                1.967013+dfsg-1
pn  libpod-escapes-perl                     <none>
ii  libspreadsheet-writeexcel-perl          2.40-1
ii  libstatistics-descriptive-perl          3.0612-1
ii  libtext-glob-perl                       0.09-2
ii  libtie-ixhash-perl                      1.23-2
ii  libtime-stopwatch-perl                  1.00-5
ii  libtk-filedialog-perl                   1.3-4
ii  libtk-gbarr-perl                        2.08-2
ii  libtk-histentry-perl                    0.43-3
ii  libtk-pod-perl                          0.9942-1
ii  libtk-splashscreen-perl                 1.0-4
ii  libwwwbrowser-perl                      2.23-2
ii  libxml-simple-perl                      2.22-1
ii  libxray-absorption-perl                 3.0.1-3
ii  libxray-scattering-perl                 3.0.1-2
ii  perl                                    5.22.1-4
ii  perl-modules-5.22 [libpod-simple-perl]  5.22.1-4
ii  perl-tk                                 1:804.033-1+b1
ii  perlindex                               1.606-1

Versions of packages horae recommends:
ii  horae-doc  072-1

Versions of packages horae suggests:
pn  libstar-parser-perl  <none>

-- no debconf information
--- /usr/bin/athena	2015-01-10 15:00:16.000000000 -0600
+++ athena	2016-02-04 00:14:54.677112530 -0600
@@ -7086,9 +7086,10 @@
     $ee += $rebin{pre};
   };
   $ee = $rebin{emin}+$e0;
+  my $xanes_step = $rebin{xanes};
   while ($ee < $rebin{emax}+$e0) {
     push @bingrid, $ee;
-    $ee += $rebin{xanes};
+    $ee += $xanes_step;
   };
   $ee = $rebin{emax}+$e0;
   my $kk = $groups{$group}->e2k($rebin{emax});

--- End Message ---
--- Begin Message ---
Version: 071~svn537-2.1+rm

Dear submitter,

as the package horae has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/949124

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to