Re: [Mono-dev] [Mono-list] Expected Date of release of mono 4.8

2017-01-19 Thread nikhil sehgal
HI Rodrigi,

Can we expect it around March 2017 ?

Regards
Nikhil

On Fri, Jan 20, 2017 at 12:11 AM, Rodrigo Kumpera  wrote:

> Hi Nikhil,
>
> Expect 4.8 final some time later in the winter.
>
> --
> Rodrigo
>
>
>
> On Thu, Jan 19, 2017 at 12:35 AM, nikhil sehgal 
> wrote:
>
>> Hi All,
>>
>> I am currently working on a project that require TLS 1.2 Support.
>>
>> So my question is What is expected date of release of Mono 4.8 .As i
>> believe mono 4.8 Supports TLS 1.2.
>>
>> it would be great help
>>
>> --
>> Thanks & Regards
>> NIkhil Sehgal
>> Mobile No 9711855929
>> Email Id nikhil.j...@gmail.com
>> Skype ID sehgal.nikhil
>>
>> ___
>> Mono-list maillist  -  mono-l...@lists.dot.net
>> http://lists.dot.net/mailman/listinfo/mono-list
>>
>>
>


-- 
Thanks & Regards
NIkhil Sehgal
Mobile No 9711855929
Email Id nikhil.j...@gmail.com
Skype ID sehgal.nikhil
___
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list


[Mono-dev] Mono CI weather report 1/19

2017-01-19 Thread Andi McClure via Mono-devel-list
What this is: The Mono team has a CI (continuous integration) system which 
builds and runs automated tests on every commit checked in to git (specifically 
the master branch). We have a test log 
viewer
 on Jenkins that tracks the results (currently only accessible to github 
project admins, sorry). Once a week I sweep through and write an email with a 
list of the most frequently-failing automated tests.

I haven't sent one of these out for a few weeks. Our most frequent failures 
have not changed over that time, but we have some new, unusual failures. 5, 6, 
and 8 are worrying new thread issues and 7 and 10 are new issues with sockets.

Here are the top failures currently making Jenkins builds fail:

0. Disabled tests

The following Bugzillas represent tests that have been temporarily disabled 
because otherwise they are failing every time:

https://bugzilla.xamarin.com/show_bug.cgi?id=47053
https://bugzilla.xamarin.com/show_bug.cgi?id=47054

1. "sgen new threads dont join stw exe" timeout [Existing]

The various variants of sgen-new-threads-dont-join-stw.exe have started 
frequently hanging with a stack implicating 
System.Threading.WaitHandle.WaitOne_internal. Ludovic is looking at this 
currently but nothing is filed.

Example:
https://jenkins.mono-project.com/job/test-mono-mainline/label=osx-amd64/5692/testReport/MonoTests/sgen-regular-tests-ms-split/sgen_new_threads_dont_join_stw_exe_timedout/

The same stack has also been seen in Appdomain-unload.exe, for example:
https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-arm64/1623/testReport/MonoTests/runtime/appdomain_unload_exe_timedout/

2. Timeouts in System.AppDomain.InternalUnload on mac [Existing]

This failure has been happening for a while. It happens very frequently on mac 
and occasionally on the Linux platforms.

Recent tests this fail in include:

MonoTests.runtime.appdomain-threadpool-unload.exe_timedout
https://jenkins.mono-project.com/job/test-mono-mainline/label=osx-amd64/5697/testReport/MonoTests/runtime/appdomain_threadpool_unload_exe_timedout/
This single test, with the InternalUnload timeout, is all by itself our most 
common failure

MonoTests.sgen-regular-tests-ms-conc-split.sgen-domain-unload.exe_timedout
https://jenkins.mono-project.com/job/test-mono-mainline/label=osx-i386/5692/testReport/MonoTests/sgen-regular-tests-ms-conc-split/sgen_domain_unload_exe_timedout/

3. ThreadAbortException in System.Threading.Timer+Scheduler.SchedulerThread  
(the "List`1 issue") [Existing]

Filed as https://bugzilla.xamarin.com/show_bug.cgi?id=43320 , currently 
assigned to Rodrigo. This has persistently been one of our heaviest crash 
contributors for months.

This occurs in many different places but the crash message always looks the 
same.

Unhandled Exception:
System.TypeInitializationException: The type initializer for 
'System.Collections.Generic.List`1' threw an exception. ---> 
System.Threading.ThreadAbortException
   --- End of inner exception stack trace ---
  at System.Threading.Timer+Scheduler.SchedulerThread () [0xf] in :0
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) 
[0x00017] in :0
  at System.Threading.ExecutionContext.RunInternal 
(System.Threading.ExecutionContext executionContext, 
System.Threading.ContextCallback callback, System.Object state, System.Boolean 
preserveSyncCtx) [0x0008d] in :0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext 
executionContext, System.Threading.ContextCallback callback, System.Object 
state, System.Boolean preserveSyncCtx) [0x0] in :0
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext 
executionContext, System.Threading.ContextCallback callback, System.Object 
state) [0x00031] in :0
  at System.Threading.ThreadHelper.ThreadStart () [0xb] in :0
[MVID] 0deb57f9de664ff681556c641423618d 0,1,2,3,4,5
[ERROR] FATAL UNHANDLED EXCEPTION: Nested exception trying to figure out what 
went wrong

Some places this failure has been seen include 
MonoTests.runtime.gsharing-valuetype-layout.exe, 
MonoTests.gshared.generic-marshalbyref.2.exe, MonoTests.runtime.bug-415577.exe, 
and as an unknown-test failure when a test suite (such as mcs/class/corlib) is 
shutting down.

Recent example:

https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-arm64/1625/testReport/MonoTests/runtime/appdomain_threadpool_unload_exe/

Older examples:

https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=ubuntu-1404-amd64/1613/testReport/MonoTests/runtime/appdomain1_exe/
https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=ubuntu-1404-amd64/1039/testReport/MonoTests/gshared/generic_marshalbyref_2_exe/
https://jenkins.mono-project.com/job/test-mono-mainline/label=osx-amd64/4606/testReport/MonoTests/gshared/generic_marshalbyref_2_exe_3/

Re: [Mono-dev] [Mono-list] Expected Date of release of mono 4.8

2017-01-19 Thread Rodrigo Kumpera
Hi Nikhil,

Expect 4.8 final some time later in the winter.

--
Rodrigo



On Thu, Jan 19, 2017 at 12:35 AM, nikhil sehgal 
wrote:

> Hi All,
>
> I am currently working on a project that require TLS 1.2 Support.
>
> So my question is What is expected date of release of Mono 4.8 .As i
> believe mono 4.8 Supports TLS 1.2.
>
> it would be great help
>
> --
> Thanks & Regards
> NIkhil Sehgal
> Mobile No 9711855929
> Email Id nikhil.j...@gmail.com
> Skype ID sehgal.nikhil
>
> ___
> Mono-list maillist  -  mono-l...@lists.dot.net
> http://lists.dot.net/mailman/listinfo/mono-list
>
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list


[Mono-dev] Expected Date of release of mono 4.8

2017-01-19 Thread nikhil sehgal
Hi All,

I am currently working on a project that require TLS 1.2 Support.

So my question is What is expected date of release of Mono 4.8 .As i
believe mono 4.8 Supports TLS 1.2.

it would be great help

-- 
Thanks & Regards
NIkhil Sehgal
Mobile No 9711855929
Email Id nikhil.j...@gmail.com
Skype ID sehgal.nikhil
___
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list