Issue810

Title -O0 breaks game with gcc 5
Priority release-blocker Status resolved
Assigned To fluzz Keywords
Linked issues Watchers fluzz

Submitted on 2015-05-24 09h38 by matthiaskrgr, last changed by fluzz.

Messages
Author: matthiaskrgr Date: 2015-05-24   09h38
Compiling with -O0 leads to the crash as soon as I try to play the game (have
tux running around on a map).
This happened since upgrade to gcc 5.

-O1 or higher makes the crash disappear.
Author: matthiaskrgr Date: 2015-05-24   09h47
??:0
/home/matthias/vcs/git/freedroid/src/widgets/widgets.c:356
??:0
??:0
??:0
/home/matthias/vcs/git/freedroid/src/widgets/widget_group.c:226 (discriminator 3)
??:0
??:0
??:0
??:0
??:0
??:0
??:0
/home/matthias/vcs/git/freedroid/src/widgets/widget_group.c:226 (discriminator 3)
??:0
??:0
??:0
??:0
??:0
??:0
??:0
/home/matthias/vcs/git/freedroid/src/widgets/widgets.c:300
??:0
Author: fluzz Date: 2015-05-28   10h21
Fixed in commit 7e8c23ed48ac
History
Date User Action Args
2015-05-28 10:21:42fluzzsetstatus: open -> resolved
assignedto: fluzz
messages: + msg3176
nosy: + fluzz
2015-05-25 10:18:25matthiaskrgrsettitle: -O0 breaks crashes game with gcc 5 -> -O0 breaks game with gcc 5
2015-05-24 09:47:31matthiaskrgrsetmessages: + msg3168
2015-05-24 09:38:13matthiaskrgrcreate