Re: [Mono-dev] Bugs

2015-07-17 Thread Marek Safar
Hi, I've got a bit of a sticky error. I don't have any native code in this particular application, but what I'm seeing is after some time of running (this is a server-side app running via upstart on Ubuntu), I get this nasty error. * Assertion at metadata.c:965, condition `idx t-rows' not

[Mono-dev] Bugs

2015-07-16 Thread Jerod Venema
Hey guys, I've got a bit of a sticky error. I don't have any native code in this particular application, but what I'm seeing is after some time of running (this is a server-side app running via upstart on Ubuntu), I get this nasty error. * Assertion at metadata.c:965, condition `idx t-rows' not

Re: [Mono-dev] bugs in novell bugzilla being worked on?

2011-08-05 Thread Dale Ragan
Hello Felipe, Anyone can update me about the Mono Foundation discussion? Yes, we're creating a parent non-profit organization around the annual Monospace conference to be a visible presence and point of contact for corporate sponsors interested in supporting Mono conferences and other Mono

Re: [Mono-dev] bugs in novell bugzilla being worked on?

2011-07-19 Thread Sharique uddin Ahmed Farooqui
Sharique uddin Ahmed Farooqui http://safknw.blogspot.com/ Peace is the Ultimate desire of mankind. On Tue, Jul 19, 2011 at 2:44 AM, jmalcolm malcolm.jus...@gmail.com wrote: Stifu wrote: Any idea if there are plans to import the old [Bugzilla] reports? I do not know the plans for Bugzilla

Re: [Mono-dev] bugs in novell bugzilla being worked on?

2011-07-19 Thread jmalcolm
Sharique uddin Ahmed Farooqui wrote: Does this means Xamarin got the owner ship of all commercial applications including MonoThouch and MonoDroid? Yep. -- View this message in context: http://mono.1490590.n4.nabble.com/bugs-in-novell-bugzilla-being-worked-on-tp3670087p3679913.html Sent

Re: [Mono-dev] bugs in novell bugzilla being worked on?

2011-07-18 Thread jmalcolm
Chris Morgan-2-2 wrote: Is the Novell bugzilla the place to report bugs? It looks like the answer to this question has just changed: http://bugzilla.xamarin.com/ -- View this message in context:

Re: [Mono-dev] bugs in novell bugzilla being worked on?

2011-07-18 Thread jmalcolm
Stifu wrote: Any idea if there are plans to import the old [Bugzilla] reports? I do not know the plans for Bugzilla but it seems that Miguel is now the guy to ask. Xamarin announced today that they are taking over the old Mono business from SUSE (previously Novell), including stewardship of

Re: [Mono-dev] bugs in novell bugzilla being worked on?

2011-07-17 Thread jmalcolm
Chris Morgan-2-2 wrote: Is the Novell bugzilla the place to report bugs? Are they being actively worked on? I'm asking because of the recent changes and because I've posted a bug and wasn't sure if I should expect anyone to look at it. Bugs in the Novell Bugzilla are still be reviewed

[Mono-dev] bugs in novell bugzilla being worked on?

2011-07-15 Thread Chris Morgan
Is the Novell bugzilla the place to report bugs? Are they being actively worked on? I'm asking because of the recent changes and because I've posted a bug and wasn't sure if I should expect anyone to look at it. Chris ___ Mono-devel-list mailing list

Re: [Mono-dev] Bugs in Serialization

2006-08-27 Thread admin rex
Valentin,The serialized object is within the same module of the calling code. They are under the same namespace. So the assembly should be load when the application runs. Thx Antony On 8/27/06, latency [EMAIL PROTECTED] wrote: Hi,seems like when trying to deserialize your object, the runtime

Re: [Mono-dev] Bugs in Serialization

2006-08-27 Thread Robert Jordan
Hi, Check whether the assembly SRC, Version=1.0.2063.23042 has the same version on both sides. Robert admin rex wrote: Valentin, The serialized object is within the same module of the calling code. They are under the same namespace. So the assembly should be load when the application

[Mono-dev] Bugs in Serialization

2006-08-26 Thread admin rex
I am using the VMware from Mono project. And when try to deserialize an object over a network stream. It gives System.IO.FilenotfoundException: SRC, Version=1.0.2063.23042... (wrapper managed-to-native) System.AppDomain:LoadAssemblyDoes this related to the PrivateBinPath bug reported earilier?

Re: [Mono-dev] Bugs in Serialization

2006-08-26 Thread latency
Hi, seems like when trying to deserialize your object, the runtime tried to load an assembly (most likely because the serialized type was unknown for the runtime) and failed. Can you tell if the assembly of the serialized object was already loaded or not? If you don't know how to do this see:

Re: [Mono-dev] Bugs in System.Web.UI.HtmlControls

2006-03-18 Thread Gonzalo Paniagua Javier
On Wed, 2006-03-15 at 08:50 -0800, Vladimir Krasnov wrote: Hello, I would like to submit fixes for the following controls in System.Web.UI.HtmlControls: Feel free to commit to both HEAD and the 1-1-13 branch. Thanks. -Gonzalo ___ Mono-devel-list

[Mono-dev] Bugs in System.Web.UI.HtmlControls

2006-03-15 Thread Vladimir Krasnov
Hello, I would like to submit fixes for the following controls in System.Web.UI.HtmlControls: HtmlAnchor, if target attribute is empty it shouldn't be rendered Test case Url: /System_Web_UI_HtmlControls/HtmlAnchor/HtmlAnchor_Target.aspx HtmlForm, default method post should be added if its value

[Mono-dev] Bugs in System.Web.UI.WebControls.CheckBox and CheckBoxList

2006-02-16 Thread Vladimir Krasnov
Hello, There is a bug is in disabled attribute of CheckBox and CheckBoxList controls. CheckBoxList should put check boxes into span disabled=disabled. CheckBox control, if disabled, should also add disabled attribute to its element. Test case url:

Re: [Mono-dev] Bugs in System.Web.UI.WebControls.CheckBox and CheckBoxList

2006-02-16 Thread Chris Toshok
It seems that with this change, you can remove the following identical lines from 386 (the else branch of the if (align == TextAlign.Right) in Render()), as they're just a few lines above the call to InternalAddAttributesToRender: if (!Enabled) w.AddAttribute

[Mono-dev] bugs from svn code

2005-11-21 Thread Carlos Solorzano
Whenever there is a problem with code on SVN do I submit a bug report or just an email on the development list? I have two bugs so far: First is log4net doesn't display the class name correctly anymore, it used to do it fine all the way till 1.1.9.2 For example it says: DEBUG 20051121

Re: [Mono-dev] bugs from svn code

2005-11-21 Thread Gonzalo Paniagua Javier
On Mon, 2005-11-21 at 13:21 -0600, Carlos Solorzano wrote: Unhandled Exception: System.InvalidOperationException: Process ID has not been set. in 0x0005a System.Diagnostics.Process:get_Id () in (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_Id () in 0x000ff

Re: [Mono-dev] bugs from svn code

2005-11-21 Thread Carlos Solorzano
On Nov 21, 2005, at 1:30 PM, Gonzalo Paniagua Javier wrote: On Mon, 2005-11-21 at 13:21 -0600, Carlos Solorzano wrote: Unhandled Exception: System.InvalidOperationException: Process ID has not been set. in 0x0005a System.Diagnostics.Process:get_Id () in (wrapper remoting-invoke-with-check)

Re: [Mono-dev] bugs from svn code

2005-11-21 Thread Gonzalo Paniagua Javier
On Mon, 2005-11-21 at 14:05 -0600, Carlos Solorzano wrote: On Nov 21, 2005, at 1:30 PM, Gonzalo Paniagua Javier wrote: On Mon, 2005-11-21 at 13:21 -0600, Carlos Solorzano wrote: Unhandled Exception: System.InvalidOperationException: Process ID has not been set. in 0x0005a