[ovs-dev] [PATCH 2/2] backtrace: Fix 32-bit libunwind build.

William Tu u9012063 at gmail.com
Mon Oct 7 16:07:30 UTC 2019


On Mon, Oct 7, 2019 at 5:06 AM Ilya Maximets <i.maximets at ovn.org> wrote:
>
> On 04.10.2019 23:21, William Tu wrote:
> > The libunwind unw_word_t type is defined as uint32_t for 32-bit
> > system and uint64_t for 64-bit system.  The patch fixes the
> > compile error using PRIxPTR to print this value.
> >
> > Fixes: e2ed6fbeb18c ("fatal-signal: Catch SIGSEGV and print backtrace.")
> > Signed-off-by: William Tu <u9012063 at gmail.com>
> > Acked-by: Ilya Maximets <i.maximets at ovn.org>
> > ---
>
> Thanks! I applied both patches to master, but in the reverse order.
>
> Best regards, Ilya Maximets.

Hi Ilya,

Thanks...
Now the cirrus CI and appveyor seem to be failing. I will work on it.

Regards,
William


More information about the dev mailing list