Menu

#6 nload receives "Abort trap" on OpenBSD 4.3/sparc

open
nobody
None
5
2008-06-02
2008-06-02
No

compiling nload on OpenBSD 4.3 sparc works well, using gcc-3.3.6 from the ports.
However, when then trying to run it later, it immediately breaks with
Abort trap

# ./nload
Abort trap
# ldd nload
nload:
nload: signal 6
# file nload
nload: ELF 32-bit MSB executable, SPARC, version 1, for OpenBSD, dynamically linked (uses shared libs), not stripped
# uname -a
OpenBSD warbird.fleet.ds9 4.3 GENERIC#928 sparc

as the output of ldd was looking rather strange, I thgought it might be a problem with the compiler itself, but on the sparc@openbsd.org list where I asked about it, the answer was, it could be a signedness bug somewhere in the code too.

Discussion


Log in to post a comment.