[Mono-list] The state of heap-shot profiling in mono

2015-05-06 Thread Dan Liew
Hi, I'd like to know what the current state of heap-shot profiling is in mono (3.12.1). I've been trying to use the heap-shot-gui tool [1] and it seems pretty broken. Here's what I've tried ## Instructions in heap-shot's README [2] These tell me to use $ mono --profile=heap-shot MyProgram.exe

Re: [Mono-dev] Profiling / Memory Management tools

2015-05-31 Thread Dan Liew
On 31 May 2015 at 17:35, Greg Young gregoryyou...@gmail.com wrote: What tools are people using with mono? I have tried as an example using valgrind to verify the stuff I am working on is reasonable but the listings of problems that come out are massive. Checking the memory usage via valgrind

Re: [Mono-dev] Building from Source Fails with mcs: Command not found (Mono-devel-list Digest, Vol 121, Issue 19) (Mono-devel-list Digest, Vol 121, Issue 20)

2015-05-22 Thread Dan Liew
On 22 May 2015 at 14:21, Cyd Haselton chasel...@gmail.com wrote: On May 22, 2015 7:34:16 AM CDT, Jo Shields direct...@apebox.org wrote: On 22/05/15 01:16, cyd wrote: Let me back up a few steps before I start troublehooting this. Does the monolite build of mono 4.0 support

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread Dan Liew
However, when i move TA executable to another machine running ubuntu, and right click/run, nothing happens. Application won't start, there's no error message, just nothing... Can someone help me with this? Run the application from a terminal to see if it logs any output indicating some sort

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-03 Thread Dan Liew
On 3 August 2015 at 12:34, onedevteam.com martin.jere...@gmail.com wrote: When i try TA or sudo TA in terminal, i get an error TA: command not found, even if terminal window is open in folder where TA is copied. The current working directory is not usually is the shell's PATH (the list of

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-04 Thread Dan Liew
On 4 August 2015 at 11:23, onedevteam.com martin.jere...@gmail.com wrote: running with mono myapp.exe is not an option. I wan't application to be useful on computers with no mono installed. Meanwhile, i have managed to start application bundled with mkbundle TestApp --deps --static -o TA on

Re: [Mono-dev] The impact of running dlls compiled with /platform:x86 on a x86_64 machine under mono

2015-11-06 Thread Dan Liew
On 6 November 2015 at 05:29, Rodrigo Kumpera wrote: > Mono ignores those settings and will run with the bitness it was compiled > as. Okay, by "it" I presume you are referring to the target Mono was compiled for, not the target the application was compiled for.

Re: [Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-15 Thread Dan Liew
Hi Ludovic, On 15 October 2015 at 12:47, Ludovic Henry wrote: > Hi Dan, > > As I am currently working on the Process class, I am getting a look at your > bug. Thanks for taking a look :) > > Does setting StandardOutputEncoding = Console.OutputEncoding on the >

[Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-09 Thread Dan Liew
Hi, This is an issue that I was bitten by a while ago but I didn't post here because I managed to work around it but it looks like something inside mono changed between 3.12 and 4.0.4 which my broke my workaround. The issue basically is I observed my code failing when called from an NUnit test

Re: [Mono-dev] Mono 3.2.8 incompatibility with .NET 4.0 on Windows 7-10

2015-12-15 Thread Dan Liew
Hi, > I've also got a link to a downloadable .zip file containing the sources and > the nUnit package for easy compiling on Windows as well as Linux without > having to create your own project (done due to size restrictions on the > mailing list). nUnit 2.6.4 is present, so that it compiles