[Help Wanted] Fix crashing on Fedora

Programmers discuss here anything related to FreeOrion programming. Primarily for the developers to discuss.

Moderator: Committer

Post Reply
Message
Author
subpop
Space Krill
Posts: 2
Joined: Sat Jun 23, 2018 4:50 pm

[Help Wanted] Fix crashing on Fedora

#1 Post by subpop »

I am the Fedora packager maintaining FreeOrion in Fedora. For a while now (far too long), FreeOrion has been crashing immediately on startup. I have not had enough free time to properly troubleshoot it, so I thought I'd ask the developer community for some help. I tried Debian's build of freeorion and it runs fine. Their rules file does not differ in any discernible way from my own spec file. The stack trace seems to suggest some problem with font rendering, but I've verified that the shipped fonts (Google Roboto and DejaVu Sans) are both pulled in as requirements to the package. I'm stumped. Does anyone see any place I can start looking for why this might be crashing?

The spec file and related sources can be found on src.fedoraproject.org: https://src.fedoraproject.org/rpms/freeorion
The stack trace for the crash has been captured by a crash tracer: https://retrace.fedoraproject.org/faf/reports/2087972/
The bug report contains additional data about the system that reported the crash: https://bugzilla.redhat.com/show_bug.cgi?id=1575292

To install the freeorion packages in Fedora 28, run the following:

Code: Select all

sudo dnf install freeorion
sudo dnf debuginfo-install freeorion
This will pull in the debug symbols and source files for gdb.

User avatar
Vezzra
Release Manager, Design
Posts: 6095
Joined: Wed Nov 16, 2011 12:56 pm
Location: Sol III

Re: [Help Wanted] Fix crashing on Fedora

#2 Post by Vezzra »

@subpop, can you open a corresponding issue on our github tracker?

subpop
Space Krill
Posts: 2
Joined: Sat Jun 23, 2018 4:50 pm

Re: [Help Wanted] Fix crashing on Fedora

#3 Post by subpop »

Sure, just opened one. Is that the preferred location for a topic like this? I didn't want to treat it like a bug with FreeOrion, since it runs fine on other distros. It's some problem unique to Fedora.

https://github.com/freeorion/freeorion/issues/2182

User avatar
Vezzra
Release Manager, Design
Posts: 6095
Joined: Wed Nov 16, 2011 12:56 pm
Location: Sol III

Re: [Help Wanted] Fix crashing on Fedora

#4 Post by Vezzra »

subpop wrote:Is that the preferred location for a topic like this?
Yes.
I didn't want to treat it like a bug with FreeOrion, since it runs fine on other distros. It's some problem unique to Fedora.
Maybe, maybe not, which needs to be figured out. As long as there is the possibility that it is a bug/issue with the FO code, it can go on our github tracker.

If it really turned out to be an issue with Fedora we can't anything do about on our side, it will get closed as "won't fix". However, in this case, judging by the exchange so far in the comment section of the issue you opened, it might very well be some problem within the FO code after all.

Post Reply