[Bug 255765] games/3dc crashes, does not start

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 12 08:45:37 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255765

Fernando Apesteguía <fernape at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernape at FreeBSD.org

--- Comment #2 from Fernando Apesteguía <fernape at FreeBSD.org> ---
Created attachment 224864
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224864&action=edit
Proposed patch

It is smashing the stack in one of the two XtVaGetValues calls.

Would you try the attached patch? It works for me in amd64.

I am no expert in the X11 API. I think the software is assuming sizeof(int) =
32 always and the XtVaGetValues is returning something bigger in the in/out bg
parameter (64 bits)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list