Segfault on Fedora 29

For all the help you need with Armagetron!
Post Reply
gwync
Posts: 2
Joined: Wed Nov 21, 2018 8:44 pm

Segfault on Fedora 29

Post by gwync »

Hi! I'm the package maintainer for Fedora, and armagetron segfaults. I've attached a backtrace, let me know if there's more information I can provide. -Gwyn
Attachments
gdb.txt
Backtrace
(393.04 KiB) Downloaded 184 times
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Segfault on Fedora 29

Post by Z-Man »

The line numbers seem off in the stack trace, but we don't dereference many std::auto_ptr<gCycleChatBot>'s :) So I'm pretty sure it's fixed by this:
https://bazaar.launchpad.net/~armagetro ... gCycle.cpp
alternative source:
https://sourceforge.net/p/armagetronad/code/10881/

The fix came in two days after 0.2.8.3.4 was released :(

And I found a friend of that bug, fixed that too in
https://bazaar.launchpad.net/~armagetro ... gCycle.cpp
gwync
Posts: 2
Joined: Wed Nov 21, 2018 8:44 pm

Re: Segfault on Fedora 29

Post by gwync »

Thank you! I applied both of these and it works. :) -Gwyn
Post Reply