Helbrax

Results 7 comments of Helbrax

The test.xml example above is what i was using as my test case. Any x509 cert should work, as it doesn't appear to be an issue related to the certs...

Using the text xml provided, this is what i get from the C# debug log: ``` System.Security.Cryptography.Xml.SignedXml Information: 3 : [SignedXml#02aeb54d, BeginSignatureComputation] Beginning signature computation. System.Security.Cryptography.Xml.SignedXml Verbose: 3 : [SignedXml#02aeb54d,...

I think the issue has to do with namespace propagation. I may be inspecting the wrong part of the code in the signxml package, but it looks the duplicate namespaces...

@nitharios Unfortunately no. After my last comment I moved on to other things while waiting for a response. After a few days, the decision was made to just use the...

So i've gotten back around to playing with this. Using the most up to date version of the module and lxml, I have made some progress but still having issues...

Quick update on this. If OMP_NUM_THREADS is set to 1, eval_safe runs fine. It's only when OMP_NUM_THREADS is not set and the predict model is running on all available cpu....

See below. library(xgboost) library(unix) data(agaricus.train, package='xgboost') data(agaricus.test, package='xgboost') train