I'm pretty sure you can still get every Apache version
On 12 Nov 2013 22:50, "SteveS" wrote:
> When will Mono be compatible with Apache 2.4.6?
>
> Apache 2.4.3 is no longer available.
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Mono-and-Apache-2-4-6-tp4661308.ht
http://archive.apache.org/dist/httpd/
On 18 Nov 2013 09:20, "Ian Norton" wrote:
> I'm pretty sure you can still get every Apache version
> On 12 Nov 2013 22:50, "SteveS" wrote:
>
>> When will Mono be compatible with Apache 2.4.6?
>>
>> Apache 2.4.3 is no longer available.
>>
>>
>>
>> --
>> View
Hi,
I've got a user that using latest mono on Mavericks which app crashes on
what seems to be mono_monitor_exit. Where can I start looking for what
could possibly cause this?
Crashed Thread: 16
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x, 0x
Appli
On 17 Nov 2013, at 22:05, Robert Jordan wrote:
> On 16.11.2013 17:26, jonat...@mugginsoft.com wrote:
>> My work around is to not call mono_jit_cleanup() at all.
>>
>> I terminate Mono when I terminate my app so I presume that nothing untoward
>> can occur.
>
> If your app is depending on fina
A few queries regarding the Mono OS X framework:
1. The Mono 3.2.4 Mono.framework/Mono soft link still defaults to
libmonoboehm-2.0.1.dylib rather than libmonosgen-2.0.1.dylib. Is this just an
oversight?
2. Does the Mono repo contain a script that packages the result of a Mono build
into the d
You can start by producing a test case, then filling a bug.
On Mon, Nov 18, 2013 at 4:36 AM, Carlo Kok wrote:
> Hi,
>
> I've got a user that using latest mono on Mavericks which app crashes on
> what seems to be mono_monitor_exit. Where can I start looking for what
> could possibly cause this?
On Mon, Nov 18, 2013 at 10:06 AM, jonat...@mugginsoft.com <
jonat...@mugginsoft.com> wrote:
> A few queries regarding the Mono OS X framework:
>
> 1. The Mono 3.2.4 Mono.framework/Mono soft link still defaults to
> libmonoboehm-2.0.1.dylib rather than libmonosgen-2.0.1.dylib. Is this just
> an ove
I cannot get the embedded method signature for the following method quite right:
ObjectSet.AddObject Method
public void AddObject(TEntity entity)
http://msdn.microsoft.com/en-us/library/dd487277(v=vs.110).aspx
All my efforts so far, such as below, fail to resolve the method (in Obj-C):
- (void)a