Re: [Mono-dev] Shutdown hangs

2016-06-13 Thread David Evans
I saw something similar when I was testing 4.2.2 awhile back, a rare hang on Exit with the main thread waiting like yours. I haven't tried 4.2.3 to see if our hang reproduces yet. We're still on 4.0.4 and we don't see it there. In the hang we saw, I also had one thread in pthread_cond_wait like

Re: [Mono-dev] gdb and mono

2016-03-28 Thread David Evans
Awesome, thank you! Looks like that is in mono 4.3.2.467 and 4.4.x, I’ll give it a try. From: Zoltan Varga [mailto:var...@gmail.com] Sent: Monday, March 28, 2016 12:39 PM To: David Evans Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] gdb and mono Hi, This was fixed some time

[Mono-dev] gdb and mono

2016-03-28 Thread David Evans
Sorry if this has been covered before, or is a current issue, but is there a way around these errors using gdb with mono 4.x? I generally see "/build/buildd/gdb-7.7.1/gdb/dwarf2-frame.c:692: internal-error: Unknown CFI encountered." whenever trying to look at things in gdb. Thx! (gdb) bt #0

[Mono-dev] Socket with ProtocolType.Udp hangs occasionally in ReceiveFrom()

2016-03-03 Thread David Evans
Hi All, I'm seeing a rare hang in Socket.ReceiveFrom() where the receive timeout isn't respected. What's also odd is then on the server side once this wedge occurs the server gets the same packet that had been sent to it over and over and it keeps responding to it endlessly - but the client

[Mono-dev] xbuild leaking?

2015-11-23 Thread David Evans
Hi all, We're using xbuild for a fairly large project now on linux with 4.0.4.1. We're noticing that the peak memory usage for the build seems to scale surprisingly fast with the total number of project references across the solution, as opposed to other measures. This isn't a big deal for us