Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-09 Thread Dave Barach via Lists.Fd.Io
NP, we’ve seen that one before, glad things are working properly now... D. From: vpp-dev@lists.fd.io On Behalf Of Anthony Linz Sent: Wednesday, January 9, 2019 1:15 AM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi Dear Dave, Thank

Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Anthony Linz
Dear Dave, Thank you very much for your great and exact response. The program now works like a dream. Best wishes, -- Anthony -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11875): https://lists.fd.io/g/vpp-dev/message/11875 Mute This Topic:

Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Dave Barach via Lists.Fd.Io
To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi Dear Dave, Thanks for you reply. I could not find "clib_memory_init()" in vpp. Did you mean "vlibmemory_init()"? If yes where and how in my code I should use i

Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Anthony Linz
Dear Dave, Thanks for you reply. I could not find " clib_memory_init()" in vpp. Did you mean "vlibmemory_init()"? If yes where and how in my code I should use it? Thanks -- Anthony -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11869):

Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Dave Barach via Lists.Fd.Io
: Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi Looks like a missing call to clib_memory_init(...). Note mspace=0... HTH... Dave From: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.io>> On Behalf Of Anthony Linz Sent: Tuesda

Re: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi

2019-01-08 Thread Dave Barach via Lists.Fd.Io
Looks like a missing call to clib_memory_init(...). Note mspace=0... HTH... Dave From: vpp-dev@lists.fd.io On Behalf Of Anthony Linz Sent: Tuesday, January 8, 2019 4:44 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] VPP 19.01 C API gets segmentation fault #binapi #vpp #vppcapi Hi Recently I