[Mono-bugs] need info on Bug 351710 - al.exe: Unhandled Exception

2008-03-07 Thread Bernard Stumpf

To Mono QA contact,

 Please provide a little information on the Resolution of bug 351710 - 
al.exe: Unhandled Exception


  The bug is described at 
https://bugzilla.novell.com/show_bug.cgi?id=351710


- What release is this bug fixed in?
- what piece of Mono required fixing. It is listed under Mono Compilers, 
IL assembler

- What ChangeLog file describes the change, and in what source distribution?

thanks,
-Bernie Stumpf
Interactivesupercomputing

___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 368152] New: DirectoryInfo-MoveTo doesn' t work with cross devices directory

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368152


   Summary: DirectoryInfo-MoveTo doesn't work with cross devices
directory
   Product: Mono: Runtime
   Version: unspecified
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: io-layer
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Step to reproduce :

Create a directory on a device 
Try to move it with :
DirectoryInfo dr=new DirectoryInfo(/mnt/device1/directory);
dr.MoveTo(/mnt/device2/directory);

It will fails with :

Unhandled Exception: System.IO.IOException: Path  is a directory
  at System.IO.Directory.Move (System.String sourceDirName, System.String
destDirName) [0x00109] in
/home/hubert/mono/mcs/class/corlib/System.IO/Directory.cs:408 
  at System.IO.DirectoryInfo.MoveTo (System.String dest) [0x0] in
/home/hubert/mono/mcs/class/corlib/System.IO/DirectoryInfo.cs:197 
  at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:MoveTo
(string)


I've seen in iolayer/io.c MoveFile : 1821 that the case of an EXDEV error is
handled by mono but only with a FILE. It will be great if it could work with a
directory too

PS : The actual exception text (Path is a directory) doesn't match with the
real problem (Invalid cross device link)


-- 
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 349655] ListControl etc: AOOREx on first add to bound IBindingList

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=349655

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


Andy Hume [EMAIL PROTECTED] changed:

   What|Removed |Added

URL|
|http://www.go-mono.com/archive/1.9/
 Status|RESOLVED|VERIFIED




--- Comment #3 from Andy Hume [EMAIL PROTECTED]  2008-03-07 05:26:38 MST ---
Verified in mono-1.9-gtksharp-2.10.4-win32-3.exe.


-- 
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 363555] ToolStrip crash if ContentPanel.BackColor set to transparent

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=363555

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


Andy Hume [EMAIL PROTECTED] changed:

   What|Removed |Added

URL|
|http://www.go-mono.com/archive/1.9/
 Status|RESOLVED|VERIFIED




--- Comment #2 from Andy Hume [EMAIL PROTECTED]  2008-03-07 05:26:49 MST ---
Verified in mono-1.9-gtksharp-2.10.4-win32-3.exe.


-- 
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 366436] RichTextBox displays hidden text

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=366436

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


Luke Page [EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Comment #3 from Luke Page [EMAIL PROTECTED]  2008-03-07 06:05:16 MST ---
The tag is currently ignored, so the text gets treated like normal text.

The easiest solution is to ignore text within the hidden tag, but this will
mean that when the RTF is saved, any hidden text gets removed.

We curently load the RTF into a document object model that is far less advanced
than RTF, so you loose anything in the original document that isn't supported
in the document object model.


-- 
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] New: ilasm to emit variable names in mdb file

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


   Summary: ilasm to emit variable names in mdb file
   Product: Mono: Tools
   Version: SVN
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Enhancement
  Priority: P5 - None
 Component: ilasm
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Created an attachment (id=199470)
 -- (https://bugzilla.novell.com/attachment.cgi?id=199470)
Patch to emit variable names in mdb file

This patch makes ilasm also emit the names of variables (when present in .il
file) in the .mdb file. They can then be inspected from mdb.


-- 
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 368179] New: Cannot set negative numbers

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368179


   Summary: Cannot set negative numbers
   Product: Mono: Debugger
   Version: 1.2.6
  Platform: i686
OS/Version: Kubuntu
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: cli
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Setting the value of numerical types (int, long, ...) to a negative number does
not work. The following error message is printed:

(mdb) show locals
testInt = (int) 5
(mdb) set testInt = -5
syntax error, expecting IDENTIFIER INT UINT FLOAT DOUBLE DECIMAL ULONG LONG
STRING STAR PERCENT OPAREN AMPERSAND NEW THIS BASE CATCH TRUE FALSE NULL
ERROR: C#, Token: MINUS   : Parsing error
(mdb)


-- 
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 368179] Cannot set negative numbers

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368179



Harald Krapfenbauer [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[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 368180] New: Cannot set System.Decimal

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368180


   Summary: Cannot set System.Decimal
   Product: Mono: Debugger
   Version: 1.2.6
  Platform: i686
OS/Version: Kubuntu
Status: NEW
  Severity: Minor
  Priority: P5 - None
 Component: cli
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Variables of type decimal (System.Decimal) cannot be set. (Version 0.60)
The following error message is printed:

(mdb) print testDecimal
(System.Decimal) { 15 }
(mdb) set testDecimal = 10
ERROR: Cannot implicitly convert `int' to `System.Decimal'
(mdb)


-- 
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 368180] Cannot set System.Decimal

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368180

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


Harald Krapfenbauer [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #1 from Harald Krapfenbauer [EMAIL PROTECTED]  2008-03-07 
06:53:15 MST ---
Sorry, the previous error is not a bug; anyway, with the correct suffix M is
does not work either:

(mdb) set testDecimal = 10M
ERROR: Cannot instantiate value '10' in the current frame's language


-- 
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 368182] New: Cannot manipulate byte, sbyte, char, short, ushort variables

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368182


   Summary: Cannot manipulate byte, sbyte, char, short, ushort
variables
   Product: Mono: Debugger
   Version: 1.2.6
  Platform: i686
OS/Version: Kubuntu
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: cli
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---


Values of variables of these types cannot be modified with the set X = Y
command. (Version 0.60)
The error is the same for all types:

(mdb) show locals
testSbyte = (sbyte) 10
(mdb) set testSbyte = 11
ERROR: Cannot implicitly convert `int' to `sbyte'


-- 
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 368182] Cannot manipulate byte, sbyte, char, short, ushort variables

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368182



Harald Krapfenbauer [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[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 318534] [After Linear-IL] Need to add local variable liveness ranges

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=318534

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


Harald Krapfenbauer [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #1 from Harald Krapfenbauer [EMAIL PROTECTED]  2008-03-07 
07:27:18 MST ---
Any news regarding this bug?
While working with MDB, and printing variables, problems due to this bug occur
frequently!
The negative effects result from it range from printing large amount of
nonsense to MDB using up the complete memory!!!


-- 
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 368224] New: MCS generates unverifiable code on yield break generator method

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368224


   Summary: MCS generates unverifiable code on yield break
generator method
   Product: Mono: Compilers
   Version: unspecified
  Platform: Other
OS/Version: Other
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: ---


The compiler test mcs/test/test-496.cs is compiled to unverifiable code due to
a BR escaping the catch block. 

The relevant part of .c__CompilerGenerated250::MoveNext() that causes it:

   catch [mscorlib]System.Object { // 0
  IL_0032:  pop 
  IL_0033:  ldarg.0 
  IL_0034:  ldc.i4.m1 
  IL_0035:  stfld int32 Test/'c__CompilerGenerated250'::$PC
  IL_003a:  br IL_007f

  IL_003f:  leave IL_0045

} // end handler 0


The BR at 0x3a is unverifiable.


-- 
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 358169] Plugin fails to detect 32-bit Firefox running on 64-bit Linux

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=358169

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


Andrew Jorgensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #1 from Andrew Jorgensen [EMAIL PROTECTED]  2008-03-07 09:43:00 
MST ---
Thank you for your bug report.  Sorry for not responding earlier.  This is
certainly a problem.  I'm surprised that firefox reports it's platform to be
64-bit when it is clearly a 32-bit firefox.  Maybe there is some other property
we can check.


-- 
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 368152] DirectoryInfo-MoveTo doesn' t work with cross devices directory

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368152

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


Dick Porter [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FEATURE




--- Comment #1 from Dick Porter [EMAIL PROTECTED]  2008-03-07 10:38:12 MST ---
From the msdn documentation: 

IOException   An attempt was made to move a directory to a different volume.

(The exception string could be improved, but the exception itself is correct.)


-- 
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 341849] Test Case 426283 - SharpChess runs extremely slow

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=341849

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


Rusty Howell [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #11 from Rusty Howell [EMAIL PROTECTED]  2008-03-07 10:52:05 MST 
---
Wow. SharpChess plays extremely slow on Mac OSX 10.5 and Mono 1.9p4. I was
about to log a bug about SharpChess locking up, and while I was filling it out
the piece moved. So  yeah, very slow.


-- 
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 368032] [Test Case 496505] [MoMA] Update MoMA Definitions

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368032



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
  Status Whiteboard||OSX




-- 
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 368041] Right click on chess piece locks piece to mouse

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368041



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
  Status Whiteboard||OSX




-- 
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 368051] MonoCalendar: Cannot delete appointment

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368051



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
  Status Whiteboard||OSX




-- 
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 368046] GATetris high scores list redrawing

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368046



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
  Status Whiteboard||OSX




-- 
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 368043] Cannot close window on Control Inspector. App crashes

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368043



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
  Status Whiteboard||OSX




-- 
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 368053] NPlot demo - graphs don't redraw correctly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368053



Jonathan Pobst [EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |[EMAIL 
PROTECTED]
  Status Whiteboard||OSX




-- 
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 341849] Test Case 426283 - SharpChess runs extremely slow

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=341849

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





--- Comment #12 from Rusty Howell [EMAIL PROTECTED]  2008-03-07 10:53:57 MST 
---
SharpChess will crash on the second human move. Stack trace from SharpChess

Fri Mar  7 10:51:20 x64-macos-2.mono.lab.novell.com mono[3803] Error: doClip:
empty path.
Fri Mar  7 10:51:20 x64-macos-2.mono.lab.novell.com mono[3803] Error: doClip:
empty path.
Fri Mar  7 10:51:20 x64-macos-2.mono.lab.novell.com mono[3803] Error: doClip:
empty path.

Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
  at SharpChess.Player.AlphaBeta (SharpChess.Player player, Int32 depth, Int32
alpha, Int32 beta, Boolean verify, SharpChess.Move moveAnalysed) [0x0] 
  at SharpChess.Player.AlphaBeta (SharpChess.Player player, Int32 depth, Int32
alpha, Int32 beta, Boolean verify, SharpChess.Move moveAnalysed) [0x0] 
  at SharpChess.Player.AlphaBeta (SharpChess.Player player, Int32 depth, Int32
alpha, Int32 beta, Boolean verify, SharpChess.Move moveAnalysed) [0x0] 
  at SharpChess.Player.AlphaBeta (SharpChess.Player player, Int32 depth, Int32
alpha, Int32 beta, Boolean verify, SharpChess.Move moveAnalysed) [0x0] 
  at SharpChess.Player.ComputeBestMove () [0x0] 
  at SharpChess.frmMain.MakeNextComputerMove () [0x0] 
  at SharpChess.frmMain.CheckIfAutoNextMove () [0x0] 
  at SharpChess.frmMain.picSquare_Click (System.Object sender, System.EventArgs
e) [0x0] 
  at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x0] 
  at System.Windows.Forms.Control.HandleClick (Int32 clicks,
System.Windows.Forms.MouseEventArgs me) [0x0] 
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message m)
[0x0] 
  at System.Windows.Forms.Control.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.DispatchMessage
(System.Windows.Forms.MSG msg) [0x0] 
  at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG
msg) [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 SharpChess.frmMain.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.
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 355717] FileVersionInfo: Runtime should set fields to zero-length string if filversioninfo is available

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=355717

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





--- Comment #9 from Gert Driesen [EMAIL PROTECTED]  2008-03-07 11:37:29 MST 
---
Dick, is this still on your radar?


-- 
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 368294] New: Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294


   Summary: Runtime crashes when loading .NET assembly
   Product: Mono: Runtime
   Version: SVN
  Platform: Other
OS/Version: Other
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: ---


1. compile this using gmcs

using System;

using System.Reflection;



public class C

{

public static void Main (string[] args)

{

Assembly a = Assembly.LoadFile (args[0]);
Console.WriteLine (a.FullName);

Print (a.GetType (System.Attribute));

Print (a.GetType (System.Int32));

Print (a.GetType (System.Int64));

}



static void Print (Type t)

{

Console.WriteLine (t.FullName);

Console.WriteLine (t.Assembly.FullName);

}

}


2. run using enclosed assembly

mono test-1000.exe mylib.dll


Expected results:

mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Attribute
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int32
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int64
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null


Actual results:

Runtime crashes with

Stacktrace:

  at (wrapper managed-to-native) System.Reflection.Assembly.InternalGetType
(System.Reflection.Module,string,bool,bool) 0x4
  at (wrapper managed-to-native) System.Reflection.Assembly.InternalGetType
(System.Reflection.Module,string,bool,bool) 0x
  at System.Reflection.Assembly.GetType (string,bool,bool) 0x00026
  at System.Reflection.Assembly.GetType (string) 0x00014
  at C.Main (string[]) 0x0003b
  at (wrapper runtime-invoke) C.runtime_invoke_void_string[]
(object,intptr,intptr,intptr) 0x

Native stacktrace:

mono [0x81801de]
mono [0x807f731]
[0xe440]
mono [0x80f20f3]
mono [0x80f236c]
mono [0x810d1d1]
[0xb78e5397]
[0xb78e5327]
[0xb78e52ed]
[0xb78df264]
[0xb78df1c3]
mono(mono_runtime_exec_main+0xbb) [0x80b690b]
mono(mono_runtime_run_main+0x1ba) [0x80b7d1a]
mono(mono_main+0xfe2) [0x805b822]
mono [0x805a332]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7ccf050]
mono [0x805a2a1]

Debug info from gdb:

Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1211402544 (LWP 13667)]
[New Thread -1221223536 (LWP 13669)]
[New Thread -1215435888 (LWP 13668)]
0xe410 in __kernel_vsyscall ()
  3 Thread -1215435888 (LWP 13668)  0xe410 in __kernel_vsyscall ()
  2 Thread -1221223536 (LWP 13669)  0xe410 in __kernel_vsyscall ()
  1 Thread -1211402544 (LWP 13667)  0xe410 in __kernel_vsyscall ()

Thread 3 (Thread -1215435888 (LWP 13668)):
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7e349f6 in ?? () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x081152d1 in collection_thread (unused=0x0) at collection.c:34
#3  0xb7e2d46b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#4  0xb7d8c6de in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 2 (Thread -1221223536 (LWP 13669)):
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7e31676 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0x0812350f in timedwait_signal_poll_cond (cond=0xb78531dc, 
mutex=0xb78531c4, timeout=0x0, alertable=0) at handles.c:1443
#3  0x08125faf in _wapi_handle_timedwait_signal_handle (handle=0x404, 
timeout=0x0, alertable=0) at handles.c:1523
#4  0x0812602c in _wapi_handle_wait_signal_handle (handle=0x404, alertable=0)
at handles.c:1483
#5  0x08128dbf in WaitForSingleObjectEx (handle=0x404, timeout=4294967295, 
alertable=0) at wait.c:200
#6  0x08113eca in finalizer_thread (unused=0x0) at gc.c:894
#7  0x080e76ef in start_wrapper (data=0x82787b8) at threads.c:589
#8  0x081216c2 in thread_start_routine (args=0xb7702480) at threads.c:282
#9  0x0813b355 in GC_start_routine (arg=0x26f40) at pthread_support.c:1369
#10 0xb7e2d46b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#11 0xb7d8c6de in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread -1211402544 (LWP 13667)):
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7d852a1 in select () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7ea4780 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#3  0xb7ea4b4c in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
#4  0x08180279 in mono_handle_native_sigsegv (signal=11, ctx=0xb7b87d0c)
at mini-exceptions.c:1046
#5  0x0807f731 in mono_arch_handle_altstack_exception (sigctx=0xb7b87d0c, 
fault_addr=0x19, stack_ovf=0) at exceptions-x86.c:855
#6  signal 

[Mono-bugs] [Bug 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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





--- Comment #1 from Marek Safar [EMAIL PROTECTED]  2008-03-07 13:00:46 MST ---
Created an attachment (id=199600)
 -- (https://bugzilla.novell.com/attachment.cgi?id=199600)
mylib.dll


-- 
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 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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





--- Comment #2 from Marek Safar [EMAIL PROTECTED]  2008-03-07 13:01:38 MST ---
Note: the expected results are from .NET runtime


-- 
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 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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


Zoltan Varga [EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Comment #3 from Zoltan Varga [EMAIL PROTECTED]  2008-03-07 13:33:38 MST 
---
The assembly is not valid, since [mylib]Attribute extends [mylib]Object which
has no parent in the metadata, which is not valid. We will check for this case
when the metadata verifier is implemented.


-- 
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 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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


Marek Safar [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Comment #4 from Marek Safar [EMAIL PROTECTED]  2008-03-07 13:49:25 MST ---
lupus commented on IRC

(20:43:06) lupus: anyway, the crash needs to be fixed, please reopen the bug


Also MS peverify does not complain about any missing parent in metadata.


-- 
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 368069] No swap file in VMware image

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368069



Andrew Jorgensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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





--- Comment #5 from Marek Safar [EMAIL PROTECTED]  2008-03-07 13:57:48 MST ---
Created an attachment (id=199603)
 -- (https://bugzilla.novell.com/attachment.cgi?id=199603)
New mylib.dll


-- 
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 368312] New: Updates repo needs to be added to zypper

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368312


   Summary: Updates repo needs to be added to zypper
   Product: Mono: Tools
   Version: 1.9.0
  Platform: i586
   URL: http://www.go-mono.com/archive/1.9/
OS/Version: openSUSE 10.3
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: VMware Image
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: mono-bugs@lists.ximian.com
  Found By: Component Test


Description of Problem:
The updates repo needs to be added to zypper. If updates currently break the
VM, then we should disable the repo by default, but the repo should be there.


-- 
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 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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





--- Comment #6 from Marek Safar [EMAIL PROTECTED]  2008-03-07 13:58:22 MST ---
I have included another test dll which reproduces the *REAL* issue which I have

Mono runtime loads some types from wrong assembly (System.Int32) in my case


Expected result:

mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Attribute
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int32
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int64
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

Actual result:

mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Attribute
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int32
mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Int64
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null


-- 
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 368070] Some repos have auto-refresh turned on by default

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368070



Andrew Jorgensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 368078] The firewall is enabled by default

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368078



Andrew Jorgensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 368312] Updates repo needs to be added to zypper

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368312



Andrew Jorgensen [EMAIL PROTECTED] changed:

   What|Removed |Added

 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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 355256] gmcs emits invalid code in some generic scenarios

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=355256



Marek Safar [EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Normal  |Critical




-- 
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 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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





--- Comment #7 from Zoltan Varga [EMAIL PROTECTED]  2008-03-07 14:57:59 MST 
---
That issue is now 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 364674] mcs requires predefined types even with -noconfig -nostdlib

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=364674

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


Marek Safar [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #8 from Marek Safar [EMAIL PROTECTED]  2008-03-07 14:59:57 MST ---
I am setting this to be fixed, I cannot test it completely, but it passes my
mini-corlib compilation.

Please note there may be further crashes because it's new scenario for mcs.

Please report any crashes back to us !


Fixed 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 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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





--- Comment #8 from Marek Safar [EMAIL PROTECTED]  2008-03-07 15:20:56 MST ---
Zoltan, thank you for very quick fix!!

However, I think it is not correct. The behavior which I would expect is as
soon as the core type was defined/initialized, there is no way any new assembly
can redefine it.

Which fails in your case when I reference another assembly which is called
mscorlib.dll 


-- 
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 368294] Runtime crashes when loading .NET assembly

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368294

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





--- Comment #9 from Marek Safar [EMAIL PROTECTED]  2008-03-07 15:51:54 MST ---
Let me clarify this even more.

The bug which I am working on requires to load another mscorlib as another
assembly. It works very well for all types except the few which you fixed.
However, the way how you fixed it won't help me because the assembly is still
called mscorlib.


-- 
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 355717] FileVersionInfo: Runtime should set fields to zero-length string if filversioninfo is available

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=355717

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





--- Comment #10 from Dick Porter [EMAIL PROTECTED]  2008-03-07 16:34:45 MST 
---
Er, it is now :)


-- 
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 340662] test-562.cs failure

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=340662

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


Rodrigo Kumpera [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL 
PROTECTED]




--- Comment #1 from Rodrigo Kumpera [EMAIL PROTECTED]  2008-03-07 17:22:46 
MST ---
The issue is that the the runtime merge pinvoke call convention with the
signature one.

The MS runtime returns the method signature one. And this is what's missing in
mono.

I build a test case for standard, vararg and generic calling conventions. I'm
not sure how to build tests for fastcall, stdcall or cdecl as all my tries
failed with a TypeLoadException about signature. Why something like the
following is invalid?

method private static  hidebysig unmanaged cdecl int32 CCallConv (int32 x) 
cil 
{
  .maxstack 8
  ldarg.0 
  ret 
}


-- 
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 340662] test-562.cs failure

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=340662

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





--- Comment #2 from Rodrigo Kumpera [EMAIL PROTECTED]  2008-03-07 17:25:20 
MST ---
Created an attachment (id=199637)
 -- (https://bugzilla.novell.com/attachment.cgi?id=199637)
Test case for vararg, standard and generic

Simple test case for MethodInfo.CallingConvention.

By the way, mono crashes when the calling convetion is generic instead of
raising  TLE.


-- 
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 366438] ListBox: MultiExtend SelctionMode - SelectedIndex always -1

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=366438

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


Carlos Alberto Cortez [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Carlos Alberto Cortez [EMAIL PROTECTED]  2008-03-07 
19:49:44 MST ---
This is fixed 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 368439] New: Fails to compile gtk-sharp with NullReferenceException on arm/eabi

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368439


   Summary: Fails to compile gtk-sharp with NullReferenceException
on arm/eabi
   Product: Mono: Compilers
   Version: 1.2.6
  Platform: Other
OS/Version: Other
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: ---


Hi,
mcs 1.2.6 fails to compile gtk-sharp with a NullReferenceException on arm/eabi:

ALL6500:~/mono/gtk-sharp2-2.10.4/pango$ mono  --trace=N:nothing --debug
/usr/lib/mono/1.0/mcs.exe -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8
-define:GTK_SHARP_2_10  -nowarn:0169,0612,0618 -unsafe -out:pango-sharp.dll
-target:library /r:../glib/glib-sharp.dll -r:/usr/lib/mono/1.0/Mono.Cairo.dll  
generated/*.cs ./Attribute.cs ./AttrBackground.cs ./AttrFallback.cs
/AttrFamily.cs ./AttrFontDesc.cs ./AttrForeground.cs ./AttrLanguage.cs
/AttrLetterSpacing.cs ./AttrRise.cs ./AttrScale.cs ./AttrShape.cs
/AttrSize.cs ./AttrStretch.cs ./AttrStrikethroughColor.cs
/AttrStrikethrough.cs ./AttrStyle.cs ./AttrUnderlineColor.cs
/AttrUnderline.cs ./AttrVariant.cs ./AttrWeight.cs ./Scale.cs ./ScriptIter.cs
/Units.cs AssemblyInfo.cs
EXCEPTION handling: NullReferenceException

Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
  at Mono.CSharp.FieldExpr.EmitAssign (Mono.CSharp.EmitContext ec,
Mono.CSharp.Expression source, Boolean leave_copy, Boolean prepare_for_load)
[0x0]
  at Mono.CSharp.Assign.Emit (Mono.CSharp.EmitContext ec, Boolean is_statement)
[0x0]
  at Mono.CSharp.Assign.EmitStatement (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.StatementExpression.DoEmit (Mono.CSharp.EmitContext ec)
[0x0]
  at Mono.CSharp.Statement.Emit (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.DoEmit (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.Block.Emit (Mono.CSharp.EmitContext ec) [0x0]
  at Mono.CSharp.EmitContext.EmitResolvedTopBlock (Mono.CSharp.ToplevelBlock
block, Boolean unreachable) [0x0]
  at Mono.CSharp.Constructor.Emit () [0x0]
  at Mono.CSharp.TypeContainer.EmitType () [0x0]
  at Mono.CSharp.RootContext.EmitCode () [0x0]
  at Mono.CSharp.Driver.MainDriver (System.String[] args) [0x0]
  at Mono.CSharp.Driver.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 368439] Fails to compile gtk-sharp with NullReferenceException on arm/ eabi

2008-03-07 Thread bugzilla_noreply
https://bugzilla.novell.com/show_bug.cgi?id=368439

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





--- Comment #1 from Sebastian Dröge [EMAIL PROTECTED]  2008-03-07 20:56:06 
MST ---
Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469904
mono --trace:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=trace.log;att=2;bug=469904


-- 
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