Liav A.
Liav A.
Let's close this PR (as it is deemed non-relevant), but I will take that one uninitialized `bool` to my other PR and fix it there :)
PR is blocked now on #22968. That PR will make it so much nicer to deal with the shutdown procedure in my opinion, so that we should wait until I...
I am not sure this is necessary when we actually merge #22968, so until I figure out what to do next, let's close this :)
Keeping a reference of an interesting bug here: https://gist.github.com/supercomputer7/8ff4c47d7a64de44577f4239eaae33f4 https://discord.com/channels/830522505605283862/830526926569209917/1152623754971709581 I fixed it by specifying the cpp file of `LibArgsParser` directly in the sources of the `DynamicLoader` and removing `-fno-rtti`...
> I hate to sound like a broken record again... but please don't overcomplicate things. > > What's stopping us from just adding `Userland/Libraries/LibCore/ArgsParser.cpp` to the `SOURCES` list of DynamicLoader...
Let's try this again. Still awaiting for the previous PR to be merged.
Oh the previous PR is merged. Let's rebase it now then :)
Let's try this again :)
I had to fix a bug in which when we run the dynamic loader directly without any more arguments - it will crash with a null pointer de-reference. It turns...
Now that the **BuggieBox** utility is being defined in #15373, we can try this again :)