t-popc.pm Test Fails With "Access to undefined memory"

View: New views
1 Messages — Rating Filter:   Alert me  

t-popc.pm Test Fails With "Access to undefined memory"

by bornlibra23 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello People
I am trying to port gmp library on Stratus VOS platform. Surprisingly the code compiled & built with little changes. However I am facing problems in the tests. The test t-popc.pm fails with "Access to undefined memory". It results in a sigbus signal to be delivered. The below is the trace of the program. Can anyone suggest something?
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-stratus-vos"...
(gdb) r
Starting program: /posixPorted/gmp-4.3.1>tests>t-popc.pm

Program received signal SIGBUS, Bus error.
0x0004e561 in exit ()
    at exit.c:89
89   exit.c: No such file or directory..
     in exit.c
(gdb) bt
#0  0x0004e561 in exit
    () at exit.c:89
#1  0x00002dc9 in main
    () at t-popc.c:65
#2  0x00002671 in s$start_c_program ()
    at s_start_c_program.c:283
#3  0x80442393 in start_user_program ()