[Mono-dev] Fwd: Patch for DataGridView crash after Columsn.Clear

jingnan si jingnan.si at gmail.com
Sun Nov 16 23:49:42 EST 2008


---------- Forwarded message ----------
From: jingnan si <jingnan.si at gmail.com>
Date: 2008/11/17
Subject: Re: [Mono-dev] Patch for DataGridView crash after Columsn.Clear
To: Andreas Färber <andreas.faerber at web.de>


Hi,
   I checked with latest version from svn, the bug is partially fixed, but
still crash the application, I re-make the diff file and attached based on
the svn latest code (At revision 118988), please check.

Regards,
Jingnan

2008/11/16 Andreas Färber <andreas.faerber at web.de>

Hi,
>
> Am 13.11.2008 um 02:35 schrieb jingnan si:
>
>  diff -r
>> mono-2.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnCollection.cs
>> original/mono-2.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnCollection.cs
>> 105,108c105
>> <             //list.Clear();
>> <             while(Count > 0)
>> <                 RemoveAt(0);
>> <
>> ---
>> >             base.List.Clear ();
>>
> [...]
>
> Please use unified diffs (`diff -u` or `svn diff`) for readability.
> Did you check it's not already fixed in SVN trunk?
>
> Regards,
>
> Andreas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081117/29bb15e5/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-patch
Size: 1914 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081117/29bb15e5/attachment-0001.bin 


More information about the Mono-devel-list mailing list