Andrew Kaster

Results 509 comments of Andrew Kaster

does the ladybird build work with the libdl commit on OpenBSD? if so we can close this issue.

No, that's the Serenity LibGFX font database complaining. Anyway the assertion is from AK::StackInfo https://github.com/SerenityOS/serenity/blob/c48931d15cbb7e2efc599ec675f115aaea223864/AK/StackInfo.cpp#L31 How to you get the top of the stack in OpenBSD? Is it the same...

If the WindowServer crashes, and the LoginServer for your user session crashes, we'll just restart a new login session (and new LoginServer). So, I wouldn't call the cascading OOM failure...

> call is unlikely and code size would grow Someone brought this up on discord within the last few weeks. I'm not sure why GCC is ignoring our directive. We...

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114784

The upstream gcc bug has been closed with commit https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=aa73eb97a1e3c84564fa71158d09f9c5582c4d2e. Hopefully this makes it into the fedora 40 release.

Since the fix for this made it into GCC 14.1.0, and the package for that on Fedora 40 is [building right now](https://koji.fedoraproject.org/koji/buildinfo?buildID=2449724) I'll close this issue. Hopefully there's no extra...

Before looking at this one thing I don't want to lose is the ability to see these processes in the TaskManager widget. We already can't do that for SQLServer because...

Do you mean that you get that error after doing ``` #if defined(AK_OS_MACOS) if (!mach_server_name.is_empty()) { WebView::register_with_mach_server(mach_server_name); } #endif ``` in its main.cpp? I think that there are security restrictions...