Re: Bus error due to v9 VIS on v8 ?
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 15, 2024 at 09:41:00AM -0400, vom513 wrote: > > Starting program: /usr/pkg/bin/gs -sDEVICE=x11 golfer.eps > > Program received signal SIGILL, Illegal instruction. > 0xeb0762b4 in _sparcv9_vis1_probe () from /usr/lib/libcrypto.so.15 This is a typical runtime instruction set probe, you should be able to "continue" from gdb, the lib will catch the signal and set an internal flag to not use that code. Martin