Thanks to Thibaut Varene and Grant Grundler I have access to an hppa system.

Thanks to gdb I get this :
(gdb) where
#0 0x408d6478 in system__secondary_stack__ss_mark () from
/usr/lib/libgnat-4.4.so.1
#1 0x4075af50 in ada__exceptions__exception_traces__notify_exceptionXn ()
from /usr/lib/libgnat-4.4.so.1
#2 0x4075b190 in __gnat_notify_unhandled_exception () from
/usr/lib/libgnat-4.4.so.1
#3 0x4075ae74 in
ada__exceptions__exception_propagation__propagate_exceptionXn () from
/usr/lib/libgnat-4.4.so.1
#4 0x4075bd44 in __gnat_raise_nodefer_with_msg () from
/usr/lib/libgnat-4.4.so.1
#5 0x4075bdf0 in __gnat_raise_exception () from /usr/lib/libgnat-4.4.so.1
#6 0x408da55c in _gnat_stack_check () from /usr/lib/libgnat-4.4.so.1
#7 0x00017e2c in main (argc=1, argv=(system.address) 0x1,
envp=(system.address) 0x4066531c)
 at
/home/xavier/org.debian.polyorb/STATIC/testsuite/utils/b~test_driver.adb:311
#8 0x4052dd8c in __libc_start_main (ma...@0x47362: 0x17e00 , argc=1,
ubp_av=0xbff00be4, init=, fi...@0x46a4a: 0x47394,
 rtld_fi...@0x40214446: 0x40203dd4 , stack_end=0xbff00d40) at
libc-start.c:222
#9 0x000177c4 in _start ()
During a recompile of test_driver with a -largs static to see if I can go
further I had this problem :
/usr/bin/ld: cannot find -lgnat-4.4
collect2: ld returned 1 exit status
gnatlink: error when calling /usr/bin/gcc-4.4
gnatmake: *** link failed.
Temp fix : ln -s /usr/lib/gcc/hppa-linux-gnu/4.4/adalib/libgnat.a
libgnat-4.4.a in the target directory (testsuite/utils)
I get with gdb quite the same results :
(gdb) where
#0 0x0007c8c0 in system__secondary_stack__ss_mark ()
#1 0x0003a2b4 in ada__exceptions__exception_traces__notify_exceptionXn ()
#2 0x0003a44c in __gnat_notify_unhandled_exception ()
#3 0x0003a204 in
ada__exceptions__exception_propagation__propagate_exceptionXn ()
#4 0x0003ae8c in __gnat_raise_nodefer_with_msg ()
#5 0x0003af00 in __gnat_raise_exception ()
#6 0x0007d840 in _gnat_stack_check ()
#7 0x00010b60 in main (argc=1, argv=(system.address) 0x1,
envp=(system.address) 0x10000)
 at
/home/xavier/org.debian.polyorb/STATIC/testsuite/utils/b~test_driver.adb:311
#8 0x00094830 in __libc_start_main ()
#9 0x000104c0 in _start ()

Does this error was already encountered ?
SS_Mark seems to be a very simple function.





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to