[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Segfault on starting Linux64 (#433)

Eliot Miranda notifications at github.com
Thu Oct 17 11:21:23 UTC 2019


Hi Patrick,


> On Oct 17, 2019, at 3:00 AM, Patrick R <notifications at github.com> wrote:
> 
> It seems that after ba7bb95 a seqfault was introduced to the 64bit Linux VM. With no image file the VM happily produces output. When providing an image file it immediately segfaults regardless of whether a display is provided or whether it runs headless.
> 

can you provide some more information?  The crash.dmp file perhaps (please generate a fresh one so it contains only one or two crashes).  Can you also possible boy disassemble the trampoline table to see what code is generated for s stack switch?  Any of the send trampolines will do.  To do this, in gdb put s breakpoint in interpret, run and proceed once, then call printTrampolineTable(), and then disassemble a send routine using a pair of addresses from the output.

AdvThanksance


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/433#issuecomment-543128352
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191017/980a5262/attachment.html>


More information about the Vm-dev mailing list