Bug#582452: gnat-4.3: symbolic tracebacks broken; raise Storage_Error

2010-05-20 Thread Ludovic Brenta
reassign 582452 gnat-4.4 thanks I will not fix this bug in gnat-4.3, only in gnat-4.4. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#582452: gnat-4.3: symbolic tracebacks broken; raise Storage_Error

2010-05-20 Thread Ludovic Brenta
I investigated and discovered this is a genuine bug in the patched convert_addresses which now expects an additional argument; I never noticed this upstream change: 2007-04-06 Olivier Hainque * adaint.c: (convert_addresses): Adjust prototype and dummy definition

Bug#582452: gnat-4.3: symbolic tracebacks broken; raise Storage_Error

2010-05-20 Thread Ludovic Brenta
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 Crocopha