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)

WA_log.txt (3.2 KB ) - added by miqlas 12 years ago.
Log

Download all attachments as: .zip

Change History (3)

by miqlas, 12 years ago

Attachment: WA_log.txt added

Log

comment:1 by miqlas, 11 years ago

Tested with Haiku hrev 46130: strace: http://pastebin.com/LDuLPgqc debuglog: http://pastebin.com/31Qvs9gJ

comment:2 by bonefish, 11 years ago

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.