On Sun, Jan 13, 2019 at 12:56:23PM +0100, Csányi Pál wrote:
> Hi,
> 
> I am running NetBSD 8.0 version.
> 
> I just installed links and want to open
> https://duckduckgo.com
> 
> but links crached with this message:
> Illegal instruction (core dump).

Tell us a bit about your hardware, please, e.g. show the output of

        cpuctl identfiy 0

If you check the directory where you did run links, you should see a links.core
file around. You can analyze that with something like:

        gdb links links.core
        x/i $pc
        q

and show us the last few lines when gdb loaded the core plus the output of
the x/i command.

Martin

Reply via email to