[Mono-dev] Mono/XSP and libc/fork/async signal unsafe issues

2012-10-26 Thread Veerapuram Varadhan
Hi All, We have been facing deadlock issues with iFolder and after fixing most of the identified problems in ifolder, we came across these following links: http://sourceware.org/bugzilla/show_bug.cgi?id=4737 http://www.sourceware.org/ml/libc-hacker/2007-02/msg9.html We wonder whether Mono

Re: [Mono-dev] Candidate Fix for 699643

2011-11-23 Thread Veerapuram Varadhan
Hi Neale, First part of the fix would be good to go. The later part will have issues with earlier versions of TDS, which people still use. V. Varadhan On Wed, 2011-11-23 at 13:28 -0500, Neale Ferguson wrote: I am looking to commit the following fix http://pastebin.com/qw2WdzPr to resolve bug

Re: [Mono-dev] Candidate Fix for 699643

2011-11-23 Thread Veerapuram Varadhan
Having said that.. it would be good to have a test case built around this patch and run with the existing connected-mode-tests of System.Data assembly. V. Varadhan On Thu, 2011-11-24 at 00:24 +0530, Veerapuram Varadhan wrote: Hi Neale, First part of the fix would be good to go. The later

Re: [Mono-dev] mysql connector Mono 2.6.7 - Cannot find assembly

2010-10-21 Thread Veerapuram Varadhan
Hello Frank, Check whether you have any system version of Mono running, if so take a look at http://www.mono-project.com/Parallel_Mono_Environments Also, you can try running your sample with: MONO_LOG_LEVEL=dll mono ./your-mono-compiled-exe which will give you the location where mono

Re: [Mono-dev] Garbage collection breaks Oracle client

2009-09-30 Thread Veerapuram Varadhan
Hi Warren, Attached patch works fine for the test program. Can you apply this patch and try once? If things go fine, would you mind filing a bug - so that I can commit the patch to other branches as well. TIA, V. Varadhan On Wed, 2009-09-30 at 15:05 +0100, warren.puziew...@realtimeworlds.com

Re: [Mono-dev] Patch to fix comparison of DateTime objects in Mono.Data.SqlExpressions

2009-07-23 Thread Veerapuram Varadhan
Hi Adam, Patch looks fine to go - along with a test case. Thanks, V. Varadhan On Thu, 2009-07-23 at 11:32 -0700, Adam Wendt wrote: http://pastebin.com/m45199c62 This makes it possible to compare DateTime to string (parsable to DateTime) when the existing DateTime is on the right rather

Re: [Mono-dev] Oracle Data Client issue

2009-02-19 Thread Veerapuram Varadhan
Patch applied: r127379 in trunk and r127424 in 2.4 branch. As Daniel mentioned, we would need a small re-runnable test program to add to our test suite. TIA, V. Varadhan On Wed, 2009-02-18 at 10:18 +, russell@realtimeworlds.com wrote: Can someone please approve / apply this patch...

Re: [Mono-dev] Could anyone review this small TDSClient patch?

2009-02-19 Thread Veerapuram Varadhan
Hello Hindle, Thanks for the patch. Committed in r127494 in trunk and r127493 in 2.4 Thanks, V. Varadhan On Thu, 2009-02-19 at 14:12 -0800, Nagappan A wrote: Hello Hindle, Its good to commit. You can commit this. Thanks Nagappan On Thu, Feb 19, 2009 at 1:17 PM, Tom Hindle

Re: [Mono-dev] Npgsql svn updated to 2.0.1

2008-11-05 Thread Veerapuram Varadhan
On Thu, 2008-11-06 at 01:11 -0200, Francisco Figueiredo Jr. wrote: On Wed, Nov 5, 2008 at 11:12 AM, Francisco Figueiredo Jr. [EMAIL PROTECTED] wrote: Hi all! Miguel asked me to update Npgsql svn source head to Npgsql 2.0.1 version before the branch. I hope I had time enough to make it.

Re: [Mono-dev] OdbcDataReader enhancement

2008-07-10 Thread Veerapuram Varadhan
On Thu, 2008-07-10 at 09:46 -0300, Ernesto wrote: I'm not familiarized with the mono test suite, but this is what I get when I run make run-test-local in mcs/class/System.Data Tests run: 1498 (all pass), Not run: 11, Time: 112,014661 seconds Are you running trunk? If so, it should read

Re: [Mono-dev] [Mono-patches] r107145 - trunk/mcs/class/System.Data/System.Data

2008-07-09 Thread Veerapuram Varadhan
On Wed, 2008-07-09 at 09:39 +0200, Gert Driesen wrote: -- From: Veerapuram Varadhan [EMAIL PROTECTED] Sent: Wednesday, July 09, 2008 8:42 AM To: Gert Driesen [EMAIL PROTECTED] Cc: 'mono-devel-list' [EMAIL PROTECTED] Subject: Re: [Mono-dev

Re: [Mono-dev] [Mono-patches] r107145 - trunk/mcs/class/System.Data/System.Data

2008-07-04 Thread Veerapuram Varadhan
tests and the patch. Thanks, V. Varadhan Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Veerapuram Varadhan ([EMAIL PROTECTED]) Sent: donderdag 3 juli 2008 15:38 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Mono

Re: [Mono-dev] DataColumn.DefaultValue fixes

2008-06-12 Thread Veerapuram Varadhan
Hi Atsushi, Patch looks really good to go. Thanks, V. Varadhan On Fri, 2008-06-13 at 01:06 +0900, Atsushi Eno wrote: Hello, I have a fix for one of failing sys.data test in 2.0 profile. Here is description (could be used for ChangeLog): * System.Data/DataColumn.cs DefaultValue can

Re: [Mono-dev] Oracle ADO.NET Provider in Mono - Oracle White Paper about OCI

2008-06-10 Thread Veerapuram Varadhan
On Tue, 2008-06-10 at 08:07 -0700, Daniel Morgan wrote: Also, is there any need to continue to support 8i? Should we move on to only supporting 9iR2 and above? We should, however, IMO, a simple poll on mono-list would give us an idea of how many people are yet to upgrade to 8i. (AFAICT, the

Re: [Mono-dev] urgent issue with reading xml into a dataset (System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
Hi Shlomi, On Fri, 2008-04-04 at 09:09 +0300, Rosenberg, Shlomi wrote:  Hi, I hava a dataset with a table containing the following row: stepTable.Columns.Add(FuncXml, typeof(LabRat.LrtXml)); in the XML file it looks like this: FuncXml Func Name=CUT_IntPassiveIn()

Re: [Mono-dev] urgent issue with reading xml into a dataset(System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
Mono: Class libraries as Product and click Use this product 6) Choose System.Data for Component and fill up the details and submit the report. If Bugzilla is not working, you can send in your sample to the list. HTH, V. Varadhan -Original Message- From: Veerapuram Varadhan [mailto

Re: [Mono-dev] urgent issue with reading xml into adataset(System.InvalidCastException)

2008-04-04 Thread Veerapuram Varadhan
On Fri, 2008-04-04 at 22:52 +0300, Rosenberg, Shlomi wrote: Thanks. Done (Bug #377146). Thanks and just saw your attachment and the bug. Will soon be worked upon. V. Varadhan Shlomi -Original Message- From: Veerapuram Varadhan [mailto:[EMAIL PROTECTED] Sent: Friday, April 04

Re: [Mono-dev] Mono 1.2.6.1 review (bugs and conclusion)

2008-03-26 Thread Veerapuram Varadhan
On Sun, 2008-03-23 at 23:12 -0400, Miguel de Icaza wrote: https://bugzilla.novell.com/show_bug.cgi?id=357947 (System.Data) It seems like Varadhan has been looking at this. Varadhan? DataView part of the patch is already in SVN now. RB Tree implementation for DataTable is to be worked