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

Bug#519336: marked as done ([fixed in 4.6] gnat1 segfault when unchecked converting an identifier with type mismatch)



Your message dated Sun, 13 Jul 2014 01:38:55 +0000
with message-id <[🔎] E1X68kh-00076H-KM@franck.debian.org>
and subject line Bug#714577: Removed package(s) from unstable
has caused the Debian Bug report #519336,
regarding [fixed in 4.6] gnat1 segfault when unchecked converting an identifier with type mismatch
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 owner@bugs.debian.org
immediately.)


-- 
519336: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519336
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnat
Version: 4.3.2-3
Severity: minor


The following program crashes gnatmake. I could not make it
smaller. Removing the affectation (last line) or correcting the type
mismatch in the record declaration (first line) both causes a normal
error message.

------------------------------------------
with Ada.Unchecked_Conversion;

package Essai is
   type Attributed_Chararcter is record
      I : Integer;
   end record;
   type Video_Array is array (Integer range 0 .. 1) of Attributed_Character;
   type Video_Access is access Video_Array;
   function To_VA is new Ada.Unchecked_Conversion (Integer, Video_Access);
   Video : Video_Access := To_VA (0);
end Essai;
-----------------------------------------

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28.3 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnat depends on:
ii  gnat-4.3                      4.3.3-2    The GNU Ada compiler

gnat recommends no packages.

gnat suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 4.4.6-6+rm

Dear submitter,

as the package gnat-4.4 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/714577

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

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

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

--- End Message ---

Reply to: