Re: gs ghostscript startup crash - v9 detect - libcrypto

Riccardo Mottola <[email protected]> Thu, 22 Jan 2026 12:19:27 +0100
Newsgroups gmane.os.netbsd.ports.sparc
Message-ID <[email protected]>
Hallo Martin,

Martin Husemann wrote:
>> #0  0xeadc62b4 in _sparcv9_vis1_probe () from /usr/lib/libcrypto.so.15
>> #1  0xead130c0 in OPENSSL_cpuid_setup () from /usr/lib/libcrypto.so.15
>>
> This is probing for CPU features with an installed signal handler.
> You can just continue from gdb.

oh sorry! indeed.. I saw SIGILL and stopped. Indeed, continuing goes on 
for several v9 instructions. I suppose SIGILL is properly handled here.

The actual crash is here, consistent with bus error and an open window.

Program received signal SIGBUS, Bus error.
0xeba90718 in cmsSetAdaptationStateTHR () from /usr/pkg/lib/liblcms2.so.2

(gdb) bt
#0  0xeba90718 in cmsSetAdaptationStateTHR () from 
/usr/pkg/lib/liblcms2.so.2
#1  0x006600f4 in ?? ()


which indicates an issue in lcms2

Riccardo