Re: [osv-dev] AArch64 debug build woes

2021-02-14 Thread Nadav Har'El
On Mon, Feb 15, 2021 at 7:43 AM Waldek Kozaczuk wrote: > > > On Sunday, February 14, 2021 at 2:33:16 PM UTC-5 Nadav Har'El wrote: > >> >> You seem to be pushing registers on the stack here. Where is this stack? >> In x86, we had separate stacks for exceptions, for nested exceptions, and >> interr

Re: [osv-dev] AArch64 debug build woes

2021-02-14 Thread Waldek Kozaczuk
On Sunday, February 14, 2021 at 2:33:16 PM UTC-5 Nadav Har'El wrote: > On Sat, Feb 13, 2021 at 6:24 PM Waldek Kozaczuk > wrote: > >> Hi, >> >> On Thu, Feb 11, 2021 at 9:06 AM Nadav Har'El wrote: >> >>> On Thu, Feb 11, 2021 at 7:42 AM Waldek Kozaczuk >>> wrote: >>> #1 0x10

Re: [osv-dev] AArch64 debug build woes

2021-02-14 Thread Nadav Har'El
On Sat, Feb 13, 2021 at 6:24 PM Waldek Kozaczuk wrote: > Hi, > > On Thu, Feb 11, 2021 at 9:06 AM Nadav Har'El wrote: > >> On Thu, Feb 11, 2021 at 7:42 AM Waldek Kozaczuk >> wrote: >> >>> >>> #1 0x10037954 in test_bsd_tcp1::tcp_server (this=0x206ff988) >>> at /home/wkozaczuk/project

[osv-dev] Re: [PATCH 0/2] Enable cross compilation on multiarch distros

2021-02-14 Thread Nadav Har'El
This patch seems reasonable to me, but I'd better leave it to Waldek to test that it doesn't break his own cross-compilation setup and commit it. Thanks. -- Nadav Har'El n...@scylladb.com On Sun, Feb 14, 2021 at 5:30 AM Punit Agrawal wrote: > Hi, > > Here's a couple of fixes to rely on the com