[Mono-bugs] [Bug 378179] DoDragDrop sends DragOver event after DragDrop event

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378179



Carlos Alberto Cortez [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378191] Rapidly calling DoDragDrop can cause NullReferenceException

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378191



Carlos Alberto Cortez [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 365911] System.Data.Common.DbProviderFactory throws System. Configuration.ConfigurationErrorsException

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=365911

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=365911#c3


Ferdinand Funke [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #3 from Ferdinand Funke [EMAIL PROTECTED]  2008-04-10 01:00:27 
MST ---
Hi Juraj,
I tried to have a look at your patch. But though I am quite new to this I did
not succeed compiling Mono with the patched files.
My first problem was that in none of the sources (1.9 or 1.2.6) a file called
OracleClientFactory.cs appeared.
So I searched Google for it, found it, inserted it to the Mono sources and
tried to compile.
But the compiler failed with No target for file OracleClientFactory.cs. Well,
I guess the makefile had no target for that...

That's why I have some questions regarding this.

Is their any automatic way to apply Bugzilla patches to the code?

Regarding the missing file, is it intended not to be in the Mono sources?
Could you give me a hint how to handle this?

Best regards,
Ferdinand


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377938] How to specify an encoding to the .cs files in App_Code

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377938

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377938#c9





--- Comment #9 from Hubert FONGARNAND [EMAIL PROTECTED]  2008-04-10 01:52:57 
MST ---
ok it works now but i must put this line in web.config

 globalization requestEncoding=utf-8 responseEncoding=utf-8
fileEncoding=windows-1252/


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377934] Mono don't generate/ compile web service proxies in App_WebReferences

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377934

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377934#c4


Hubert FONGARNAND [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #4 from Hubert FONGARNAND [EMAIL PROTECTED]  2008-04-10 02:13:42 
MST ---
I reopen,

If you call the web service in an app_code class it doesn't work

Try my test case and you'll get :
Compilation failed. Errors:
/tmp/hubert-temp-aspnet-0/b831cf30/App_Web_644cb3d6_0.cs(22,26) : error CS0246:
The type or namespace name `com' could not be found. Are you missing a using
directive or an assembly reference?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377934] Mono don't generate/ compile web service proxies in App_WebReferences

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377934

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377934#c5


Hubert FONGARNAND [EMAIL PROTECTED] changed:

   What|Removed |Added

 Attachment #206776|0   |1
is obsolete||




--- Comment #5 from Hubert FONGARNAND [EMAIL PROTECTED]  2008-04-10 02:16:07 
MST ---
Created an attachment (id=207162)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207162)
TestMDWS.tar.gz

New Test case with app_code


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377596] Cannot retrieve Generic Type Parameter Custom Attributes via Reflection

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377596



Jonathan Pryor [EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|generics|C#
Product|Mono: Runtime   |Mono: 
Compilers
   Target Milestone|--- |SVN




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377596] Cannot retrieve Generic Type Parameter Custom Attributes via Reflection

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377596

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377596#c7


Jonathan Pryor [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #7 from Jonathan Pryor [EMAIL PROTECTED]  2008-04-10 03:02:11 MST 
---
Reopening (see above).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378470] mono crashed when executing ExecuteOracleNonQuery on linux, oracle 9 server, oracle 11 client

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378470

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378470#c3





--- Comment #3 from Antonello Moro [EMAIL PROTECTED]  2008-04-10 02:57:27 MST 
---
Sorry, I didn't know exactly in what mono module the bug was, I supposed it was
in the run time, but I think that you are right, the bug should be in the Mono:
Class Libraries.
By the way, I have to make a correction and an addenda to my post.
The correction is, the oracle client i'm using is 10.2.
The addenda is related to the fact that the problem seems to be present with
oracle 10g as well. With Oracle 9i the problem is systematic, with oracle 10g
it happens often but not always.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377596] Cannot retrieve Generic Type Parameter Custom Attributes via Reflection

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377596

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377596#c5





--- Comment #5 from Jonathan Pryor [EMAIL PROTECTED]  2008-04-10 02:58:32 MST 
---
The fix is incomplete, as it won't show attributes on generic arguments on
delegates, e.g.:

[Doc (method)]
[return:Doc (return)]
public delegate TRet Func[Doc (arg!)] TArg, [Doc (ret!)] TRet (
[Doc (arg-actual)] TArg a
) where TArg : Exception;


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378470] mono crashed when executing ExecuteOracleNonQuery on linux, oracle 9 server, oracle 11 client

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378470

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378470#c4





--- Comment #4 from Antonello Moro [EMAIL PROTECTED]  2008-04-10 04:01:19 MST 
---
Addenda #2 the problem is present even using oracle client 11.1


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377596] Cannot retrieve Generic Type Parameter Custom Attributes via Reflection

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377596

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377596#c8





--- Comment #8 from Jonathan Pryor [EMAIL PROTECTED]  2008-04-10 03:18:51 MST 
---
Actually, this isn't a runtime bug, this is a compiler bug:

[EMAIL PROTECTED]:tools$ monodis --customattr gaa.exe
Custom Attributes Table (1..9)
1: Assembly: 1: instance void class
[mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::'.ctor'()
[ 1 named args: ( 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 63 65 70 74 69 6F
6E 54 68 72 6F 77 73 01)]
2: GenericParam: 1: instance void class DocAttribute::'.ctor'(string) [T]
3: TypeDef: 2: instance void class
[mscorlib]System.AttributeUsageAttribute::'.ctor'(valuetype
[mscorlib]System.AttributeTargets) [32767]
4: GenericParam: 2: instance void class DocAttribute::'.ctor'(string) [B]
5: GenericParam: 3: instance void class DocAttribute::'.ctor'(string) [X]
6: TypeDef: 5: instance void class DocAttribute::'.ctor'(string) [method]
7: Param: 6: instance void class DocAttribute::'.ctor'(string) [return]
8: Param: 7: instance void class DocAttribute::'.ctor'(string) [arg-actual]
9: Param: 8: instance void class DocAttribute::'.ctor'(string) [arg-actual]

Notice that 'arg!' and 'ret!' do not show up in the output.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377596] Cannot retrieve Generic Type Parameter Custom Attributes via Reflection

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377596

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377596#c6


Jonathan Pryor [EMAIL PROTECTED] changed:

   What|Removed |Added

 Attachment #206461|0   |1
is obsolete||
 Attachment #206462|0   |1
is obsolete||




--- Comment #6 from Jonathan Pryor [EMAIL PROTECTED]  2008-04-10 03:01:50 MST 
---
Created an attachment (id=207167)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207167)
Updated test case.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377938] How to specify an encoding to the .cs files in App_Code

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377938

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377938#c10





--- Comment #10 from Marek Habersack [EMAIL PROTECTED]  2008-04-10 04:40:17 
MST ---
(In reply to comment #9 from Hubert FONGARNAND)
 ok it works now but i must put this line in web.config
 
  globalization requestEncoding=utf-8 responseEncoding=utf-8
 fileEncoding=windows-1252/
 

That's because your Linux locale uses a different charset (see the LANG
environment variable)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 358987] HttpListener leaking socket file descriptors

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=358987

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=358987#c11


Dick Porter [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #11 from Dick Porter [EMAIL PROTECTED]  2008-04-10 04:44:09 MST 
---
OK, closing as fixed


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377938] How to specify an encoding to the .cs files in App_Code

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377938

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377938#c11





--- Comment #11 from Hubert FONGARNAND [EMAIL PROTECTED]  2008-04-10 04:46:52 
MST ---
yes i'm running in utf-8... LANG=fr_FR.utf8


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378696] New: XmlSerializer: Error while compiling generated serializer

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378696


   Summary: XmlSerializer: Error while compiling generated
serializer
   Product: Mono: Class Libraries
   Version: 1.9.0
  Platform: x86-64
OS/Version: RHEL 5
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Sys.XML
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


We're calling a web service through
System.Web.Services.Protocols.SoapHttpClientProtocol and intermittently
getting:

Error while compiling generated serializer
/tmp/75f1eac0/31a7665e.cs(7597,54) : error CS1002: Expecting `;'
/tmp/75f1eac0/31a7665e.cs(7598,54) : error CS1002: Expecting `;'
/tmp/75f1eac0/31a7665e.cs(7599,51) : error CS1002: Expecting `;'
/tmp/75f1eac0/31a7665e.cs(8245,52) : error CS1002: Expecting `;'
/tmp/75f1eac0/31a7665e.cs(8246,53) : error CS1002: Expecting `;'
/tmp/75f1eac0/31a7665e.cs(10902,59) : error CS1002: Expecting `;'
/tmp/75f1eac0/31a7665e.cs(10905,45) : error CS1518: Expected `class',
`delegate', `enum', `interface', or `struct'

The web service call is happening every 0.5s, but the error only occurs a few
times a day, and is not data-dependent as far as I can tell.

It is clearly coming from the GenerateSerializers method on XmlSerializer, and
I would like to see the temporary file to see the incorrect syntax, but the
code deletes it straight away.  So do you have any suggestions as to how to
attack this?

Thanks for any help

David


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378390] Regression: popfly

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378390

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378390#c3


Michael Dominic K. [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #3 from Michael Dominic K. [EMAIL PROTECTED]  2008-04-10 05:06:52 
MST ---
I'm not sure if this is a regression, at least not a recent one. 150 revisions
back it's still broken.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378696] XmlSerializer: Error while compiling generated serializer

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378696

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378696#c1





--- Comment #1 from Atsushi Enomoto [EMAIL PROTECTED]  2008-04-10 05:09:24 
MST ---
set environment variables MONO_XMLSERIALIZER_THS=0,nofallback
MONO_XMLSERIALIZER_DEBUG=1 and run xsp, mod_mono or whatever rou run. (For
details man mono.)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378713] New: Remoting - HttpChannel

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378713


   Summary: Remoting - HttpChannel
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: Other
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: System
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Description of Problem:

Application works fine on Windows .Net 2.0, does not work on SLED mono 1.9.
A sample application is included.

Using HttpChannel and System.Runtime.Remoting
Sending from client to server works fine.
Backchannel is not working.


Steps to reproduce the problem:
1. Start the server application. Register the listening channel on the server.
2. Start the client application. Register the client to the Server.
3. Try to send a message from client to server. Which will work BTW.
4. Try to send a message from server to client. Which will not work.


Actual Results:

Server application is not sending messages back to the client application.

Expected Results:

Working On mono as on Windows.

How often does this happen? 

Always.

Additional Information:

Same thing happens when hosting the server piece underneath XSP.
Works underneath IIS.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378713] Remoting - HttpChannel

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378713

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378713#c1





--- Comment #1 from Marc Van Laer [EMAIL PROTECTED]  2008-04-10 05:47:06 MST 
---
Created an attachment (id=207194)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207194)
Sample application Server - Client - Marshalled class - VS 2005


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378470] mono crashed when executing ExecuteOracleNonQuery on linux, oracle 9 server, oracle 11 client

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378470

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378470#c5





--- Comment #5 from Antonello Moro [EMAIL PROTECTED]  2008-04-10 05:48:32 MST 
---
Addenda #3. The problem is systematic even with Oracle server 9i 


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378723] New: WebBrowser Control does not work with multiple instances

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378723


   Summary: WebBrowser Control does not work with multiple instances
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: Other
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=207200)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207200)
WebBrowser Control sample application - VS2005

Description of Problem:

When creating and disposing WebBrowser Controls dynamically on a winForm
application, the application crashes and is also making the computer hang.

Steps to reproduce the problem:
1. Create a WebBrowser control
2. Dispose the control


Actual Results:

Application hangs

Expected Results:

Working as it does on .Net

How often does this happen? 

Always

Additional Information:

See attached zip-file


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378728] New: WndProc(ref Message m) is not working the same on mono as on .Net

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378728


   Summary: WndProc(ref Message m) is not working the same on mono
as on .Net
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: Other
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=207205)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207205)
Sample application WndProc

Description of Problem:

When using WndProc(ref Message m) in an winform control, the values of 

m.Msg 
m.LParam
m.WParam

are different on a system running on .net then on mono 1.9

Steps to reproduce the problem:
1. See attached application
2. type keystrokes into the text box and watch the console messages.
3. Pay special attentions to keys like alt shft etc... 


Actual Results:

Not working the same on mono and .Net

Expected Results:

Working the same

How often does this happen? 

Always

Additional Information:


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378723] WebBrowser Control does not work with multiple instances

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378723

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378723#c1


Andreia Gaita [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Andreia Gaita [EMAIL PROTECTED]  2008-04-10 06:29:50 MST 
---
Fixed on r100029, 100033
Backported to 1.9 on r100038, 100040


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378721] New: Context Menu not working correctly in mono 1. 9 as it does on 1.2.6

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378721


   Summary: Context Menu not working correctly in mono 1.9 as it
does on 1.2.6
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: Other
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=207198)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207198)
Sample application ContextMenu VS2005

Description of Problem:

This is working on Windows, and on SLED sp1 Linux mono 1.2.6
 Not on SLED sp1 mono 1.9.0 release 5
 
 - See the attached program (a VS 2005 example)
 - Right click one of the nodes in the tree view. (a context menu will show up)
 - Click one of the options in the menu. (nothing will happen as this is a 
 dummy menu)
 - Right click a second node in the tree view.
 - The context menu will now hang, although you can select another node and do 
 the same thing over and over...
 - All menus are painted, but can not be used and are there to stay on the 
 screen, even when the application is closed.


Actual Results:

application unusable

Expected Results:

working on mono 1.9 as on 1.2.6

How often does this happen? 

always

Additional Information:


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377596] Cannot retrieve Generic Type Parameter Custom Attributes via Reflection

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377596

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377596#c9





--- Comment #9 from Rodrigo Kumpera [EMAIL PROTECTED]  2008-04-10 06:34:42 
MST ---
Using csc the extra attributes are shown. Thou it might be a SRE bug, but I'll
let the compiler guys check that for me.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 368178] [PATCH]ilasm to emit variable names in mdb file

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368178

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=368178#c9





--- Comment #9 from Erven Rohou [EMAIL PROTECTED]  2008-04-10 06:46:32 MST ---
Created an attachment (id=207213)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207213)
Use new API for DefineMethod and remove ununsed variable


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 368178] [PATCH]ilasm to emit variable names in mdb file

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368178

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=368178#c10


Rodrigo Kumpera [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #10 from Rodrigo Kumpera [EMAIL PROTECTED]  2008-04-10 06:55:39 
MST ---
Erven,

Your patch looks great, tested and commited it in r100319. Thanks for the
contribution.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 375284] photoGalleryWall is really fast

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=375284



Stephane Delcroix [EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Image slideshow is really fast  
|photoGalleryWall is really fast




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378735] New: Error compiling MONO SVN using ARM

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378735


   Summary: Error compiling MONO SVN using ARM
   Product: Mono: Runtime
   Version: SVN
  Platform: Other
OS/Version: Debian Potato
Status: NEW
  Severity: Critical
  Priority: P5 - None
 Component: JIT
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Description of Problem:

Hello, im trying to compile mono e mcs inside a qemu virtual 
enviroment.
I tried many versions os the last revisions and it fails 
building  mcs.

my last try was 20080410 tarball revision, and it fails compiling:

cs-tokenizer.cs(1176,47) error CS8025: Parsing error

my setup its:

qemu version 0.9.1
ARCH: versatile

inside the virtual machine the gcc itsgcc:4.1.2



Using this setup i can build the 1.1.9 mono version and it works ok


None of the posterior revisions work.

Some versions builds ok, but after mono cant run assemblies, it says that the
assembly its not a valid one and gives a error about r4const


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378736] New: System.Double does not parse it's own Double.MinValue/ MaxValue

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378736


   Summary: System.Double does not parse it's own
Double.MinValue/MaxValue
   Product: Mono: Class Libraries
   Version: 1.9.0
  Platform: x86
OS/Version: openSUSE 10.3
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Sys.Core
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Development


The Double.*Parse functions don't parse its own Double.MaxValue and
Double.MinValue.
Instead they throw a
System.OverflowException: Number overflow.
Exception.

Expected: As the attached test, the parsed result should equal to either
Double.MaxValue or Double.MinValue


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378696] XmlSerializer: Error while compiling generated serializer

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378696

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378696#c2





--- Comment #2 from David Brazier [EMAIL PROTECTED]  2008-04-10 07:03:24 MST 
---
Created an attachment (id=207221)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207221)
Test program


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378696] XmlSerializer: Error while compiling generated serializer

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378696

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378696#c3





--- Comment #3 from David Brazier [EMAIL PROTECTED]  2008-04-10 07:04:46 MST 
---
Created an attachment (id=207222)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207222)
XmlSerializer output


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378696] XmlSerializer: Error while compiling generated serializer

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378696

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378696#c4





--- Comment #4 from David Brazier [EMAIL PROTECTED]  2008-04-10 07:24:29 MST 
---
See attached test program  XmlSerializer output, produced with the environment
variables set as advised.  Problem is evidently with a DefaultValue of DateTime
type:

[EMAIL PROTECTED] = 02/03/2001 04:05:06;

The constant value is output by SerializationCodeGenerator.GetLiteral, which
doesn't have a special case for DateTime, so drops through to
IFormattable.ToString.  Maybe this should use IConvertible and Convert instead?

As an aside, I ran the program with the MS runtime and got the output:

?xml version=1.0 encoding=utf-16?
Test xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  SimpleDateTime0001-01-01T00:00:00/SimpleDateTime
  FancyDateTime0001-01-01T00:00:00/FancyDateTime
/Test
-
01/01/0001 00:00:00
01/01/0001 00:00:00

The serialisation is as expected, becuase I didn't actually initialise the
FancyDateTime memeber to the same as the DefaultValue, but the deserialisation
isn't what I expected - it didn't respect the DefaultValue.  Or perhaps I am
misunderstanding how DefaultValue is supposed to work.  This isn't your problem
though!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378746] New: libgluezilla

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378746


   Summary: libgluezilla
   Product: Mono: Runtime
   Version: 1.9.0
  Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
  Severity: Major
  Priority: P5 - None
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Development


libgluezilla is missing, can't use webbrowser control


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378746] libgluezilla

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378746

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378746#c1





--- Comment #1 from erez pilosof [EMAIL PROTECTED]  2008-04-10 07:31:14 MST 
---
mono testbrowser.exe 
libgluezilla not found. To have webbrowser support, you need libgluezilla
installed

Unhandled Exception: System.DllNotFoundException: gluezilla
  at (wrapper managed-to-native) Mono.Mozilla.Base:gluezilla_stringInit ()
  at Mono.Mozilla.Base.StringInit () [0x0] 
  at Mono.Mozilla.DOM.DOMObject..ctor (Mono.Mozilla.WebBrowser control)
[0x0] 
  at Mono.Mozilla.DOM.Navigation..ctor (Mono.Mozilla.WebBrowser control,
nsIWebNavigation webNav) [0x0] 
  at Mono.Mozilla.WebBrowser.get_Navigation () [0x0] 
  at System.Windows.Forms.WebBrowser.Navigate (System.String urlString)
[0x0] 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.WebBrowser:Navigate (string)
  at testbrowser.Form1.Form1_Load (System.Object sender, System.EventArgs e)
[0x0] 
  at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x0] 
  at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x0] 
  at System.Windows.Forms.Form.OnCreateControl () [0x0] 
  at System.Windows.Forms.Control.CreateControl () [0x0] 
  at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message
m) [0x0] 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message m)
[0x0] 
  at System.Windows.Forms.ScrollableControl.WndProc
(System.Windows.Forms.Message m) [0x0] 
  at System.Windows.Forms.ContainerControl.WndProc
(System.Windows.Forms.Message m) [0x0] 
  at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message m)
[0x0] 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message m) [0x0] 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message m) [0x0] 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) [0x0] 
  at System.Windows.Forms.XplatUICarbon.SendMessage (IntPtr hwnd, Msg message,
IntPtr wParam, IntPtr lParam) [0x0] 
  at System.Windows.Forms.XplatUICarbon.CreateWindow
(System.Windows.Forms.CreateParams cp) [0x0] 
  at System.Windows.Forms.XplatUI.CreateWindow
(System.Windows.Forms.CreateParams cp) [0x0] 
  at System.Windows.Forms.NativeWindow.CreateHandle
(System.Windows.Forms.CreateParams create_params) [0x0] 
  at System.Windows.Forms.Control.CreateHandle () [0x0] 
  at System.Windows.Forms.Form.CreateHandle () [0x0] 
  at System.Windows.Forms.Control.CreateControl () [0x0] 
  at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x0] 
  at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x0] 
  at System.Windows.Forms.Control.set_Visible (Boolean value) [0x0] 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:set_Visible (bool)
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x0] 
  at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext context) [0x0] 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm)
[0x0] 
  at testbrowser.Program.Main () [0x0] 


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378748] New: Sprawl does not end correctly

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378748


   Summary: Sprawl does not end correctly
   Product: Moonlight
   Version: 1.0.0
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: engine
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


http://silverlight.net/samples/1.0/Sprawl/default.html

When the game is over a screen should tell you if you win (or loose) before
getting back to the main screen. This was working recently (last week?) but
has been broken before.

Here's what shows on the console (when loosing)...

PlaylistEntry::Play (), play_when_available: false, media: 0x9fee068, source
name: (null)

(Gecko:8446): Moonlight-WARNING **: No object named Title!

(Gecko:8446): Moonlight-WARNING **: No object named Title!

(Gecko:8446): Moonlight-WARNING **: No object named InstructionsText!

(Gecko:8446): Moonlight-WARNING **: No object named Losar!
Media::AddMessage (16, 'Reached end of data.').


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377934] Mono don't generate/ compile web service proxies in App_WebReferences

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377934

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377934#c6


Marek Habersack [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #6 from Marek Habersack [EMAIL PROTECTED]  2008-04-10 07:41:08 
MST ---
Fixed in svn trunk, revision 100322


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378696] XmlSerializer: Error while compiling generated serializer

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378696

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378696#c5





--- Comment #5 from David Brazier [EMAIL PROTECTED]  2008-04-10 07:51:30 MST 
---
Would I be right in thinking that my options for a workaround are:
1. Remove DateTime for DefaultValue, or
2. Use MONO_XMLSERIALIZER_THS=no to force the interpreter instead of compiler.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 371859] request to Web services does not work (in 2.0 profile?)

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=371859

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=371859#c3





--- Comment #3 from Marek Habersack [EMAIL PROTECTED]  2008-04-10 08:03:49 
MST ---
I can't reproduce the 404 problem - it works fine for me with svn trunk.

As for the proposed patch - I don't think it's acceptable. There are several
reasons for that;

1. 2.0 should always use the BuildManager to build assemblies/types and only
virtual paths can be used to refer to resources.

2. Parsing files from arbitrary physical paths in
PageParser.GetCompiledPageInstance may pose a security threat. 

3. As per
http://msdn2.microsoft.com/en-us/library/system.web.ui.pageparser.getcompiledpageinstance.aspx,
the inputFile parameter is supposed to point to the physical path referred to
by the virtualPath parameter (or it may be null, as you note) so, by extension,
it can be ignored if it isn't needed (and it's not in the 2.0+ profiles)

I agree the fake virtual path hack should be removed, but there is little we
can do here, since the help generator lives outside any application's tree.
There are two solutions I can see at this point:

1. [not much better than the current hack, imo] Put the helper generator page
inside system.web.dll as a resource and use a special virtual path to retrieve
the file from the resources.

2. Provide a BuildProvider (inside System.Web.Services.dll) which would load
the helper from anywhere (including the dll resources) suitable and return the
compiled type. The BuildProvider could even live inside System.Web.dll, if we
made System.Web.Services.dll a friend assembly (via InternalsVisibleTo
attribute) to System.Web.dll - then it could derive from the internal
PageBuildProvider.

What do you think, Atsushi?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 358987] HttpListener leaking socket file descriptors

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=358987

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=358987#c12


Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Comment #12 from Thomas Wiest [EMAIL PROTECTED]  2008-04-10 08:05:16 MST 
---
marking as verified as I verified the previous fix in comment 8 and nothing has
changed.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378721] Context Menu not working correctly in mono 1.9 as it does on 1 .2.6

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378721



Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
URL|
|http://www.go-mono.com/archive/1.9/




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378723] WebBrowser Control does not work with multiple instances

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378723



Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
URL|
|http://www.go-mono.com/archive/1.9/




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378728] WndProc(ref Message m) is not working the same on mono as on . Net

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378728



Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
URL|
|http://www.go-mono.com/archive/1.9/




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378713] Remoting - HttpChannel

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378713



Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
URL|
|http://www.go-mono.com/archive/1.9/




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378713] Remoting - HttpChannel

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378713

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378713#c2


Robert Jordan [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #2 from Robert Jordan [EMAIL PROTECTED]  2008-04-10 07:48:16 MST 
---
Works for me on OpenSUSE 10.3 + Mono 1.9 in *all* directions and combinations.

Note that this kind of client callback does not work when the client is
protected by a firewall or when the client is behind a NAT.

Please reopen if you have another test case.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 375368] [SecurityPermission(Flags=SerializationFormatter)] syntax for 2.0 does not work

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=375368

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=375368#c4


Andy Hume [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Comment #4 from Andy Hume [EMAIL PROTECTED]  2008-04-10 08:52:34 MST ---
Verified in SVN.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 376238] vbnc does not 'make install' under cygwin

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=376238

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=376238#c2


Andy Hume [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Comment #2 from Andy Hume [EMAIL PROTECTED]  2008-04-10 08:54:05 MST ---
Verified in SVN.  I will watch for the next mono-build of vbnc too.

('tis a shame such dependent builds aren't run once a week (say) even when no
local changes).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 375788] PropertyGrid: collection-editor should select an item after Remove

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=375788

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=375788#c4


Andy Hume [EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Normal  |Minor
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #4 from Andy Hume [EMAIL PROTECTED]  2008-04-10 08:54:51 MST ---
What version/platform are you testing on Ivan.  I'm using up-to-date FX, on XP.
 I hadn't actually checked this explicitly earlier, but I see the behaviour I
expect:
1) Property FooInt3ListTInitialized, edit, has items {1, 5, 999}
2) Click on item 5 (#1, of #0..2)
3) Click Remove
See item 999 selected, that is again item #1.  Not #0.

That's the opposite behaviour from Mono, it jumps to item #0 (1).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 368492] [win32] OutOfMemoryException when using ToolStrip with Icons

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368492

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=368492#c12


Andy Hume [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
  Info Provider|[EMAIL PROTECTED]  |




--- Comment #12 from Andy Hume [EMAIL PROTECTED]  2008-04-10 08:57:14 MST ---
Thanks Gert. :-)

I'm using XP too, I presume Jonathon's using Vista.  Does it only occur on XP
perhaps?

Presumably we can remove the NEEDINFO...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378390] Regression: popfly

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378390

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378390#c4





--- Comment #4 from Miguel de Icaza [EMAIL PROTECTED]  2008-04-10 09:14:33 
MST ---
I used to be able to configure, and close the box in the past;   Can you try
the installers from www.go-mono.com/mpriv, from like March 15 or so?

150 revisions is very little in Mono's SVN terms


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378746] libgluezilla

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378746

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378746#c3


Geoff Norton [EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Major   |Normal
  Component|packaging   
|Windows.Forms
Product|Mono: Runtime   |Mono: 
Class Libraries




--- Comment #3 from Geoff Norton [EMAIL PROTECTED]  2008-04-10 09:16:56 MST 
---
This bug isn't major.  Moving to right place

Its worth nothing gluezilla will likely not be on the mac in the near
timeframe.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 350174] Matrix Falling Chars is slow

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=350174

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=350174#c3


Larry Ewing [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #3 from Larry Ewing [EMAIL PROTECTED]  2008-04-10 09:28:56 MST ---
definitely much faster in small mode although there seems to be a strange issue
with the animations becoming synchronized


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378746] libgluezilla

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378746

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378746#c2


Wade Berrier [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED], [EMAIL PROTECTED]




--- Comment #2 from Wade Berrier [EMAIL PROTECTED]  2008-04-10 09:09:55 MST 
---
This is a known issue.  gluezilla doesn't work on the mac yet.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378746] libgluezilla

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378746



Wade Berrier [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED] |[EMAIL 
PROTECTED]




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 377934] Mono don't generate/ compile web service proxies in App_WebReferences

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=377934

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=377934#c7





--- Comment #7 from Hubert FONGARNAND [EMAIL PROTECTED]  2008-04-10 09:38:47 
MST ---
Ok, thanks it works well

Congratulations, for fixing bug so quickly


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 354701] Add a way to disable FileSystemWatcher for ASP.NET apps

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=354701

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=354701#c6





--- Comment #6 from Hubert FONGARNAND [EMAIL PROTECTED]  2008-04-10 09:54:46 
MST ---
ping?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 375293] Deadlock caused by Media Engine.

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=375293

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=375293#c2


Rolf Bjarne Kvinge [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #2 from Rolf Bjarne Kvinge [EMAIL PROTECTED]  2008-04-10 10:22:22 
MST ---
I can't duplicate with HEAD either, and I've fixed some threading issues which
might have caused this too.

miguel: if it happens to you again, can you get a stack trace from all threads?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378827] New: Unable to compile mono/gmcs - OverflowException

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378827


   Summary: Unable to compile mono/gmcs - OverflowException
   Product: Mono: Compilers
   Version: 1.9.0
  Platform: i686
OS/Version: Windows XP
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: C#
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=207274)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207274)
Code to compile

Description of Problem:
tried to recompile mono/mcs on Windows under cygwin. I'm really stuck...
I land into only one of the following three scenarios:

1. glib2-dev installed: Compilation stops, not compatible with glib2-dev
2. glib2 not installation: Compilation stops, glib2 required
3. glib2 installed (not thru cygwin but thru direct installation from gtk.org)
-- I am able to compile gmcs but when I try to run it, it gives error.


Steps to reproduce the problem:
1. Install cygwin without glib2
2. Install glib2 from gtk.org
3. Build gmcs
4. Try compiling the code given in the attachment (simple Hello-World code).


Actual Results:
Unhandled Exception: System.TypeInitializationException: The type initializer
for 'Mono.CSharp.Tokenizer' threw an exception. --- System.OverflowException:
Arithmetic operation resulted in an overflow.
   at Mono.CSharp.CharArrayHashtable.GetHash(Object key) in
E:\Projects\mcs-1.9\mcs\mcs\support.cs:line 385
   at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean
add)
   at System.Collections.Hashtable.set_Item(Object key, Object value)
   at Mono.CSharp.Tokenizer.AddKeyword(String kw, Int32 token) in
E:\Projects\mcs-1.9\mcs\mcs\cs-tokenizer.cs:line 294
   at Mono.CSharp.Tokenizer.InitTokens() in
E:\Projects\mcs-1.9\mcs\mcs\cs-tokenizer.cs:line 303
   at Mono.CSharp.Tokenizer.Reset() in
E:\Projects\mcs-1.9\mcs\mcs\cs-tokenizer.cs:line 413
   at Mono.CSharp.Tokenizer..cctor() in
E:\Projects\mcs-1.9\mcs\mcs\cs-tokenizer.cs:line 408
   --- End of inner exception stack trace ---
   at Mono.CSharp.Tokenizer..ctor(SeekableStreamReader input, SourceFile file,
ArrayList defs)
   at Mono.CSharp.CSharpParser..ctor(SeekableStreamReader reader, SourceFile
file, ArrayList defines) in e:\Projects\mcs-1.9\mcs\mcs\cs-parser.jay:line 5939
   at Mono.CSharp.Driver.parse(SourceFile file) in
E:\Projects\mcs-1.9\mcs\mcs\driver.cs:line 197
   at Mono.CSharp.Driver.ProcessFiles() in
E:\Projects\mcs-1.9\mcs\mcs\driver.cs:line 592
   at Mono.CSharp.Driver.MainDriver(String[] args) in
E:\Projects\mcs-1.9\mcs\mcs\driver.cs:line 1592
   at Mono.CSharp.Driver.Main(String[] args) in
E:\Projects\mcs-1.9\mcs\mcs\driver.cs:line 295



Expected Results:
The code should compile without any problem.

How often does this happen? 
Always


Additional Information:


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378833] New: Web service returns Error writing request

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378833


   Summary: Web service returns Error writing request
   Product: Mono: Class Libraries
   Version: 1.9.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Sys.Web.Services
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Customer


Created an attachment (id=207275)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207275)
ZIP file containing a CSPROJ with all needed files

Attempts to access a particular web service fail with an error writing
request WebException when run under Mono.  Normally, the request should fail
with a 401 Authorization Required error in the test case I've provided (the
error writing request error still appears when valid credentials are
provided), but it never seems to reach that step in Mono.

For this test case, I needed more than just the CS file, so I've attached the
entire CSPROJ.  The project already has the needed web service, so it should be
ready to run.  Just click the Perform Test button to run the test.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 375294] Video.Show bad flickering due to enter/leave animations.

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=375294

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=375294#c2


Chris Toshok [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Chris Toshok [EMAIL PROTECTED]  2008-04-10 11:15:15 MST 
---
yup, marking this fixed.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378869] New: TreeView - Invalid setting used for Value when calling EndUpdate

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378869


   Summary: TreeView - Invalid setting used for Value when calling
EndUpdate
   Product: Mono: Class Libraries
   Version: 1.9.0
  Platform: x86
OS/Version: openSUSE 10.3
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Windows.Forms
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Customer


I can't exactly duplicate this error, but on occasion when I call BeginUpdate
on a TreeView, clear its nodes, add a bunch of new nodes, then call EndUpdate,
I get the following exception:

Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. ---
System.ArgumentOutOfRangeException: '-25' is not a valid value for 'Value'.
'Value' should be between 'Minimum' and 'Maximum'
Parameter name: Value
  at System.Windows.Forms.ScrollBar.set_Value (Int32 value) [0x0] 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.ScrollBar:set_Value (int)
  at System.Windows.Forms.TreeView.UpdateScrollBars (Boolean force) [0x0] 
  at System.Windows.Forms.TreeView.EndUpdate () [0x0] 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.TreeView:EndUpdate ()
  at GView.Net.WorkPathtab.PopulateTreeWithGpathInfo (System.String
gpathOutput, Boolean cascadeUpdate) [0x0] 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[])
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x0] --- End of inner exception
stack trace ---

  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x0] 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x0] 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x0] 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
[0x0] 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x0] 
  at System.Windows.Forms.XplatUIDriverSupport.ExecutionCallback (System.Object
state) [0x0] 
  at System.Security.SecurityContext.Run (System.Security.SecurityContext
securityContext, System.Threading.ContextCallback callBack, System.Object
state) [0x0] 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext
executionContext, System.Threading.ContextCallback callBack, System.Object
state) [0x0] 
  at System.Windows.Forms.XplatUIDriverSupport.ExecuteClientMessage (GCHandle
gchandle) [0x0] 
  at System.Windows.Forms.XplatUIX11.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG msg, IntPtr handle, Int32 wFilterMin, Int32
wFilterMax) [0x0] 
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x0] 
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x0] 
  at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext context) [0x0] 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm)
[0x0] 
  at GView.Net.FormGView.Main (System.String[] args) [0x0]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378869] TreeView - Invalid setting used for Value when calling EndUpdate

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378869



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378869] TreeView - Invalid setting used for Value when calling EndUpdate

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378869

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378869#c1


Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
  Status Whiteboard||TreeView




--- Comment #1 from Jonathan Pobst [EMAIL PROTECTED]  2008-04-10 12:29:06 MST 
---
I think r100351 should fix it.  Thanks for the report!

2008-04-10  Jonathan Pobst  [EMAIL PROTECTED]

* TreeView.cs: Clamp setting the scrollbar value using SafeValueSet.
[Fixes bug #378869]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378892] New: Getting a thread' s current culture while setting another thread's current culture doesn' t work.

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378892


   Summary: Getting a thread's current culture while setting another
thread's current culture doesn't work.
   Product: Mono: Runtime
   Version: 1.9.0
  Platform: x86
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: misc
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=207286)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207286)
Example that reproduces the problem.

The return value of Thread.CurrentThread.CurrentCulture while setting the
culture of another thread is not always correct.

Here's an simple example that reproduces the problem :

class Program
{
static void Main(string[] args)
{
for (int i = 0; i  1000; ++i)
{
Thread thread = new Thread(Test);
thread.CurrentCulture = new CultureInfo(en-CA);
thread.Start();
}
}

static void Test()
{
string name = Thread.CurrentThread.CurrentCulture.Name;
if (name != en-CA)
{
Console.WriteLine(Culture name :  + name);
}
}
}

In the main method, I create a thread, I set its current culture to en-CA
before starting it.  In the test method, I print the culture name if it is
different than en-CA.  I would expect that it would never be different, but
unfortunately, every once in a while, the name is blank ().

This problem only happens when one thread is setting the CurrentCulture of a
thread.  If I put a sleep in the for loop after the thread.Start() instruction,
this problem doesn't occur, which shows that this is a concurrency problem.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 375234] Poker - cannot play audio

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=375234

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=375234#c2


Rolf Bjarne Kvinge [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Rolf Bjarne Kvinge [EMAIL PROTECTED]  2008-04-10 13:30:04 
MST ---
Fixed in r100360.

There are other issues with this site though, I'll file seperate bugs about
them.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378721] Context Menu not working correctly in mono 1.9 as it does on 1 .2.6

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378721

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378721#c1





--- Comment #1 from Rusty Howell [EMAIL PROTECTED]  2008-04-10 13:32:38 MST 
---
Created an attachment (id=207292)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207292)
screenshot of mulitple context menus

As you can see, the context menus are not being cleaned up. They are also
inactive  , i.e. user cannot click on any item in the menu.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378902] New: Poker - crashes with js alerts

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378902


   Summary: Poker - crashes with js alerts
   Product: Moonlight
   Version: 1.0.0
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Major
  Priority: P5 - None
 Component: engine
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Steps to reproduce:
 - http://home.people.net.au/~chriso/poker/poker.php
 - short audio tune plays
 - game is enabled
 - click on the up arrow to increase your bid
 - click on the down arrow to decrease your bid until the bid is 0
 - A js alert now shows: No Bet, click OK, and then it crashes:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6f626d0 (LWP 904)]
0xb20b899a in EventObject::GetType (this=0x9776980) at
./src/dependencyobject.h:120
120 return Type::Find (GetObjectType ());
(gdb) bt
#0  0xb20b899a in EventObject::GetType (this=0x9776980) at
./src/dependencyobject.h:120
#1  0xb1af3c0a in EventObject::Emit (this=0x9776980, event_id=4,
calldata=0x9c0bba0) at dependencyobject.cpp:373
#2  0xb1b4d2a8 in UIElement::EmitMouseLeftButtonUp (this=0x9776980,
event=0x89c1068) at uielement.cpp:421
#3  0xb1b2cda8 in emit_MouseLeftButtonUp (element=0x9776980, event=0x89c1068)
at runtime.cpp:1178
#4  0xb1b2ccc2 in Surface::EmitEventOnList (this=0x99af900, emitter=0xb1b2cd84
emit_MouseLeftButtonUp, list=0x92c4468, event=0x89c1068, end_idx=2) at
runtime.cpp:1283
#5  0xb1b2d387 in Surface::HandleMouseEvent (this=0x99af900, emitter=0xb1b2cd84
emit_MouseLeftButtonUp, emit_leave=true, emit_enter=true, force_emit=true,
event=0x89c1068) at runtime.cpp:1431
#6  0xb1b2f182 in Surface::button_release_callback (widget=0x89c1248,
button=0x89c11f8, data=0x99af900) at runtime.cpp:1476
#7  0xb7b1a8a4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#8  0x089c1248 in ?? ()
#9  0x089c11f8 in ?? ()
#10 0x099af900 in ?? ()
#11 0xb784fff4 in ?? () from /usr/lib/libgobject-2.0.so.0
#12 0xb7b1a840 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#13 0x09b45a10 in ?? ()
#14 0xbf967bd8 in ?? ()
#15 0xb781f919 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
Backtrace stopped: frame did not save the PC
(gdb) up
#1  0xb1af3c0a in EventObject::Emit (this=0x9776980, event_id=4,
calldata=0x9c0bba0) at dependencyobject.cpp:373
373 if (GetType()-GetEventCount() = 0) {
(gdb) print *this
$1 = {_vptr.EventObject = 0x0, static objects_created = 1451, static
objects_destroyed = 1199, static objects_alive = 0x9ac6ea0, id = 33, weak_refs
= 0x9bbd090, static DestroyedEvent = 0, surface = 0x9a1ac18,
  refcount = 0, events = 0x0}
(gdb)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378721] Context Menu not working correctly in mono 1.9 as it does on 1 .2.6

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378721

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378721#c2





--- Comment #2 from Rusty Howell [EMAIL PROTECTED]  2008-04-10 13:34:17 MST 
---
Created an attachment (id=207293)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207293)
screenshot of desktop

From this screen shot, you can see that the rogue menus are fixed in place,
regardless of where the parent window is moved to. They remain until the app is
closed.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378721] [regression] Context Menu not working correctly in mono 1. 9 as it does on 1.2.6

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378721



Thomas Wiest [EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Context Menu not working correctly in mono 1.9  
|[regression] Context Menu not working correctly
   |as it does on 1.2.6 |in mono 
1.9 as it does on 1.2.6




-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378922] New: [Regression] No response when uploading files far bigger then maxRequestLength

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378922


   Summary: [Regression] No response when uploading files far bigger
then maxRequestLength
   Product: Mono: Class Libraries
   Version: SVN
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Major
  Priority: P5 - None
 Component: Sys.Web
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=207317)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207317)
minimal test case

Recipe for reproduction
===

- extract attached test case (webapp with maxRequestLength=10)
- start xsp2 in upload dir
- upload included file 5k.bin = ok
- upload included file 20k.bin = ok: Upload size exceeds httpRuntime
limit.
- upload included file 10m.bin = The connection was reset

According to a Wireshark-trace, no response is sent in the last case.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378924] New: GetAssemblyName (/usr/lib/mono/2.1/mscorlib.dll) returns 2.0 version instead of 2.1

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378924


   Summary: GetAssemblyName (/usr/lib/mono/2.1/mscorlib.dll)
returns 2.0 version instead of 2.1
   Product: Mono: Runtime
   Version: SVN
  Platform: x86-64
OS/Version: Linux
Status: NEW
  Severity: Major
  Priority: P5 - None
 Component: misc
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Code:

System.Reflection.AssemblyName.GetAssemblyName
(/usr/lib/mono/2.1/mscorlib.dll).FullName

Returns:

mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

This is probably a regression that appeared around 1.9 release (not sure if
before or after) which causes failures with mscorlib.dll code completion in
MonoDevelop.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378728] WndProc(ref Message m) is not working the same on mono as on . Net

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378728

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378728#c2





--- Comment #2 from Rusty Howell [EMAIL PROTECTED]  2008-04-10 14:26:48 MST 
---
Created an attachment (id=207319)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207319)
output log from openSuse 10.3 Mono 1.9


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378728] WndProc(ref Message m) is not working the same on mono as on . Net

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378728

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378728#c3





--- Comment #3 from Rusty Howell [EMAIL PROTECTED]  2008-04-10 14:29:41 MST 
---
Created an attachment (id=207320)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207320)
MessageTest log from XP


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 365911] System.Data.Common.DbProviderFactory throws System. Configuration.ConfigurationErrorsException

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=365911

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=365911#c4





--- Comment #4 from Juraj Skripsky [EMAIL PROTECTED]  2008-04-10 14:35:27 MST 
---
Strange, according to
http://anonsvn.mono-project.com/viewcvs/branches/mono-1-9/mcs/class/System.Data.OracleClient/System.Data.OracleClient
the file OracleClientFactory.cs should be part of 1.9...

Did the patch apply with errors/warnings?
Could you try

make PROFILE=net_2_0; make PROFILE=net_2_0 install

in mcs/class/System.Data.OracleClient? My patch is an ugly one, it breaks the
net 1.1 build of OracleClient. It's just a quick hack, not a real fix. Somebody
with knowledge about System.Data and System.Data.OracleClient should look into
it.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 362383] REMIX '07 Tokyo - page only loads partially

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=362383

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=362383#c2


Sebastien Pouliot [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
  Info Provider||[EMAIL 
PROTECTED]




--- Comment #2 from Sebastien Pouliot [EMAIL PROTECTED]  2008-04-10 14:55:28 
MST ---
Site does not look like the screenshot anymore and, IMO, looks identical.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378721] [regression] Context Menu not working correctly in mono 1. 9 as it does on 1.2.6

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378721

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378721#c4





--- Comment #4 from Marc Christensen [EMAIL PROTECTED]  2008-04-10 15:19:55 
MST ---
Created an attachment (id=207328)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207328)
This also happens with Reflector.exe

This also happens with Reflector.exe  Expand the tree to access an assembly. 
Once there, right-click and disassemble.  The first time you do this, it
usually works.  Repeat the process again and your context menu does not close. 
Repeat and the same thing happens, etc


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378982] New: Downloader needs an (security) overhaul

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378982


   Summary: Downloader needs an (security) overhaul
   Product: Moonlight
   Version: 1.0.0
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: engine
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


We do not enforce any URL Access policies
(http://msdn2.microsoft.com/en-us/library/bb979720.aspx)

Notes:
- It looks like SetSource (in any of the types which has a SetSource) can't be
called with a Downloader that hasn't finished downloading. This would simplify
our code a lot.

MSDN (http://msdn2.microsoft.com/en-us/library/bb979889.aspx) says (about the
downloader argument for MediaElement::SetSource): The Downloader object that
contains the downloaded content.

I have not been able to call SetSource with a partially downloaded Downloader
either with SL, however I haven't found any docs explicitly saying that calling
SetSource with an unfinished downloader isn't allowed either.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378991] New: Custom Web Forms Authentication Not Working

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378991


   Summary: Custom Web Forms Authentication Not Working
   Product: Mono: Class Libraries
   Version: unspecified
  Platform: x86-64
OS/Version: Windows Vista
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: Sys.Web
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Customer


Created an attachment (id=207355)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207355)
Precompiled web site

Description of Problem:
When implementing custom web forms authentication using FormsAuthentication,
FormsAuthenticationTicket, and HttpCookie Mono isn't able to log a user in.

Steps to reproduce the problem:
1. Use XSP2 with the precompiled web site provided as the attachment to this
item.
2. Go to the protected content page and log in with test and password as
the credentials.

Actual Results:
Under XSP2 it will never log the user in and they cannot see the Log Out
button on the protected content page.


Expected Results:
Using ASP.NET Web Dev server it logs the user in and allows the user to access
the protected content folder and see the Log Out button.


How often does this happen? 
Every time.

Additional Info:
I've included full source with this as well.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 378991] Custom Web Forms Authentication Not Working

2008-04-10 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=378991

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378991#c1





--- Comment #1 from Kevin Berry [EMAIL PROTECTED]  2008-04-10 20:41:36 MST ---
Created an attachment (id=207356)
 -- (https://bugzilla.novell.com/attachment.cgi?id=207356)
Source code


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs