Re: [Mono-dev] Using valgrind with Mono

2016-05-03 Thread Zinkevicius, Matt
grateful for any assistance fixing this issue, and am willing to provide any additional info required. --Matt From: mono-devel-list-boun...@lists.ximian.com<mailto:mono-devel-list-boun...@lists.ximian.com> [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Zinkevicius, Mat

Re: [Mono-dev] Using valgrind with Mono

2016-03-30 Thread Zinkevicius, Matt
699==by 0x498E64: common_call_trampoline_inner (in /usr/bin/mono-sgen) Getting close! Thanks again for any help anyone can provide, Matt From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Zinkevicius, Matt Sent: Tuesday, March 29, 2016 8:26 PM

Re: [Mono-dev] Using valgrind with Mono

2016-03-29 Thread Zinkevicius, Matt
it and report back. Matt From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Zinkevicius, Matt Sent: Tuesday, March 29, 2016 7:22 PM To: Rodrigo Kumpera <kump...@gmail.com> Cc: Straw, David (Storage) <david.st...@hpe.com>; mon

Re: [Mono-dev] Using valgrind with Mono

2016-03-29 Thread Zinkevicius, Matt
Thanks, Rodrigo! I’ve ported this to 4.2 to test, though these changes seem to only address AOT, and we’re seeing this leak using the normal JIT runtime. Matt From: Rodrigo Kumpera [mailto:kump...@gmail.com] Sent: Tuesday, March 29, 2016 6:15 PM To: Zinkevicius, Matt <matt.zinkevic...@hpe.

Re: [Mono-dev] Using valgrind with Mono

2016-03-29 Thread Zinkevicius, Matt
and total bytes leaked (hundreds of MB/hour when under load). If so, I’ll try to backport it to Mono 4.2.3, though it is far from patching cleanly currently. Matt From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Zinkevicius, Matt Sent

Re: [Mono-dev] Using valgrind with Mono

2016-03-28 Thread Zinkevicius, Matt
Hi Rodrigo, I am not finding a recent commit in master that mentions “mono_method_get_header”. Do you happen to have the commit ID or log message handy? Sorry for the bother, Matt From: Rodrigo Kumpera [mailto:kump...@gmail.com] Sent: Monday, March 28, 2016 1:58 PM To: Zinkevicius, Matt

Re: [Mono-dev] Using valgrind with Mono

2016-03-28 Thread Zinkevicius, Matt
) and attached the latest valgrind output there. Thanks again for any help you can provide, Matt Zinkevicius From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Zinkevicius, Matt Sent: Sunday, March 27, 2016 11:06 PM To: Zoltan Varga <

Re: [Mono-dev] Using valgrind with Mono

2016-03-27 Thread Zinkevicius, Matt
Varga [mailto:var...@gmail.com] Sent: Sunday, March 27, 2016 4:45 PM To: Zinkevicius, Matt <matt.zinkevic...@hpe.com> Cc: mono-devel-list@lists.ximian.com; Straw, David (Storage) <david.st...@hpe.com> Subject: Re: [Mono-dev] Using valgrind with Mono Hi, Fixed the last one in: https:

[Mono-dev] Using valgrind with Mono

2016-03-27 Thread Zinkevicius, Matt
Hello, Our backend service running on Mono 4.2.2 on Linux is experiencing an unmanaged memory leak. When running our stress tests for several hours, we see the managed heap sit around 50 MB, while private memory keeps growing until the process is killed because of OOM. I am therefore

[Mono-dev] End line/column information in symbol files

2015-01-05 Thread Zinkevicius, Matt
Hello, When debugging our program on Linux with Mono 3.10, I've noticed that the source code sequence points that the soft debugger gives never include valid end line or end column numbers. They are always set to -1. Is this because the mono compiler doesn't include these values in the mdb

Re: [Mono-dev] End line/column information in symbol files

2015-01-05 Thread Zinkevicius, Matt
this to welcomed? --Matt From: Zoltan Varga [mailto:var...@gmail.com] Sent: Monday, January 5, 2015 4:23 PM To: Zinkevicius, Matt Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] End line/column information in symbol files Hi, There is a tool named mdbdump in mcs/class/lib/net_4_5