On Wed, Oct 31, 2018 at 10:03:57AM +0100, Mark Kettenis wrote: > > Date: Wed, 31 Oct 2018 09:54:35 +0100 > > From: Patrick Wildt <[email protected]> > > > > Hi, > > > > during the libunwind update to 6.0 we lost a particular patchset that > > fixes register numbering for OpenBSD/i386, thus breaking exception > > handling on that platform. Looks like no one noticed until now. > > > > ok? > > I don't think so. The code in src/Registers.hpp effectively swaps the > two registers on !__APPLE__ platforms. Is that not working?
Good point, I missed that. Well, there's something buggy. Will dig more and come back again.
