[Mono-dev] eglib and cygwin

2008-03-18 Thread Bassam Tabbara
Hello, I'm unable to compile eglib in a cygwin/mingw environment. I've tried the following: cd eglib ./autogen.sh cp winconfig.h config.h [modified Makefile and src/Makefile to use -mno-cygwin -g options to gcc] make I get the following errors: make[2]: Entering directory

[Mono-dev] Asynchronous sockets

2008-03-22 Thread Bassam Tabbara
From what I can see, Mono does not seem to use asynchronous sockets (even when using System.Net.Socket.Begin/End) on a Windows platform. Is this correct? Any plans to add this support? Thanks! Bassam ___ Mono-devel-list mailing list

[Mono-dev] Bug in System.Core LookupTKey,TElement

2008-12-23 Thread Bassam Tabbara
I'm running Mono 2.0-1 on Linux. The implementation of Lookup extension method on IEnumerable does not seem to handle a case insensitive comparer correctly. The code does the following: public static LookupTKey, TElement ToLookupTSource, TKey, TElement (this IEnumerableTSource source,

[Mono-dev] Support for System.Net.ServicePoint.SetTcpKeepAlive

2009-03-31 Thread Bassam Tabbara
.NET FX 3.5 SP1 (and .NET 2.0 SP2) seems to have added a useful function to the System.Net.ServicePoint class - SetTcpKeepAlive. Which version of Mono would this be aligned to? Are there any plans to add similar support? Thanks! Bassam ___

[Mono-dev] MVC 2 support

2010-06-09 Thread Bassam Tabbara
Hello, Which version of mono support MVC 2 ? Thanks! Bassam ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] [Patch] Fix bug where HttpWebRequest.BeginResponse never completes

2010-09-30 Thread Bassam Tabbara
We are seeing a case where HttpWebRequest.BeginResponse never completes even through there is a response outstanding on the connection. We see this with mono 2.6.7. I've traces this down to the HttpWebRequest.SetResponseData method. Attached is a patch that fixes the problem. Thanks! Bassam

[Mono-dev] Scripts to create the Mac OS X dmg packages

2010-09-30 Thread Bassam Tabbara
I'm looking for the scripts to generate the Mac OS X dmg packages that are on: http://www.go-mono.com/mono-downloads/download.html Are those available anywhere? Thanks! Bassam ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] [PATCH] Make mono on OSX relocatable

2010-10-05 Thread Bassam Tabbara
Attached is a patched that makes mono on OSX relocatable as with Linux, Windows and Solaris. It would be great if this can be committed to the mono-2-6 branch. Thanks! Bassam macos_relocate.patch Description: macos_relocate.patch ___ Mono-devel-list

[Mono-dev] Help with heap profilers

2010-10-22 Thread Bassam Tabbara
I suspect I'm seeing a low grade leak with ASP.NET, and I'm having a hard time getting any of the heap profilers to run correctly. Which is the recommended heap profiler? I assume it's the logging profiler. I run it with the following options:

Re: [Mono-dev] Help with heap profilers

2010-10-23 Thread Bassam Tabbara
Any help with this would be appreciated? What tools are folks using to find leaks / fragmentation issues on mono? From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Bassam Tabbara Sent: Thursday, October 21, 2010 11:20 PM To: mono-devel

[Mono-dev] Native stack trace in mono-2-10

2011-09-11 Thread Bassam Tabbara
Hello, We are seeing the following crash quite frequently on our test servers: #0 0x7fe188725165 in raise () from /lib/libc.so.6 #1 0x7fe188727f70 in abort () from /lib/libc.so.6 #2 0x00493298 in mono_handle_native_sigsegv (signal=2086645120, ctx=value optimized out) at

Re: [Mono-dev] Native stack trace in mono-2-10

2011-09-12 Thread Bassam Tabbara
: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Andres G. Aragoneses Sent: Monday, September 12, 2011 9:57 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Native stack trace in mono-2-10 On 09/11/2011 09:42 AM, Bassam

[Mono-dev] Exception on ASP.NET startup

2011-09-26 Thread Bassam Tabbara
Hello, We see the following exception every other day on our front end servers: System.ArgumentException: Key duplication when adding: sessionState at System.Collections.Hashtable.PutImpl (System.Object key, System.Object value, Boolean overwrite) [0x0] in filename unknown:0 at

[Mono-dev] /dev/crypto and mono

2011-12-08 Thread Bassam Tabbara
Hello, Has anyone attempted to have mono use cryptodev modules in Linux (http://www.logix.cz/michal/devel/cryptodev/) instead of the managed implementations? What about on OSX? Thanks! Bassam ___ Mono-devel-list mailing list

[Mono-dev] JIT'er bug?

2011-12-20 Thread Bassam Tabbara
Hello, We are seeing the following stack trace frequently on startup of our application. Seems to happen on both OSX and Linux. We build mono from the 2-10 branch. Any ideas? Stacktrace: at System.Collections.Generic.InternalStringComparer.GetHashCode (string) 0x0001d at

Re: [Mono-dev] JIT'er bug?

2011-12-20 Thread Bassam Tabbara
Thanks Rodrigo. We will open a ticket with an isolated repro. From: Rodrigo Kumpera [mailto:kump...@gmail.com] Sent: Tuesday, December 20, 2011 5:10 PM To: Bassam Tabbara Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] JIT'er bug? It does look like a runtime error. Mind filing

[Mono-dev] Assertion at mini-arm.c:5559, condition `IS_LDR_PC (code_ptr [0])' not met

2011-12-21 Thread Bassam Tabbara
Hello, We are seeing the following on ARM devices. Running mono built from the 2-10 branch. Any ideas for where to start here? invalid code stream, instruction before IMT value is not a LDC in mono_arch_find_imt_method() (code 0x40be8868 value 0: 0xe1a06000 -1: 0xe591f028 -2: 0xe1a0e00f) *

[Mono-dev] Post-mortem debugging

2011-12-27 Thread Bassam Tabbara
Hello, I'm debugging a core file with gdb and I'm not able to find mono managed symbols: (gdb) where #0 0x7f93c9096ed5 in raise () from /lib/libc.so.6 #1 0x7f93c90983f3 in abort () from /lib/libc.so.6 #2 0x004933d0 in mono_handle_native_sigsegv (signal=-907561328, ctx=value

Re: [Mono-dev] Boehm GC reaching max_map_count

2012-03-23 Thread Bassam Tabbara
We are seeing the same issue. Mono is mapping a lot of memory: cat /proc/pid/maps | wc -l 21880 And it then reaches he max_map_count limit and dies: Program terminated with signal 6, Aborted. #0 0x7f69c02f51b5 in *__GI_raise (sig=value optimized out) at

[Mono-dev] System.Net.Http.Formatting and JSON.NET

2013-06-08 Thread Bassam Tabbara
Why does mono bundle JSON.NET into System.Net.Http.Formatting? This is quite different from how MSFT ships System.Net.Http.Formatting. Thanks! Bassam ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Assert in mini-arm.c

2013-08-09 Thread Bassam Tabbara
Hello, I'm seeing the following assert on an armv5tel using latest from master: http://pastebin.com/raw.php?i=CLDXxiPy I'm trying to get an isolated repro but it proving to be elusive. In our full test runs we see this all the time. Any tips on how to debug this further? Thanks! Bassam

Re: [Mono-dev] Assert in mini-arm.c

2013-08-12 Thread Bassam Tabbara
with the mono-2-10 branch. Thanks! Bassam From: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Date: Friday, August 9, 2013 10:36 AM To: mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject

Re: [Mono-dev] Assert in mini-arm.c

2013-08-13 Thread Bassam Tabbara
our upgrade to mono-3-0 unfortunately. Any help will be greatly appreciated. From: Zoltan Varga var...@gmail.commailto:var...@gmail.com Date: Tuesday, August 13, 2013 3:20 AM To: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Cc: mono-devel-list@lists.ximian.commailto:mono-devel-list

Re: [Mono-dev] Assert in mini-arm.c

2013-08-14 Thread Bassam Tabbara
, 2013 5:15 PM To: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Cc: mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Assert in mini-arm.c I meant frame #2, i.e. #2

Re: [Mono-dev] Assert in mini-arm.c

2013-08-14 Thread Bassam Tabbara
I tried increasing MIN_PAGES in mono-codeman.c to 32 and still didn't help. Is there another workaround that could help here? From: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Date: Wednesday, August 14, 2013 12:26 AM To: Zoltan Varga var...@gmail.commailto:var...@gmail.com Cc

[Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
Hello, I'm working in mono master, and it looks like sgen is not support when cross compiling. Sgen requiren with-tls=__thread and during configuration a check is made if __thread is functioning and that fails with the following error when cross compiling: configure: error: cannot run test

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
/fe5c582a1a2d241f368c86081b3cb7ea53994f51 Do others not see this? From: Rodrigo Kumpera kump...@gmail.commailto:kump...@gmail.com Date: Monday, August 26, 2013 4:30 PM To: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Cc: mono-devel-list@lists.ximian.commailto:mono-devel-list

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
to linux with with-tls=pthread. From: Rodrigo Kumpera kump...@gmail.commailto:kump...@gmail.com Date: Monday, August 26, 2013 5:01 PM To: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Cc: mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com mono-devel-list

Re: [Mono-dev] SGEN support when cross compiling

2013-08-27 Thread Bassam Tabbara
...@gmail.commailto:kump...@gmail.com Date: Tuesday, August 27, 2013 8:58 AM To: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Cc: mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] SGEN

[Mono-dev] _wapi_connect errors

2013-09-11 Thread Bassam Tabbara
Hello, We're seeing these errors frequently as part of our application: _wapi_connect: error looking up socket handle 0x3fd _wapi_connect: error looking up socket handle 0x6db _wapi_connect: error looking up socket handle 0x25f _wapi_connect: error looking up socket handle 0x413 _wapi_connect:

Re: [Mono-dev] _wapi_connect errors

2013-09-16 Thread Bassam Tabbara
Who is the appropriate contact for this one? Gonzalo? On Sep 11, 2013, at 5:19 PM, Bassam Tabbara bas...@symform.commailto:bas...@symform.com wrote: Hello, We're seeing these errors frequently as part of our application: _wapi_connect: error looking up socket handle 0x3fd _wapi_connect

Re: [Mono-dev] Compiling for i586 Linux target on an i686 Linux machine

2013-09-17 Thread Bassam Tabbara
Chris, Try: ./configure --host=i585-unknown-linux-gnu Thanks! Bassam On Sep 16, 2013, at 2:49 PM, Chris Tacke cta...@opennetcf.commailto:cta...@opennetcf.com wrote: I need to get a 32-bit i586 build of the latest version of Mono to run on an embedded target. For a build machine I’m using

[Mono-dev] Help w/ deadlock on shutdown

2013-12-13 Thread Bassam Tabbara
Hello, I’m seeing a deadlock on shutdown of latest mono form master when using our own native background thread. Here are backtraces: * thread #1: tid = 0xd83c3, 0x7fff91412716 libsystem_kernel.dylib`__psynch_cvwait + 10, queue = 'com.apple.main-thread, stop reason = signal SIGSTOP

Re: [Mono-dev] Help w/ deadlock on shutdown

2013-12-13 Thread Bassam Tabbara
, Bassam Tabbara bas...@symform.commailto:bas...@symform.com wrote: Hello, I’m seeing a deadlock on shutdown of latest mono form master when using our own native background thread. Here are backtraces: * thread #1: tid = 0xd83c3, 0x7fff91412716 libsystem_kernel.dylib`__psynch_cvwait + 10

[Mono-dev] Assert: condition `ret == 0' not met

2014-01-13 Thread Bassam Tabbara
Hello, I’m seeing the following exception while building MCS from the latest in master. This is on my mac (OSX 10.9). Any thoughts? System.Collections.Concurrent/BlockingCollection.cs(396,9): warning CS0219: The variable `index' is assigned but its value is never used

Re: [Mono-dev] Assert: condition `ret == 0' not met

2014-01-13 Thread Bassam Tabbara
Yes. This is a clean build from mono/master. On Jan 13, 2014, at 3:07 PM, Rodrigo Kumpera kump...@gmail.commailto:kump...@gmail.com wrote: Are you trying to build mono/master without any changes? That has not happen with our bots at xamarin. On Mon, Jan 13, 2014 at 4:47 PM, Bassam Tabbara

Re: [Mono-dev] Assert: condition `ret == 0' not met

2014-01-14 Thread Bassam Tabbara
: I confirm the problem, I also get it in Linux64bits On 14/01/14 00:33, Bassam Tabbara wrote: Yes. This is a clean build from mono/master. On Jan 13, 2014, at 3:07 PM, Rodrigo Kumpera kump...@gmail.com mailto:kump...@gmail.com wrote: Are you trying to build mono/master without any changes

[Mono-dev] Array.Copy endian issue?

2014-01-29 Thread Bassam Tabbara
Hello, I’m chasing a bug while parsing the machine.config XML file, and I’ve narrowed it down to Array.Copy performing the wrong copy. Here’s an example: before copy 'descript' after copy ' edcsirt' The buffer is altered after its copied. This seems to happen only on newer versions of linux

Re: [Mono-dev] Array.Copy endian issue?

2014-01-29 Thread Bassam Tabbara
to be run on a ARM device with the same version of Linux. Happy to provide access to a box if needed. I’ll open a Xamarin bug too. Thanks! Bassam On Jan 29, 2014, at 3:53 PM, Bassam Tabbara bas...@symform.com wrote: Hello, I’m chasing a bug while parsing the machine.config XML file, and I’ve