[Mono-dev] Observable.GetAwaiter()

2013-03-27 Thread sebastian
We noticed that Observable.GetAwaiter is missing in the 4.5 Rx framework bundled with mono. Did we build mono incorrectly? Or is this method missing for another reason? Thanks, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Order problem in runtime shutdown flow

2013-03-05 Thread sebastian
. The code works fine, but our NUnit tests hang on shutdown fairly often. Mr. Kumpera suggested he'd be looking at the suggested patch for the 3.0.6 release. (https://github.com/mono/mono/pull/505) -- *Sebastian Good* ___ Mono-devel-list mailing list

Re: [Mono-dev] LLVM auto vectorization

2013-01-31 Thread sebastian
Are there any good pointers on how one might get involved with that effort? On Jan 31, 2013, at 12:33 AM, Rodrigo Kumpera wrote: No work has been done to enable auto vectorization on mono with LLVM. On Wed, Jan 30, 2013 at 10:39 PM, wrote: > Is any of the LLVM auto vectorization code in the

[Mono-dev] LLVM auto vectorization

2013-01-30 Thread sebastian
Is any of the LLVM auto vectorization code in the version of LLVM cleared for mono? (http://llvm.org/docs/Vectorizers.html) ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Marshal.GetFunctionPointerForDelegate and non-mono threads

2013-01-29 Thread Sebastian Good
, that was a bug which was fixed a few days ago. If you're seeing > > the issue without the debugger, a small testcase would be great for > > figuring this out. > > > > Alan > > > > On 28 January 2013 18:42, sebastian > > wrote: > >> We run

Re: [Mono-dev] Marshal.GetFunctionPointerForDelegate and non-mono threads

2013-01-29 Thread Sebastian Good
t;>> On Jan 28, 2013, at 6:34 PM, Alan wrote: >>> >>>> Do you see these issues when running with the soft debugger attached? >>>> If so, that was a bug which was fixed a few days ago. If you're seeing >>>> the issue without the debugger, a small t

Re: [Mono-dev] Marshal.GetFunctionPointerForDelegate and non-mono threads

2013-01-28 Thread sebastian
the issue without the debugger, a small testcase would be great for > figuring this out. > > Alan > > On 28 January 2013 18:42, sebastian wrote: >> We run a program under mono which uses a 3rd party C++ library. Mono is >> responsible for running the application, that is,

[Mono-dev] Marshal.GetFunctionPointerForDelegate and non-mono threads

2013-01-28 Thread sebastian
Or is there additional code or attributes we should be using to ensure correct operation? Thanks, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] names differing only by case in git repo?

2013-01-25 Thread sebastian
I cloned the mono/mono repo to a Windows machine, and no matter what I do, my git status reports thusly: $ git status # On branch master # Changes not staged for commit: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory)

Re: [Mono-dev] mono 3.0, llvm, sgen

2012-10-27 Thread Sebastian Good
It turns out these printed messages are not harmless -- they cause mono to exit with a non-zero return code, even though everything else seems to function properly. On Oct 26, 2012, at 10:42 PM, Sebastian Good wrote: > Thanks! I built from master via

Re: [Mono-dev] mono 3.0, llvm, sgen

2012-10-26 Thread Sebastian Good
your help. On Oct 26, 2012, at 2:30 PM, Rodrigo Kumpera wrote: > Build from master. We won't be releasing 3.0.1 for quite some time. > > On Fri, Oct 26, 2012 at 3:22 PM, sebastian > wrote: > Fantastic! Do you have a timeline on when that fix might come out? Is it > wor

[Mono-dev] mono 3.0, llvm, sgen

2012-10-26 Thread sebastian
I have built and run mono 3.0 from source running SGen successfully under RHEL 6. A nice improvement! We are getting less memory usage in network-intensive parts of our code. I'm now hoping to get higher performance from the number-crunching bits, so I'm trying to enable LLVM. I built mono-llvm fr

[Mono-dev] System.TypeLoadExceptions in mono 2.11.4

2012-10-09 Thread sebastian
or built incorrectly, but I am at a loss as to what, as the configure, make, and make install steps all ran without error. Where do I start looking? Thanks, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] minimal mono embedding profile - hpc twist

2012-10-04 Thread sebastian
t's unsuitable for our needs, not only to mention > that it's a pretty dead project. > > > On Thu, Oct 4, 2012 at 7:45 AM, sebastian < > sebast...@palladiumconsulting.com> wrote: > >> Is it possible to use the LLVM garbage collector in the long run, or does &

Re: [Mono-dev] minimal mono embedding profile - hpc twist

2012-10-04 Thread sebastian
t of them are solved/worked around in our > changes, so for example, LLVM can compile about 95% of mscorlib methods on > x86. > > Zoltan > > -- *Sebastian Good* ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] minimal mono embedding profile - hpc twist

2012-10-03 Thread sebastian
ollectors is excellent at describing the high level approach, but I am at a bit of a loss when understanding how to tweak the details. Thanks, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] VS .NET 2005, eh?

2011-08-08 Thread Sebastian Ramadan
The requirements < http://www.mono-project.com/Compiling_Mono_VSNET#Requirements> explicitly state that VS .NET 2005 is necessary. Has anyone tried to build using VS .NET 2005, lately? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

[Mono-dev] RDMA

2011-07-29 Thread Sebastian Good
Has anyone here worked with RDMA under mono? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] MonoTools -- remote test runner?

2011-01-26 Thread Sebastian Good
Is it possible using MonoTools -- or to extend MonoTools -- to run unit tests remotely? It would be very convenient to be able to kick off one or more NUnit tests on a mono target. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com ht

Re: [Mono-dev] C++ Interop

2011-01-26 Thread Sebastian Good
o compare approaches. On Wed, Jan 26, 2011 at 1:25 AM, Alex Corrado wrote: > > On Tue, Jan 25, 2011 at 5:54 PM, Sebastian Good < > sebast...@palladiumconsulting.com> wrote: > >> It was with great interest I read about the upcoming FOSDEM presentation >> on "Mo

[Mono-dev] C++ Interop

2011-01-25 Thread Sebastian Good
ntion of it. Is the result of the summer-of-code project documented somewhere? Many thanks, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [Gtk-sharp-list] Gtk# 2.x release status and thoughts on 3.0

2009-06-01 Thread Sebastian Dröge
Am Mittwoch, den 27.05.2009, 11:36 -0500 schrieb Mike Kestner: > We will continue to do the sorts of internal performance enhancements > and API corrections for 2.12 that have been integral to the improvement > of Gtk# stable releases in the past. We also may make some small API > additions in At

[Mono-dev] Problem with a NameValueCollection

2009-04-13 Thread Sebastian Schäfer
Hi, i'm using the myspaceid-sdk and want to use it with mono 2.4... And there is a problem with the handling of a NameValueCollection... the code looks like: var query = HttpUtility.ParseQueryString(uri.Query); // creates an empty NameValueCollection query.Add("key","value); resourceUri += "?

[Mono-dev] ValueTypes and mono_runtime_invoke

2008-05-29 Thread Sebastian Good
e embedding API. Any ideas? Many thanks Sebastian Good ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] ORACLE: error connecting to database

2008-05-23 Thread Sebastian Good
We have had success connecting to Oracle via 10.2 and 11g drivers in 32 and 32/64-bit modes, respectively. There are indeed warnings of conversion issues in 64-bit mode, but we have not yet seen any trouble when transfering strings, numbers, clobs, etc. We're on Mono 1.9 on some relatively ancient

[Mono-dev] mono_method_get_unmanaged_thunk

2008-04-25 Thread Sebastian Good
any exception. (On our wrappers we marshal the message and re-throw it as a C++ runtime_exception but I suspect this isn't what everyone would want to do.) Is this a feature on the radar for anyone soon? Many thanks, and looking forward to Mono 2.0! - Seba

Re: [Mono-dev] mono_config_parse won't link, needs extern "C" declaration in header file

2008-04-02 Thread Sebastian Good
) to enable optimization in the JIT which does not seem to be in any .H files available in /include. Cheers! Sebastian Robert Jordan wrote > Hi, > > Sebastian Good wrote: > > > > So of course this means re-building Mono. Once that's done, everything > > wor

[Mono-dev] mono_config_parse won't link, needs extern "C" declaration in header file

2008-04-01 Thread Sebastian Good
et them to work. Have these been fixed in newer code drops? Specifically, there are edits to threads.h and of course the above. Many thanks -- I hope this is helpful. - Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Bug in System.UriBuilder and System.Net.WebRequest and probably related classes (doesn't handle zone id)

2008-03-28 Thread Sebastian Dröge
Hi, it seems that System.UriBuilder and System.Net.WebRequest (and probably related classes) don't handle the zone id in URIs with IPv6 address correctly. See https://bugzilla.novell.com/show_bug.cgi?id=372840 An example URI would be http://fe80::1234%1/blabla or even more confusing http://fe80:

[Mono-dev] 1.2.6: threads.h

2007-12-14 Thread Sebastian Good
seem to run fine, though I am not sure if there are any further knock-on effects. (I am currently compiling with the Windows version of Mono 1.2.6) Cheers, Sebastian smime.p7s Description: S/MIME Cryptographic Signature ___ Mono-devel-list mailing

[Mono-dev] 1.2.6 & Windows.Forms.WebBrowser

2007-12-13 Thread Sebastian Good
With great excitement I opened my new copy of Mono 1.2.6 this evening (an early Christmas!) and tried out the Windows.Forms.WebBrowser functionality. Both my standard sample program (referenced here: http://www.palladiumconsulting.com/blog/sebastian/2007/04/ultimate-intranet-toy.html) and the

[Mono-dev] garbage collection and the embedding API

2007-10-31 Thread Sebastian Good
or malloc operators? Many thanks Sebastian smime.p7s Description: S/MIME Cryptographic Signature ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] managed code wrappers (exceptions & garbage collection across pinvoke barriers)

2007-08-25 Thread Sebastian Good
I have not attempted to run a memory profiler on my example, but the brute-force method of letting the code run in a loop causes the process to eventually run out of memory. What is the recommended way to debug these leaks? On the suspicion it was actually just the managed copy of the input string

Re: [Mono-dev] managed code wrappers (exceptions & garbage collection across pinvoke barriers)

2007-08-25 Thread Sebastian Good
terop tutorial. It has some answers to your questions. > > http://www.mono-project.com/Interop_with_Native_Libraries > > Zoltan > > On 8/25/07, Sebastian Good <[EMAIL PROTECTED]> wrote: > > Thanks to help on this list I've come a long way in embed

[Mono-dev] managed code wrappers (exceptions & garbage collection across pinvoke barriers)

2007-08-25 Thread Sebastian Good
eption, perhaps silence. >From the fact that the function pointers work at all, I can tell a lot of thought has already gone into this PInvoke stuff. What am I missing on the garbage collection side? (And as soon as the strings work, I need to worry about making sure that managed delegate doesn&#

[Mono-dev] mono_config_parse (was: Embedding mono on windows: the missing (lib)mono.llib)

2007-08-21 Thread Sebastian Good
Date: Tue, 21 Aug 2007 10:30:43 +0200 From: Robert Jordan <[EMAIL PROTECTED]> Subject: Re: [Mono-dev] Embedding mono on windows: the missing (lib)mono.lib Hi, Sebastian Good wrote: > I am attempting to embed a mono runtime in my C++ application. I'm using > the st

[Mono-dev] Embedding mono on windows: the missing (lib)mono.lib

2007-08-20 Thread Sebastian Good
ested in the '*.a' files sitting in my /lib directory? Many thanks for any help - Sebastian Good smime.p7s Description: S/MIME Cryptographic Signature ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] VMWare machine, monodevelop, and some thoughts

2006-08-26 Thread Sebastian Nowozin
once in a while, but seen from the perspective of a developer that only uses the official Mono releases, it has never worked. Sorry for the harsh words, truth is I really like Mono and the great guys behind the project. Greetings, Sebastian ___ Mono-deve

[Mono-dev] Invalid IL code (sub.ovf) generated by mcs 1.1.12.1

2006-01-07 Thread Sebastian Nowozin
Hello, I filed a bug report at http://bugzilla.ximian.com/show_bug.cgi?id=77180 together with a reproducing sample file. Thanks, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo

Re: [Mono-dev] Array of delegate, possible in an interface definition?

2005-12-05 Thread Sebastian Nowozin
ropped ;-) > 2) Interfaces can only contain instance methods, properties and events. No > constands, fields or static members are allowed. Ok, thats it, no fields allowed. Thanks for letting me know :-) Greetings, Sebastian ___ Mono-devel-list ma

[Mono-dev] Array of delegate, possible in an interface definition?

2005-12-05 Thread Sebastian Nowozin
his use of delegates or whether its a mono bug. Anyone knows what is wrong? Thanks, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] mcs 1.1.9.1: Invalid IL bug

2005-10-18 Thread Sebastian Nowozin
Hello, I just filed a bug, including a small program reproducing the bug http://bugzilla.ximian.com/show_bug.cgi?id=76471 where mono would abort with this message: ** ERROR **: Invalid IL code at IL0055 in MonoBug1:RemoveItem (TestItem): IL_0055: nop Greetings, Sebastian

[Mono-devel-list] Keyword "partial"?

2005-07-05 Thread Sebastian Hoehn
his? Is it correct behavior to accept this (it is obvious that this cannot be a partial typedef, but why is this)? Thanks for helping, Sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-devel-list] Arguments with spaces when starting external program through System.Diagnostics.Process

2005-05-22 Thread Sebastian Nowozin
r This\\ file \\ rocks.txt" Thanks, that was it. I actually tried it, but the shell script file is invalid in that I use parameter $1 unescaped, so its broken down again in the shellscript, not in Mono. Sorry for blaming Mono ;-) Thanks, Sebastian ___ Mo

[Mono-devel-list] Arguments with spaces when starting external program through System.Diagnostics.Process

2005-05-21 Thread Sebastian Nowozin
s. (The attached program illustrates the problem.) Hence, my question: Is it possible to explicitly escape the arguments, or - alternatively - a way to explicitly set each argument vector on its own? (like argv[1], argv[2], etc.) Regards, Sebastian Nowozin using System; using System.Threading;

[Mono-devel-list] Re: SOAP problem

2005-05-16 Thread Sebastian Böhm
Hi, I was able to fix this problem by makeing a change to WebServiceHelper.cs I dont know whether this patch is 100% correct, but now I am able to call the Google Adwords Api with mono. If I read the soap spec correctly there should only be one "Header" element in the soap envelope.

[Mono-devel-list] SOAP problem

2005-05-16 Thread Sebastian Böhm
fails with the later) Is there a way to put all soap headers in one single "Header" Element under mono ? Thank you very much /sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/

[Mono-devel-list] mod_mono / xsp question

2005-05-12 Thread Sebastian Böhm
of the xsp application, but not of the webserver. Thank you for your help. /sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-devel-list] debug soap

2005-05-12 Thread Sebastian Böhm
outgoing and the incoming xml message to see what went wrong ? PS: under .Net1.1 this exception does not happen. So I want to compare the soap-xml-body of the request from .net and from mono. (cant use tcpdump, cause the soap server only accepts https) than you very much ! /sebastian

Re: [Mono-devel-list] google adwords api with mono

2005-05-11 Thread Sebastian Böhm
per remoting-invoke-with-check) System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke (string,object[]) in <0x00059> AdGroupServiceService:getAdGroup (Int32 adGroupId) in (wrapper remoting-invoke-with-check) AdGroupServiceService:getAdGroup (int) in <0x00269> AdGroupServiceDemo:Main ()

[Mono-devel-list] google adwords api with mono

2005-05-10 Thread Sebastian Böhm
ith-check) Mono.Security.Protocol.Tls.SslClientStream:NegotiateHandshake () --- someone more luck ? thank you very much. /sebastian ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

[Mono-devel-list] mod_mono, Inherits option in Page directive, DLL caching

2005-03-28 Thread Sebastian Nowozin
Hello everybody, I use mono 1.0.5 and the appropriate mod-mono-server, mod_mono and Apache 1.3 on Debian and also use XSP for quick testing of my ASP.NET application. Under XSP everything works, using two kind of .aspx files: a) simple .aspx files with