Re: [Mono-dev] Sync of mono Cert Store

2017-07-13 Thread Alexander Köplinger via Mono-devel-list
When Mono is installed from our packages (specifically the ca-certificates-mono package*), we're adding a hook into /etc/ca-certificates/update.d/ which runs cert-sync automatically whenever the system certificates are updated by the update-ca-certificates command. This is the same approach

Re: [Mono-dev] unaligned.cs

2017-07-13 Thread Neale Ferguson
Note the endianness check in basic-vectors test. I think doing the same in unaligned.cs would work. Now, if I could just get roslyn working. On 7/13/17, 2:21 PM, "Rodrigo Kumpera" wrote: >We should either disable those tests or address the endianness issues on >them

Re: [Mono-dev] unaligned.cs

2017-07-13 Thread Rodrigo Kumpera via Mono-devel-list
We should either disable those tests or address the endianness issues on them On 7/13/17, 11:21 AM, "Mono-devel-list on behalf of Neale Ferguson" wrote: On s390x (big endian) unaligned

Re: [Mono-dev] Bundled mono Certificate Store

2017-07-13 Thread Rick Tillery
Fair enough. Thanks for the info. Rick On Jul 13, 2017 12:02 PM, "Alexander Köplinger" wrote: > We had a discussion related to this recently in the mkbundle context: > https://www.mail-archive.com/mono-devel-list@lists.dot.net/msg00529.html > > At the moment it seems

Re: [Mono-dev] Bundled mono Certificate Store

2017-07-13 Thread Alexander Köplinger via Mono-devel-list
We had a discussion related to this recently in the mkbundle context: https://www.mail-archive.com/mono-devel-list@lists.dot.net/msg00529.html At the moment it seems there's no supported way of changing the path, other than changing the source. - Alex On 13 Jul 2017, at 17:52, Rick Tillery

Re: [Mono-dev] SEGV during nursery scanning

2017-07-13 Thread Vlad Brezae via Mono-devel-list
Hey Neale, How are you getting this crash ? Is it reliable ? Do you know what commit seems to trigger it ? You can try running with MONO_GC_DEBUG=nursery-canaries for additional logging. Vlad From: Mono-devel-list on behalf of Neale

[Mono-dev] Bundled mono Certificate Store

2017-07-13 Thread Rick Tillery
Due to our reliance on mono & our need to ensure a tested version is used with our product, we are bundling mono in our package for install. With this setup, we have a separate registry, configuration, directory of assemblies, etc., so install/uninstall/update of system mono won't affect us.