kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22942
Re: [RFC PATCH] No more boost::context
Tomasz, you’re awesome!! :)
and good catch :)
> On 28 Jan 2016, at 17:42, Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx> wrote:
>
> On 23.01.2016 23:53, Wayne Stambaugh wrote:
>>> I found the issue in Boost causing crashes on x86_64 windows builds.
>>>>
>>>> Now I have no doubt why Windows Boost developers may have a very good
>>>> reason to hate the x86 GNU assembler (well, not the tool itself but its
>>>> infamous AT&T syntax). Look at the code below:
>>>>
>>>> mov $0x8, %rcx
>>>> mov 0x8, %rcx
>>>>
>>>> Translated to a more human-readable form, these two lines mean:
>>>>
>>>> mov rcx, 0x8
>>>> mov rcx, qword [ds:0x8]
>> Great catch!. That is just too easy to overlook.
>>
>
> Hi all,
>
> I've filed bug reports & sent patches both to boost & MSYS2 maintainers.
>
> Cheers,
> T.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
Follow ups
References