Re: Problem with iridium

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Tue, 07 Nov 2023 14:54:42 UTC
My guess would be that /usr/local/bin/iridium is a wrapper script, shell or python, that invokes the "real" binary. You have to find that binary and see if you can load it into the debugger.

-Dimitry

> On 7 Nov 2023, at 14:46, Filippo Moretti <filippomore@yahoo.com> wrote:
> 
> Thank you for your prompt answer:
> (lldb)  target create "iridium"
> error "/usr/local/bin/iridium" doesn't contain any  'host' platform architectures:x86_64,i386
> Filippo
> 
> On Monday, November 6, 2023 at 10:53:10 PM GMT+1, Dimitry Andric <dim@freebsd.org> wrote:
> 
> 
> On 6 Nov 2023, at 19:00, Filippo Moretti <filippomore@yahoo.com> wrote:
> 
> >
> > FreeBSD STING 14.0-STABLE FreeBSD 14.0-STABLE #2 stable/14-n265685-52415bfc0adf-dirty: Mon Nov  6 17:32:23 CET 2023    root@STING:/usr/obj/usr/src/amd64.amd64/sys/STING amd64
> > When starting iridium I get Trace/BPT trap.
> > There are no core dumps and nothing in /var/crash
> > It was compiled from ports without changing defaults.
> 
> 
> Could be that it is running into an "unreachable" instruction? Can you run it under lldb or gdb?
> 
> -Dimitry
> 
>