this post was submitted on 05 Feb 2025
7 points (100.0% liked)

Linux

49544 readers
999 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm receving false application crash reports on Fedora 41. It's happened since day 1 with Spotify and now with Half-Life. "Sorry this application has crashed..." even though i'm still using them with no problems whatsoever. This morning happened again as soon as i booted up my pc with hl_linux even though i uninstalled the game after finishing it.

top 2 comments
sorted by: hot top controversial new old
[–] Strit@lemmy.linuxuserspace.show 1 points 54 minutes ago

Maybe it's a dangling dependency process that keeps crashing.

[–] CameronDev@programming.dev 1 points 1 hour ago

It could be that the process forked and crashed, which is why you got the notification, but that it kept working. It might also be a delayed notification?

I saw something similar happen on my partners Ubuntu with Zoom "crashing" multiple times while working. Didn't dig to the bottom of it, the notifications eventually stopped after some reboots.