Date: Mon, 24 Oct 2022 08:57:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266423] x11/openrgb SIGILL Message-ID: <bug-266423-7788-FP4q7wqyFC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266423-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-266423-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266423 --- Comment #3 from Conor <interloper255@gmail.com> --- So, with radio silence on this problem, I've decided to do some more debugg= ing; The problem seems to come from `AutoUSBController::GetConfigTable()` at `Controllers/AsusAuraUSBController/AsusAuraUSBController.cpp:109`: This line of code forces calling the destructor with `delete this`, which causes the openrgb to crash. I'd imagine resource management, in this case = the de-allocation, should be handled by whatever constructed this object in the first place, right? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266423-7788-FP4q7wqyFC>