Daniel Gryniewicz
Daniel Gryniewicz
We haven't been supporting cross compiling, mostly because no one needed it, and none of us developers are currently set up to test it. That said, patches are welcome, as...
IP_PKTINFO is supposed to hold the destination address from the IP packet header, so it should be a local address on this machine, not IN_ADDR_ANY. What system are you using?
If the link is failing, then some code must be using NSL, and we need to find and protect it.
Default is still 200 on 2.7, so 256. I don't have a strong opinion on leaving or removing if_index; it's completely unused, though, so I don't mind it being removed...
Bill raised an interesting point: You're setting it to the next power of 2 up, but that will be more than the max number of threads. It should probably be...
A better solution, I think, is to have a separate config option for the ioq size, rather than reusing the thread max (since those threads need to be used for...
Yeah, this is a known issue. It's a side effect of the work to make ntirpc build both alone and as a sub-module of Ganesha.
You're right, it was removed years ago. Uses were replaced with SVCAUTH_CHECKSUM and SVCAUTH_UNWRAP. The dev who did this hasn't been involved in years, so I'm not sure of the...
Hard to say, since the backtrace doesn't have enough info as given. Can you use addr2line to convert those to line numbers? (Only the bits in ntirpc/ganesha matter)
It's hard to figure out exactly where the crash is from the assembly, but my best guess is that it's dereferencing gd. Can you try 1.7.4? There's been several fixes...