[Issue 19017] Calling objc method returning struct segfaults

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 9 14:45:13 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=19017

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #2 from Adam D. Ruppe <destructionator at gmail.com> ---
Putting a `asm { pop RAX; }` after the getter return seems to correct things
back to the proper setting but i doubt that is a right solution.

I also have some trouble calling NSView.setFrame but idk if it is related or
not.

--


More information about the Digitalmars-d-bugs mailing list