Hi;
I installed newsboat from the packages.
When I run it, it opens up with the feeds screen. I can navigate/read
feeds. All looks good. When I hit the 'q' key to exit newsboat, it
coredumps, and I see this output
and the newsboat.core file in the working directory.
My CPU is
And backtrace shows this
I'm curious what and why this is happening.
Now, I'm trying to build newsboat from the ports and see if that makes it different.
I installed newsboat from the packages.
$ pkg install newsboatWhen I run it, it opens up with the feeds screen. I can navigate/read
feeds. All looks good. When I hit the 'q' key to exit newsboat, it
coredumps, and I see this output
Code:
Cleaning up cache...done.
Illegal instruction (core dumped)
and the newsboat.core file in the working directory.
Code:
$ uname -a
FreeBSD forum.technicolor 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
Code:
$ pkg version -n newsboat
newsboat-2.36_2 =
My CPU is
AMD Ryzen 7 7735HS with Radeon Graphics (3194.11-MHz K8-class CPU)And backtrace shows this
Code:
$ lldb -c newsboat.core /usr/local/bin/newsboat
(lldb) bt
* thread #1, name = 'newsboat', stop reason = signal SIGILL
* frame #0: 0x000000082a5bf62f libc++.so.1`std::__1::recursive_mutex::~recursive_mutex() + 15
frame #1: 0x00000000002e33af newsboat`newsboat::Controller::~Controller(this=0x0000000820fce9f8) at controller.cpp:95:2
frame #2: 0x00000000002ba1b8 newsboat`main(argc=1, argv=<unavailable>) at newsboat.cpp:316:1
frame #3: 0x000000082cac9a6a libc.so.7`__libc_start1 + 298
frame #4: 0x00000000002b6980 newsboat`_start at crt1_s.S:83
I'm curious what and why this is happening.
Now, I'm trying to build newsboat from the ports and see if that makes it different.
Last edited by a moderator: