Opened 3 years ago

Closed 3 years ago

#16783 closed bug (invalid)

fasm 1.56 for BeOS segfaults

Reported by: yann64 Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: - General Version: R1/beta2
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

fasm 1.56 for BeOS (http://board.flatassembler.net/topic.php?t=1762) segfaults. Dump attached.

Attachments (1)

core-fasm-5018.zip (499.3 KB ) - added by yann64 3 years ago.
zip of memory dump following segfault

Download all attachments as: .zip

Change History (4)

by yann64, 3 years ago

Attachment: core-fasm-5018.zip added

zip of memory dump following segfault

comment:1 by yann64, 3 years ago

Is it using BeOS missing system calls?

FYI it is needed to compile latest version of fasm and fasmg (https://github.com/tgrysztar/).

comment:2 by yann64, 3 years ago

latest version of fasm can be generated from the fasm.o provided on the official website, so you may close this ticket if you are not interested in investigating why a beos app segfaults :)

comment:3 by waddlesplash, 3 years ago

Resolution: invalid
Status: newclosed

Using partially compiled objects from an assembler combined with our patched GCC and binutils may produce unexpected results. The message from the debug report is:

		0x72f19a48	0x13b8d90	/boot/home/Desktop/fasm/fasm + 0x5d90 
			Unable to retrieve disassembly for IP 0x13b8d90: address does not point to a function.

I don't know we really care to investigate this further, especially if there is a way to build a newer version. So, I will take your offer and close the ticket, indeed :)

Note: See TracTickets for help on using tickets.