Re: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler

2020-05-07 Thread Dave Barach via lists.fd.io
e- From: vpp-dev@lists.fd.io On Behalf Of Elias Rudberg Sent: Wednesday, May 6, 2020 7:56 PM To: dmar...@me.com Cc: Dave Barach (dbarach) ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler Hi Dave and Damjan, Here is instruction and

Re: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler

2020-05-06 Thread Elias Rudberg
OK now I updated it (https://gerrit.fd.io/r/c/vpp/+/26934). Thanks again for your help! / Elias On Thu, 2020-05-07 at 01:58 +0200, Damjan Marion wrote: > i already pushed one, can you updatr it instead? > > Thanks > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vi

Re: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler

2020-05-06 Thread Damjan Marion via lists.fd.io
i already pushed one, can you updatr it instead? Thanks -- Damjan > On 7 May 2020, at 01:56, Elias Rudberg wrote: > > Hi Dave and Damjan, > > Here is instruction and register info: > > (gdb) x/i $pc > => 0x7fffabbbdd67 :vmovdqa64 > -0x30a0(%rbp),%ymm0 > (gdb) info registers rbp ymm0 >

Re: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler

2020-05-06 Thread Elias Rudberg
Hi Dave and Damjan, Here is instruction and register info: (gdb) x/i $pc => 0x7fffabbbdd67 : vmovdqa64 -0x30a0(%rbp),%ymm0 (gdb) info registers rbp ymm0 rbp0x7417daf0 0x7417daf0 ymm0 {v8_float = {0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0xfffd}, v4_double = {0x

Re: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler

2020-05-06 Thread Damjan Marion via lists.fd.io
Can you try this: diff --git a/src/plugins/rdma/input.c b/src/plugins/rdma/input.c index cf0b6bffe..b461ee27b 100644 --- a/src/plugins/rdma/input.c +++ b/src/plugins/rdma/input.c @@ -103,7 +103,7 @@ rdma_device_input_refill (vlib_main_t * vm, rdma_device_t * rd, if (is_mlx5dv) { -

Re: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler

2020-05-06 Thread Dave Barach via lists.fd.io
6, 2020 1:46 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler Hello VPP experts, When trying to use the current master branch, we get a segmentation fault error. Here is what it looks like in gdb: Thread 3 "vpp_wk_0

[vpp-dev] Segmentation fault in rdma_device_input_refill when using clang compiler

2020-05-06 Thread Elias Rudberg
Hello VPP experts, When trying to use the current master branch, we get a segmentation fault error. Here is what it looks like in gdb: Thread 3 "vpp_wk_0" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fedf91fe700 (LWP 21309)] rdma_device_input_refill (vm=0x7ff8a5d2f4c0, rd=