Bug ID | 1123813 |
---|---|
Summary | jumpnbump: Crashes when going off the top of the screen |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | lnussel@suse.com |
Reporter | fvogt@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Start jumpnbump and enable jetpacks. Then fly off the top of the screen. Result: jumpnbump crashes. Thread 1 "jumpnbump" received signal SIGSEGV, Segmentation fault. 0x000055555555b470 in steer_players () at main.c:2055 2055 if ((ban_map[(s2 + 7) >> 4][s1 >> 4] == BAN_VOID || ban_map[(s2 + 7) >> 4][(s1 + 15) >> 4] == BAN_VOID) && (ban_map[(s2 + 8) >> 4][s1 >> 4] == BAN_WATER || ban_map[(s2 + 8) >> 4][(s1 + 15) >> 4] == BAN_WATER)