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

Bug#582452: marked as done (gnat-4.3: symbolic tracebacks broken; raise Storage_Error)



Your message dated Mon, 24 May 2010 22:07:55 +0000
with message-id <E1OGfoR-0006cm-Mh@ries.debian.org>
and subject line Bug#582452: fixed in gnat-4.4 4.4.4-4
has caused the Debian Bug report #582452,
regarding gnat-4.3: symbolic tracebacks broken; raise  Storage_Error
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.)


-- 
582452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582452
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnat-4.3
Version: 4.3.0-1
Severity: important

(from Björn Persson):

with Ada.Text_IO;
with GNAT.Traceback.Symbolic;

procedure Stack_Trace_Test is

   Oopsie : Exception;

   procedure Eledile is
   begin
      raise Oopsie with "How unfortunate!";
   end Eledile;

   procedure Crocophant is
   begin
      Eledile;
   end Crocophant;

begin
   Crocophant;
exception
   when E : others =>
      Ada.Text_IO.Put_Line(GNAT.Traceback.Symbolic.Symbolic_Traceback(E));
end Stack_Trace_Test;

$ gnatmake stack_trace_test.adb -g -bargs -E
gcc-4.3 -c -g stack_trace_test.adb
gnatbind -E -x stack_trace_test.ali
gnatlink stack_trace_test.ali -g
$ ./stack_trace_test 

Execution terminated by unhandled exception
Exception name: STORAGE_ERROR
Message: stack overflow (or erroneous memory access)
Call stack traceback locations:
0xb7e7c56b
$ addr2line --functions --exe=stack_trace_test 0xb7e7c56b
??
??:0


-- 
Ludovic Brenta.



--- End Message ---
--- Begin Message ---
Source: gnat-4.4
Source-Version: 4.4.4-4

We believe that the bug you reported is fixed in the latest version of
gnat-4.4, which is due to be installed in the Debian FTP archive:

gnat-4.4-base_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/gnat-4.4-base_4.4.4-4_amd64.deb
gnat-4.4_4.4.4-4.diff.gz
  to main/g/gnat-4.4/gnat-4.4_4.4.4-4.diff.gz
gnat-4.4_4.4.4-4.dsc
  to main/g/gnat-4.4/gnat-4.4_4.4.4-4.dsc
gnat-4.4_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/gnat-4.4_4.4.4-4_amd64.deb
libgnat-4.4-dbg_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnat-4.4-dbg_4.4.4-4_amd64.deb
libgnat-4.4_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnat-4.4_4.4.4-4_amd64.deb
libgnatprj-dev_4.4.4-4_all.deb
  to main/g/gnat-4.4/libgnatprj-dev_4.4.4-4_all.deb
libgnatprj4.4-dbg_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnatprj4.4-dbg_4.4.4-4_amd64.deb
libgnatprj4.4-dev_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnatprj4.4-dev_4.4.4-4_amd64.deb
libgnatprj4.4_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnatprj4.4_4.4.4-4_amd64.deb
libgnatvsn-dev_4.4.4-4_all.deb
  to main/g/gnat-4.4/libgnatvsn-dev_4.4.4-4_all.deb
libgnatvsn4.4-dbg_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnatvsn4.4-dbg_4.4.4-4_amd64.deb
libgnatvsn4.4-dev_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnatvsn4.4-dev_4.4.4-4_amd64.deb
libgnatvsn4.4_4.4.4-4_amd64.deb
  to main/g/gnat-4.4/libgnatvsn4.4_4.4.4-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 582452@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Brenta <lbrenta@debian.org> (supplier of updated gnat-4.4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 20 May 2010 10:01:33 +0200
Source: gnat-4.4
Binary: gnat-4.4-base gnat-4.4 libgnat-4.4 libgnat-4.4-dbg libgnatvsn-dev libgnatvsn4.4-dev libgnatvsn4.4 libgnatvsn4.4-dbg libgnatprj-dev libgnatprj4.4-dev libgnatprj4.4 libgnatprj4.4-dbg
Architecture: source all amd64
Version: 4.4.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Ludovic Brenta <lbrenta@debian.org>
Description: 
 gnat-4.4   - The GNU Ada compiler
 gnat-4.4-base - The GNU Compiler Collection (gnat base package)
 libgnat-4.4 - Runtime library for GNU Ada applications
 libgnat-4.4-dbg - Runtime library for GNU Ada applications
 libgnatprj-dev - GNU Ada compiler version library - development files
 libgnatprj4.4 - GNU Ada Project Manager
 libgnatprj4.4-dbg - GNU Ada Project Manager
 libgnatprj4.4-dev - GNU Ada Project Manager development files
 libgnatvsn-dev - GNU Ada compiler version library - development files
 libgnatvsn4.4 - GNU Ada compiler version library
 libgnatvsn4.4-dbg - GNU Ada compiler version library
 libgnatvsn4.4-dev - GNU Ada compiler version library - development files
Closes: 582452
Changes: 
 gnat-4.4 (4.4.4-4) unstable; urgency=low
 .
   * debian/patches/ada-symbolic-tracebacks.diff: adjust to GCC 4.3
     (belatedly).  Closes: #582452.
Checksums-Sha1: 
 77f728e5564fd260e7bdeb2bdb6d4e78795ed0c1 2467 gnat-4.4_4.4.4-4.dsc
 c48f14fa89eef739ea5ebb079b249c834fef9008 590410 gnat-4.4_4.4.4-4.diff.gz
 23dcc9929b36e80c6485bed3798c7193dc836389 818 libgnatvsn-dev_4.4.4-4_all.deb
 5c946163bf352367d611b3518e115232a0535844 816 libgnatprj-dev_4.4.4-4_all.deb
 f8375fb662f61f07f284047058a2b813c070ce5c 127336 gnat-4.4-base_4.4.4-4_amd64.deb
 cde14f4dd23b48267eec2118fed9d1896273af75 1148242 libgnat-4.4_4.4.4-4_amd64.deb
 43a03e1c66281484d71e34a06c857b352e25a7e4 1716460 libgnatvsn4.4-dev_4.4.4-4_amd64.deb
 fdb4f2754c5b828439021643a30894d775b04120 335572 libgnatvsn4.4_4.4.4-4_amd64.deb
 77340e77be3d97c86b3c375b0aadf30e805a5abf 2656268 libgnatprj4.4-dev_4.4.4-4_amd64.deb
 20ce1c38a174737d05a60206dfe7cf767fe7d209 578446 libgnatprj4.4_4.4.4-4_amd64.deb
 f0538170c774a4a0f02c8bc6d7ea502d55d4e73e 880862 libgnatprj4.4-dbg_4.4.4-4_amd64.deb
 8f53c5113e843647b77621bee32c2aaf3426365c 1950164 libgnat-4.4-dbg_4.4.4-4_amd64.deb
 001d7fecffdd623367ad93d109a746fcf83296d4 458278 libgnatvsn4.4-dbg_4.4.4-4_amd64.deb
 8925db921759f7a983cf8742875a305b414b96b2 14925186 gnat-4.4_4.4.4-4_amd64.deb
Checksums-Sha256: 
 9e1844c6ee73ab514affc790ccc63ffd51cfad8b30f3a76351e2d46a0257a18a 2467 gnat-4.4_4.4.4-4.dsc
 56b70d4f0c0f6fafde5725d375e6678e7bb222932e34d6cddee562aec7ae9e0f 590410 gnat-4.4_4.4.4-4.diff.gz
 c0592743ac97c3cc5a41d592d722f2e0deb120aa6458e27c415d07eb1c2a58c2 818 libgnatvsn-dev_4.4.4-4_all.deb
 5c4b8564040eb7664808fe836985f706b97e9f761b605b817e1eaf05ed308822 816 libgnatprj-dev_4.4.4-4_all.deb
 2062c8b7c056a77c32d15c0df4fd85131f3b2a6ce2e82a83839d7d1c10e2fcb2 127336 gnat-4.4-base_4.4.4-4_amd64.deb
 a064da69daf23f31e3a774f14524b17ce4b383588dc04de4febd9f99f4ac7493 1148242 libgnat-4.4_4.4.4-4_amd64.deb
 17b6acdf4ab948d53327e876a363c5e3e605108bd493d4fdf32a564ad1f6f6a0 1716460 libgnatvsn4.4-dev_4.4.4-4_amd64.deb
 e5c55f00c87b0350922f8b2b9c694430628ce445b336b06670ff7dd7d2a61f03 335572 libgnatvsn4.4_4.4.4-4_amd64.deb
 aab937089b83bb7b9f1c03ad3ac29deabec927171edd5aa51218a9234ecc4491 2656268 libgnatprj4.4-dev_4.4.4-4_amd64.deb
 8616aebb0d441c80c18be601f649e2deaa0282782feb92765cd9354a61fdb09e 578446 libgnatprj4.4_4.4.4-4_amd64.deb
 0566b6b46ae80fcf46bb4bf3123d036db8eaa0f0d1b95bdd0d972c88e6200dd1 880862 libgnatprj4.4-dbg_4.4.4-4_amd64.deb
 5e5ae0d10c2f9b3bd740468648aef9043ab6ccdeae396ff23c46f957f041130b 1950164 libgnat-4.4-dbg_4.4.4-4_amd64.deb
 5c8b487d0d3a92bb59662d85d89e8c9f970d945ac1cf7a5884d5ef197e8e8d9f 458278 libgnatvsn4.4-dbg_4.4.4-4_amd64.deb
 1f4fed0fae3ede1e8ea88ebfe98211c6ddbc7cddc65ec37d1127b3fac41ec4a7 14925186 gnat-4.4_4.4.4-4_amd64.deb
Files: 
 ccd954b6af3bf68780f65e595f5d3ae1 2467 devel optional gnat-4.4_4.4.4-4.dsc
 ecf75a4258471f9545ace257ec1d38d7 590410 devel optional gnat-4.4_4.4.4-4.diff.gz
 fecf1663f2869683dd446157066ef536 818 libdevel optional libgnatvsn-dev_4.4.4-4_all.deb
 38240d5337ae48e4e706bad29a41b505 816 libdevel optional libgnatprj-dev_4.4.4-4_all.deb
 1a7a0edba623f5da6ae0905281ceab77 127336 libs optional gnat-4.4-base_4.4.4-4_amd64.deb
 ec9a507dbc4670ca19019f36d7ebf523 1148242 libs optional libgnat-4.4_4.4.4-4_amd64.deb
 2e91a02ddfc32bfa40ec16e3c53e0328 1716460 libdevel optional libgnatvsn4.4-dev_4.4.4-4_amd64.deb
 7381b7486c4aec22506727e96fd92ab2 335572 libs optional libgnatvsn4.4_4.4.4-4_amd64.deb
 db1797ab8d678a1f8c01e61b4e8390e4 2656268 libdevel optional libgnatprj4.4-dev_4.4.4-4_amd64.deb
 ed906a135e267a8d505c44c4f86468dd 578446 libs optional libgnatprj4.4_4.4.4-4_amd64.deb
 7a7b0e92a5fd18cdad9f1341bee46ecd 880862 debug extra libgnatprj4.4-dbg_4.4.4-4_amd64.deb
 a62a7bbdaf5ac558f077b7a02bf9f1a1 1950164 debug extra libgnat-4.4-dbg_4.4.4-4_amd64.deb
 998bdc1fc8fde18c25cc1528cc21e5fd 458278 debug extra libgnatvsn4.4-dbg_4.4.4-4_amd64.deb
 413f6e909f399828a6caf6a7a1835427 14925186 devel optional gnat-4.4_4.4.4-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFL+uRux9kwJZ3/qtQRApJeAJ9V1CyDRf2kVc0SfEzQ7RBxSbW/kQCcCcFp
HJd5jdMOFgBGnYwIcsOGQ5A=
=Yr5i
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: