Opened 12 years ago
Closed 11 years ago
#9111 closed bug (invalid)
Worm Armageddon crashing on Haiku
Reported by: | miqlas | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | R1/Development |
Keywords: | Worms Armageddon | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
The good old WA for BeOS beta crashing at start on Haiku hrev44646.
You can get the bin here: ftp.beos.hu/beos/applications/games/worms
Check the attached log.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | WA_log.txt added |
---|
comment:1 by , 11 years ago
Tested with Haiku hrev 46130: strace: http://pastebin.com/LDuLPgqc debuglog: http://pastebin.com/31Qvs9gJ
comment:2 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
According to the debug report the code just allocated 313244 bytes on the stack. The thread only has 256 KiB (262144 bytes) stack, so this obviously a bug in the applcation. I suppose the problem hadn't been noted before the introduction of ASLR because there would be another area adjoining the thread's stack and thread would happily write into that instead.
Log