5.1.2 test failures on alphaev56-dec-osf4.0g

Niels Möller nisse at lysator.liu.se
Wed Sep 18 18:55:09 CEST 2013


"Daniel Richard G." <skunk at iSKUNK.ORG> writes:

>     Starting program: /tmp/gmp-test/tests/mpn/t-invert
>     [...]
>     Program received signal SIGSEGV, Segmentation fault.
>     __gmpn_invert_limb () at tmp-invert_limb.s:61
>     61              lda   $2,  approx_tab

It might be enligthning to ask gdb to disassemble that for you, to
see how it ended up after assembling and linking. Something like

  disassemble $pc - 8, $pc + 8

in gdb. I have no clue about alpha, but intention is that
the instruction should get the address of the compiled in table, which
would reside either in the text section or the read-only section.

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.


More information about the gmp-bugs mailing list