[Mono-bugs] [Bug 480178] System.Globalization.CharUnicodeInfo.GetUnicodeCategory() does not handle surrogate characters appropriately.

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=480178

http://bugzilla.novell.com/show_bug.cgi?id=480178#c14


Atsushi Enomoto  changed:

   What|Removed |Added

 CC||aenom...@novell.com,
   ||lu...@novell.com
 AssignedTo|atsu...@ximian.com  |mono-bugs@lists.ximian.com

--- Comment #14 from Atsushi Enomoto  2010-04-21 05:49:23 
UTC ---
The generator tool should got appropriate place like mono/tools/foobar.

Reseting assignee to default (I have never touched that method, not sure why I
had been assigned to it).

CCing Paolo for asking if he has any comments on the runtime header changes.

-- 
Configure bugmail: http://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 331126] Type.IsAssignableTo results inconsistent with Microsoft implementation (4 cases)

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=331126

http://bugzilla.novell.com/show_bug.cgi?id=331126#c5


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Rodrigo Kumpera  2010-04-21 00:28:53 
UTC ---
Fixed trunk in r155847.

-- 
Configure bugmail: http://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 568955] System.InvalidOperationException: List has changed. from gmcs while compiling.

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=568955

http://bugzilla.novell.com/show_bug.cgi?id=568955#c7


--- Comment #7 from Pablo Ruiz  2010-04-20 23:28:35 UTC ---
I'm trying to find the point in svn at which things started to fail.. at
r105893 the problem it's still reproducible, but the error is somewhat
different:

Example code and compiler output:

---
using System;
using System.Linq;
using System.Linq.Expressions;
using System.Diagnostics;

namespace Test
{
public class Specification
{
public Expression> expression;

public Specification(Expression> predicate)
{
this.expression = predicate;
}
}

public class IntSpec : Specification
{
public IntSpec(int id)
: base(x => x == id)
{
}
}

public class Program
{
static void Main()
{
var obj = 1;

var s1 = new IntSpec(1);
var s2 = new IntSpec(2);

var fn1 = s1.expression.Compile();
var fn2 = s2.expression.Compile();

Debug.Assert(fn1.Invoke(obj) == true);
Debug.Assert(fn2.Invoke(obj) == false);
}
}
}

[r...@marge tmp]# mono /usr/src/mono.svn/mcs/mcs/gmcs.exe /target:exe -debug+
/d:DEBUG /out:n.exe p5.cs && mono --debug n.exe
p5.cs(21,27): error CS1502: The best overloaded method match for
`Test.Specification.Specification(System.Linq.Expressions.Expression>)'
has some invalid arguments
p5.cs(12,24): (Location of the symbol related to previous error)
p5.cs(21,27): error CS1503: Argument 1: Cannot convert type `lambda expression'
to `System.Linq.Expressions.Expression>'
Compilation failed: 2 error(s), 0 warnings

---

-- 
Configure bugmail: http://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 598052] On 2.6.4 (branch) : Exceptions are not shown in the browser

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598052

http://bugzilla.novell.com/show_bug.cgi?id=598052#c4


Marek Habersack  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Marek Habersack  2010-04-21 00:36:35 
CEST ---
Fixed in r155841 (trunk) and r155842 (2.6 branch)

-- 
Configure bugmail: http://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 598311] New: xbuild executes PostBuildEvent block as one large command rather than each line as a separate command.

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598311

http://bugzilla.novell.com/show_bug.cgi?id=598311#c0


   Summary: xbuild executes PostBuildEvent block as one large
command rather than each line as a separate command.
Classification: Mono
   Product: Mono: Tools
   Version: unspecified
  Platform: x86-64
OS/Version: openSUSE 11.0
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: xbuild
AssignedTo: jan...@novell.com
ReportedBy: mchristen...@novell.com
 QAContact: mono-bugs@lists.ximian.com
CC: ll...@novell.com, mhutchin...@novell.com
  Found By: Component Test
   Blocker: ---


Description of Problem:

opensuse 11.0 x86_64
mono-core-2.6.4-37.1
mono-devel-2.6.4-37.1

It seems that xbuild is executing the entire PostBuildEvent block as one
command.  
I was building mojoportal-2.3.4.2 which contains a
mojoPortal.Features.UI.mono.csproj that has a PostBuildEvent block with several
xcopies in it.

The error says that the command 

'xcopy  
xcopy  
xcopy etc.
xcopy ...'

failed.  Rather than executing each line individually.  So, I changed the
xcopies to 'cp -rv' and it still failed until I removed all but one of the 'cp'
commands which succeeded.

-- 
Configure bugmail: http://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 598311] xbuild executes PostBuildEvent block as one large command rather than each line as a separate command.

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598311

http://bugzilla.novell.com/show_bug.cgi?id=598311#c


Marc Christensen  changed:

   What|Removed |Added

  Status Whiteboard||mono-2.6.4

-- 
Configure bugmail: http://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 551666] Gridview does not render thead in ASP.NET

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=551666

http://bugzilla.novell.com/show_bug.cgi?id=551666#c5


Marek Habersack  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Marek Habersack  2010-04-20 22:58:55 
CEST ---
It works fine on Mono versions:

Mono JIT compiler version 2.7 (/trunk/mono r155775 Tue Apr 20 08:15:48 CEST
2010)
Mono JIT compiler version 2.6.4 (/branches/mono-2-6/mono r155788 Tue Apr 20
12:39:15 CEST 2010)
Mono JIT compiler version 2.4.3 (/branches/mono-2-4/mono r155838 Tue Apr 20
22:49:25 CEST 2010)

-- 
Configure bugmail: http://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 598052] On 2.6.4 (branch) : Exceptions are not shown in the browser

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598052

http://bugzilla.novell.com/show_bug.cgi?id=598052#c


Marek Habersack  changed:

   What|Removed |Added

   Severity|Major   |Normal

-- 
Configure bugmail: http://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 480152] string.Normalize() frequently produces incorrect output

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=480152

http://bugzilla.novell.com/show_bug.cgi?id=480152#c37


--- Comment #37 from Damien Diederen  2010-04-20 20:31:03 
UTC ---
Created an attachment (id=355744)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355744)
Normalization.cs: Really apply canonical reordering "recursively."

-- 
Configure bugmail: http://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 480152] string.Normalize() frequently produces incorrect output

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=480152

http://bugzilla.novell.com/show_bug.cgi?id=480152#c36


--- Comment #36 from Damien Diederen  2010-04-20 20:30:31 
UTC ---
Created an attachment (id=355743)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355743)
Normalization.cs: The correct "checkType" argument to Decompose() is
NKD or NKFD when normalizing to NKC resp. NKFC.

-- 
Configure bugmail: http://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 480152] string.Normalize() frequently produces incorrect output

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=480152

http://bugzilla.novell.com/show_bug.cgi?id=480152#c35


--- Comment #35 from Damien Diederen  2010-04-20 20:29:29 
UTC ---
Created an attachment (id=355742)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355742)
Normalization.cs: Implement algorithmic Hangul composition.

-- 
Configure bugmail: http://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 480152] string.Normalize() frequently produces incorrect output

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=480152

http://bugzilla.novell.com/show_bug.cgi?id=480152#c34


--- Comment #34 from Damien Diederen  2010-04-20 20:28:55 
UTC ---
Created an attachment (id=355741)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355741)
Normalization.cs: Follow the spec when checking composition pairs.

Figure 7 in section 1.3 of http://unicode.org/reports/tr15/ shows
how when doing composition, one has to examine the successive
(starter, candidate) pairs, and combine if a matching canonical
decomposition exists.

The original algorithm was, instead, iterating on canonical
decompositions, and, for each one, trying to match a sequence
of (starter, non-starter, ...). This, however, does not produce
the same results as it is violating some implicit ordering
constraints in the Unicode tables.

E.g., when composing the following sequence of codepoints, the
original algorithm was picking:

  03B7 0313 0300 0345
  
  1F74 0313 0345
   
  1FC2 0313

and would stop at 1FC2 0313 as there is no decomposition matching
it.  The new algorithm, which follows the guidance of the pretty
figure 7, ends up doing:

  03B7 0313 0300 0345
   
  1F200300 0345
  
  1F22 0345
   
  1F92

resulting in the correct 1F92.

-- 
Configure bugmail: http://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 480152] string.Normalize() frequently produces incorrect output

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=480152

http://bugzilla.novell.com/show_bug.cgi?id=480152#c33


Damien Diederen  changed:

   What|Removed |Added

 Attachment #355156|0   |1
is obsolete||
 Attachment #355157|0   |1
is obsolete||
 Attachment #355158|0   |1
is obsolete||
 Attachment #355159|0   |1
is obsolete||
 Attachment #355160|0   |1
is obsolete||
 Attachment #355161|0   |1
is obsolete||

--- Comment #33 from Damien Diederen  2010-04-20 20:27:46 
UTC ---
Created an attachment (id=355740)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355740)
Normalization.cs: Recursively apply the Unicode decomposition mapping

According to http://www.unicode.org/reports/tr15/tr15-31.html,
section 1.3:

"To transform a Unicode string into a given Unicode Normalization
Form, the first step is to fully decompose the string. [...] Full
decomposition involves recursive application of the
Decomposition_Mapping values, because in some cases a complex
composite character may have a Decomposition_Mapping into a
sequence of characters, one of which may also have its own
non-trivial Decomposition_Mapping value."

-- 
Configure bugmail: http://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 480152] string.Normalize() frequently produces incorrect output

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=480152

http://bugzilla.novell.com/show_bug.cgi?id=480152#c32


--- Comment #32 from Damien Diederen  2010-04-20 20:26:09 
UTC ---
Hello everybody,

I have been working some more on this bug, and have discovered a
couple other edge cases in the current composition algorithm.  After a
few retries, I realized that it just couldn't be “patched” to do the
right thing, so I bit the bullet and rewrote it by following the spec.

This, a couple other fixes, and the addition of the Hangul composition
algorithm (complementing Gabriel's work on decomposition) causes the
number of failures in the BMP subset of the Unicode canonicalization
test suite to drop from 4k+ to 888.

(Another, still experimental, and more controversial series of mine
brings that number down to zero, but it still needs a bit of work
before I post it as an RFC.)

As far as I can tell, this series is ready for inclusion in the Mono
repository.  Could somebody have a look at it, and comment/question/
inform me about the next steps?  Thanks!

(The patches will follow as attachments, they should apply cleanly to
trunk/m...@155829.)

Cheers,
Damien.

-- 
Configure bugmail: http://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 590967] application freeze during AppDomain.Unload

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=590967

http://bugzilla.novell.com/show_bug.cgi?id=590967#c18


--- Comment #18 from Zoltan Varga  2010-04-20 20:17:38 UTC ---
jonp: its ok, I just saw the patch and thought you might be interested in it.

-- 
Configure bugmail: http://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 560200] [verifier] abort in type_to_eval_stack_type while JITting a verified method

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=560200

http://bugzilla.novell.com/show_bug.cgi?id=560200#c5


--- Comment #5 from Sebastien Pouliot  2010-04-20 20:05:38 
UTC ---
Created an attachment (id=355729)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355729)
a more recent test case

using trunk (r155742)

gdb --args mono --security=core-clr --compile-all bin/System.sigabrt.123130.dll
..

ERROR:method-to-ir.c:625:type_to_eval_stack_type: assertion failed:
(cfg->generic_sharing_context)

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x76146910 (LWP 14290)]
0x76d6d4e5 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x76d6d4e5 in raise () from /lib64/libc.so.6
#1  0x76d6e9b0 in abort () from /lib64/libc.so.6
#2  0x7797577f in g_assertion_message () from
/usr/lib64/libglib-2.0.so.0
#3  0x77975cf0 in g_assertion_message_expr () from
/usr/lib64/libglib-2.0.so.0
#4  0x00427a91 in type_to_eval_stack_type (cfg=0xabcfa0, type=0xc53e68,
inst=0xc5b508) at method-to-ir.c:625
#5  0x0041991a in mono_compile_create_var_for_vreg (cfg=0xabcfa0,
type=0xc53e68, opcode=325, vreg=46) at mini.c:924
#6  0x00419d14 in mono_compile_create_var (cfg=0xabcfa0, type=0xc53e68,
opcode=325) at mini.c:1016
#7  0x00451ba3 in inline_method (cfg=0xabcfa0,
cmethod="System.Net.ChunkStream:ThrowProtocolViolation ()", fsig=0xbb3cf8,
sp=0xc5aaa0, ip=
0x77e22b90 "(\023\002", real_offset=44, dont_inline=0xad3880 = {...},
inline_allways=0) at method-to-ir.c:4499
#8  0x00461267 in mono_method_to_ir (cfg=0xabcfa0,
method="System.Net.ChunkStream:GetChunkSize ()", start_bblock=0xc56550,
end_bblock=0xc56660, 
return_var=0x0, dont_inline=0xad3880 = {...}, inline_args=0x0,
inline_offset=0, is_virtual_call=0) at method-to-ir.c:6402
#9  0x00421826 in mini_method_compile
(method="System.Net.ChunkStream:GetChunkSize ()", opts=51472895,
domain=0x77e7dd48, run_cctors=0, 
compile_aot=0, parts=0) at mini.c:4018
#10 0x004ac82e in compile_all_methods_thread_main (args=0x7fffdbb0)
at driver.c:879
#11 0x0063c5bd in start_wrapper (data=0xa7b800) at threads.c:747
#12 0x0066c6a1 in thread_start_routine (args=0xaa95e8) at
wthreads.c:286
#13 0x0069e9e5 in GC_start_routine (arg=0x77e1bfc0) at
pthread_support.c:1390
#14 0x772f165d in start_thread (arg=) at
pthread_create.c:297
#15 0x76e0be1d in clone () from /lib64/libc.so.6
#16 0x in ?? ()

-- 
Configure bugmail: http://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 560200] [verifier] abort in type_to_eval_stack_type while JITting a verified method

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=560200

http://bugzilla.novell.com/show_bug.cgi?id=560200#c4


Sebastien Pouliot  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #4 from Sebastien Pouliot  2010-04-20 20:03:50 
UTC ---
I think the reason is that it's not working ;-)

-- 
Configure bugmail: http://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 590967] application freeze during AppDomain.Unload

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=590967

http://bugzilla.novell.com/show_bug.cgi?id=590967#c17


--- Comment #17 from Armando Basile  2010-04-20 20:00:22 
UTC ---
>the patch is wrong
yes Jon, patch isn't mine, i trying to detect where is problem on
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/mono/current/SPECS/mono.spec?view=co
this spec file.
It build ok but when i try to use LoadAssemblyConsoleApp there is the bug.
i tryed to comment all patches but don't build.

could you try to see it, i don't know why if i build the same tarball using
classic "$ ./configure && make" from console, i haven't error.

-- 
Configure bugmail: http://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 568955] System.InvalidOperationException: List has changed. from gmcs while compiling.

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=568955

http://bugzilla.novell.com/show_bug.cgi?id=568955#c6


--- Comment #6 from Pablo Ruiz  2010-04-20 19:46:37 UTC ---
Looks like some compiler optimizations between 2.4.x and 2.6.x broke
Expression<> handling..

Here it's a disassembled code compiled with 2.4.x:

-- v2.4 code 
public class IntSpec : Specification
{
// Methods
public IntSpec(int id) : base(Expression.Lambda>(Expression.Equal(expression = Expression.Parameter(typeof(int), "x"),
Expression.Constant(storey.id)), expressionArray1))
{
ParameterExpression expression;
c__AnonStorey0 storey = new c__AnonStorey0 {
id = id
};
ParameterExpression[] expressionArray1 = new ParameterExpression[] {
expression };
}

// Nested Types
[CompilerGenerated]
private sealed class c__AnonStorey0
{
// Fields
internal int id;
}
}
--

And here the same code with 2.6:

--
public class IntSpec : Specification
{
// Methods
public IntSpec(int id) : base(Expression.Lambda>(Expression.Equal(expression, Expression.Constant(storey.id)),
expressionArray1))
{
ParameterExpression expression;
c__AnonStorey0 storey = new c__AnonStorey0 {
id = id
};
ParameterExpression[] expressionArray1 = new ParameterExpression[] {
expression };
}

// Nested Types
[CompilerGenerated]
private sealed class c__AnonStorey0
{
// Fields
internal int id;
}
}
--- 

As you can see the call to base ctor it's missing it's parameter ("x") on left
side:

v2.4.x --> public IntSpecx(int id) : base(Expression.Lambda>(Expression.Equal(expression, Expression.Constant(storey.id)),
expressionArray1))

v2.6.x --> public IntSpec(int id) : base(Expression.Lambda>(Expression.Equal(expression = Expression.Parameter(typeof(int), "x"),
Expression.Constant(storey.id)), expressionArray1))

-- 
Configure bugmail: http://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 598247] invalid pointer in mono_custom_attrs_from_index while JITting

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598247

http://bugzilla.novell.com/show_bug.cgi?id=598247#c4


Sebastien Pouliot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Group|novellonly  |
 Resolution||FIXED

--- Comment #4 from Sebastien Pouliot  2010-04-20 19:46:21 
UTC ---
Fixed in SVN r155834

-- 
Configure bugmail: http://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 331126] Type.IsAssignableTo results inconsistent with Microsoft implementation (4 cases)

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=331126

http://bugzilla.novell.com/show_bug.cgi?id=331126#c4


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #4 from Rodrigo Kumpera  2010-04-20 19:34:47 
UTC ---
Ugg, wrong bug.

-- 
Configure bugmail: http://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 324775] TypeBuilder should consider type created even if runtime fails to load it

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=324775

http://bugzilla.novell.com/show_bug.cgi?id=324775#c1


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rkump...@novell.com
 Resolution||FIXED
   Severity|Minor   |Normal

--- Comment #1 from Rodrigo Kumpera  2010-04-20 19:34:59 
UTC ---
Fixed trunk in r155832.

-- 
Configure bugmail: http://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 331126] Type.IsAssignableTo results inconsistent with Microsoft implementation (4 cases)

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=331126

http://bugzilla.novell.com/show_bug.cgi?id=331126#c3


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rkump...@novell.com
 Resolution||FIXED

--- Comment #3 from Rodrigo Kumpera  2010-04-20 19:32:23 
UTC ---
Fixed trunk in r155832.

-- 
Configure bugmail: http://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 598247] invalid pointer in mono_custom_attrs_from_index while JITting

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598247

http://bugzilla.novell.com/show_bug.cgi?id=598247#c1


--- Comment #1 from Sebastien Pouliot  2010-04-20 19:31:06 
UTC ---
cuter stack trace - rebuilt with CFLAGS="-O0 -g"

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x76146910 (LWP 7681)]
0x76d6d4e5 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x76d6d4e5 in raise () from /lib64/libc.so.6
#1  0x76d6e9b0 in abort () from /lib64/libc.so.6
#2  0x76da866d in ?? () from /lib64/libc.so.6
#3  0x76dadc76 in ?? () from /lib64/libc.so.6
#4  0x76db296c in free () from /lib64/libc.so.6
#5  0x005e1ffd in mono_custom_attrs_from_index (image=0xa3f600,
idx=13537) at reflection.c:8461
#6  0x005e244e in mono_custom_attrs_from_field
(klass="System.Net.HttpWebResponse", field=0xc49f00) at reflection.c:8590
#7  0x00606c98 in field_is_special_static
(fklass="System.Net.HttpWebResponse", field=0xc49f00) at object.c:969
#8  0x00609088 in mono_class_create_runtime_vtable
(domain=0x77e7dd48, class="System.Net.HttpWebResponse", raise_on_error=0)
at object.c:1910
#9  0x0060878f in mono_class_vtable_full (domain=0x77e7dd48,
class="System.Net.HttpWebResponse", raise_on_error=0) at object.c:1744
#10 0x006086ae in mono_class_vtable (domain=0x77e7dd48,
class="System.Net.HttpWebResponse") at object.c:1715
#11 0x0046cc32 in mono_method_to_ir (cfg=0xca16a0,
method="System.Net.HttpWebRequest:SetResponseData ()", start_bblock=0xd871b0,
end_bblock=
0xd872c0, return_var=0x0, dont_inline=0xad3440 = {...}, inline_args=0x0,
inline_offset=0, is_virtual_call=0) at method-to-ir.c:7471
#12 0x00421826 in mini_method_compile
(method="System.Net.HttpWebRequest:SetResponseData ()", opts=51472895,
domain=0x77e7dd48, run_cctors=0, 
compile_aot=0, parts=0) at mini.c:4018
#13 0x004ac82e in compile_all_methods_thread_main (args=0x7fffdbb0)
at driver.c:879
#14 0x0063c5bd in start_wrapper (data=0xa7b800) at threads.c:747
#15 0x0066c6a1 in thread_start_routine (args=0xaa95e8) at
wthreads.c:286
#16 0x0069e9e5 in GC_start_routine (arg=0x77e1bfc0) at
pthread_support.c:1390
#17 0x772f165d in start_thread (arg=) at
pthread_create.c:297
#18 0x76e0be1d in clone () from /lib64/libc.so.6
#19 0x in ?? ()

-- 
Configure bugmail: http://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 511564] MDI window caption isn't refreshed when changing Text property

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=511564

http://bugzilla.novell.com/show_bug.cgi?id=511564#c1


Samael Campos  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||scam...@novell.com

--- Comment #1 from Samael Campos  2010-04-20 19:30:30 UTC 
---
Verified in OpeSUSE 11.1 
mono-core-2.6.4

-- 
Configure bugmail: http://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 498521] cominterop_get_interface: assertion failed

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=498521

http://bugzilla.novell.com/show_bug.cgi?id=498521#c1


Vincent Povirk  changed:

   What|Removed |Added

 CC||madewokh...@gmail.com

--- Comment #1 from Vincent Povirk  2010-04-20 19:24:07 
UTC ---
For what it's worth, I'm tracking a possibly related bug in Wine (fails on same
assert): http://bugs.winehq.org/show_bug.cgi?id=22273

-- 
Configure bugmail: http://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 598247] New: invalid pointer in mono_custom_attrs_from_index while JITting

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598247

http://bugzilla.novell.com/show_bug.cgi?id=598247#c0


   Summary: invalid pointer in mono_custom_attrs_from_index while
JITting
Classification: Mono
   Product: Mono: Runtime
   Version: SVN
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Critical
  Priority: P5 - None
 Component: JIT
AssignedTo: rkump...@novell.com
ReportedBy: spoul...@novell.com
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---
   Blocker: ---


Created an attachment (id=355714)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355714)
assembly cause the abort

gdb --args mono --security=core-clr --compile-all bin/System.sigabrt.109485.dll

** (process:4962): WARNING **: Invalid custom attribute blob on image
/home/poupou/svn/moon/fuzz/bin/System.sigabrt.109485.dll for index 34e1
*** glibc detected *** /opt/mono/bin/mono: free(): invalid pointer:
0x009e6740 ***
Missing separate debuginfo for /lib64/libgcc_s.so.1
Try: zypper install -C
"debuginfo(build-id)=0206e11fa8ca0db0633073adcbf1349a7871e1dc"
=== Backtrace: =
/lib64/libc.so.6[0x76dadc76]
/lib64/libc.so.6(cfree+0x6c)[0x76db296c]
/opt/mono/bin/mono(mono_custom_attrs_from_index+0x1fb)[0x521a4b]
/opt/mono/bin/mono[0x54ae7f]
/opt/mono/bin/mono[0x54c75b]
/opt/mono/bin/mono[0x44f8f7]
/opt/mono/bin/mono[0x41e83f]
/opt/mono/bin/mono[0x468763]
/opt/mono/bin/mono[0x57696c]
/opt/mono/bin/mono[0x59ddb3]
/opt/mono/bin/mono[0x5c855d]
/lib64/libpthread.so.0[0x772f165d]
/lib64/libc.so.6(clone+0x6d)[0x76e0be1d]
=== Memory map: 
0040-006c2000 r-xp  08:02 130853
/opt/mono/bin/mono
008c2000-008c3000 r--p 002c2000 08:02 130853
/opt/mono/bin/mono
008c3000-008cc000 rw-p 002c3000 08:02 130853
/opt/mono/bin/mono
008cc000-00ccb000 rw-p  00:00 0  [heap]
4000-40001000 r--p  00:00 0 
40001000-40002000 ---p  00:00 0 
40002000-40032000 rwxp  00:00 0 
7000-70021000 rw-p  00:00 0 
70021000-7400 ---p  00:00 0 
75896000-758ac000 r-xp  08:02 1393  
/lib64/libgcc_s.so.1
758ac000-75aab000 ---p 00016000 08:02 1393  
/lib64/libgcc_s.so.1
75aab000-75aac000 r--p 00015000 08:02 1393  
/lib64/libgcc_s.so.1
75aac000-75aad000 rw-p 00016000 08:02 1393  
/lib64/libgcc_s.so.1
75aad000-75ade000 rw-p  00:00 0 
75ade000-75af2000 r-xp  08:02 1428  
/lib64/libz.so.1.2.3
75af2000-75cf2000 ---p 00014000 08:02 1428  
/lib64/libz.so.1.2.3
75cf2000-75cf3000 r--p 00014000 08:02 1428  
/lib64/libz.so.1.2.3
75cf3000-75cf4000 rw-p 00015000 08:02 1428  
/lib64/libz.so.1.2.3
75d14000-75d3 r-xp  08:02 130857
/opt/mono/lib/libMonoPosixHelper.so
75d3-75f2f000 ---p 0001c000 08:02 130857
/opt/mono/lib/libMonoPosixHelper.so
75f2f000-75f3 r--p 0001b000 08:02 130857
/opt/mono/lib/libMonoPosixHelper.so
75f3-75f31000 rw-p 0001c000 08:02 130857
/opt/mono/lib/libMonoPosixHelper.so
75f31000-75f46000 rw-p  00:00 0 
75f46000-75f4f000 ---p  00:00 0 
75f4f000-76147000 rwxp  00:00 0 
76147000-7615 ---p  00:00 0 
7615-76348000 rwxp  00:00 0 
76348000-76349000 rw-p  00:00 0 
76349000-76388000 ---p  00:00 0 
76388000-76771000 rw-p  00:00 0 
76771000-7689 r--p  08:02 130909
/opt/mono/lib/mono/2.0/mscorlib.dll.mdb
7689-76b0d000 r--p  08:02 130908
/opt/mono/lib/mono/2.0/mscorlib.dll
76b0d000-76b3a000 r-xp  08:02 1496  
/lib64/libpcre.so.0.0.1
76b3a000-76d39000 ---p 0002d000 08:02 1496  
/lib64/libpcre.so.0.0.1
76d39000-76d3a000 r--p 0002c000 08:02 1496  
/lib64/libpcre.so.0.0.1
76d3a000-76d3b000 rw-p 0002d000 08:02 1496  
/lib64/libpcre.so.0.0.1
76d3b000-76e8c000 r-xp  08:02 37009 
/lib64/libc-2.10.1.so
76e8c000-7708c000 ---p 00151000 08:02 37009 
/lib64/libc-2.10.1.so
7708c000-7709 r--p 00151000 08:02 37009 
/lib64/libc-2.10.1.so
7709-77091000 rw-p 00155000 08:02 37009 
/lib64/libc-2.10.1.so
77091000-77096000 rw-p  00:00 0 
77096000-770ea000 r-xp 

[Mono-bugs] [Bug 598228] [verifier] SIGSEGV in mono_stringify_assembly_name

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598228

http://bugzilla.novell.com/show_bug.cgi?id=598228#c1


--- Comment #1 from Sebastien Pouliot  2010-04-20 18:36:38 
UTC ---
real culprit (NULL pointer) is a step above

#1  0x00415c08 in mono_assembly_name_from_token (image=0x8361a0,
type_token=33554475) at class.c:6297
6297return mono_stringify_assembly_name (&image->assembly->aname);
(gdb) p image->assembly
$2 = (MonoAssembly *) 0x0

-- 
Configure bugmail: http://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 598228] New: [verifier] SIGSEGV in mono_stringify_assembly_name

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598228

http://bugzilla.novell.com/show_bug.cgi?id=598228#c0


   Summary: [verifier] SIGSEGV in mono_stringify_assembly_name
Classification: Mono
   Product: Mono: Runtime
   Version: SVN
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: verifier
AssignedTo: rkump...@novell.com
ReportedBy: spoul...@novell.com
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---
   Blocker: ---


Created an attachment (id=355700)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355700)
assembly that cause the sigsegv

gdb --args pedump --verify all bin/System.sigsegv.128972.dll

Program received signal SIGSEGV, Segmentation fault.
mono_stringify_assembly_name (aname=0x10) at assembly.c:730
730(aname->flags & ASSEMBLYREF_RETARGETABLE_FLAG) ? ",
Retargetable=Yes" : "");
(gdb) p aname
$1 = (MonoAssemblyName *) 0x10
(gdb) bt
#0  mono_stringify_assembly_name (aname=0x10) at assembly.c:730
#1  0x00415c08 in mono_assembly_name_from_token (image=0x8361a0,
type_token=33554475) at class.c:6297
#2  0x0041d2d0 in mono_class_get_full (image=0x8361a0,
type_token=33554475, context=) at class.c:6384
#3  0x0044dcaa in do_mono_metadata_parse_type (type=0x7fffd770,
m=0x8361a0, container=0x0, ptr=0x77f9b232 "\005 ", rptr=0x7fffd768)
at metadata.c:3124
#4  0x0044df83 in mono_metadata_parse_type_full (m=0x8361a0,
container=, mode=, 
opt_attrs=, ptr=0x77f9b22f "\021\200\254\005 ",
rptr=0x64452e6c65646f4d) at metadata.c:1596
#5  0x0044e744 in mono_metadata_parse_method_signature_full (m=, container=, def=, 
ptr=0x77f9b22f "\021\200\254\005 ", rptr=) at
metadata.c:1919
#6  0x0042e07b in mono_method_signature_checked (m=0x836030,
error=0x7fffd8e0) at loader.c:2176
#7  0x00451dd6 in is_valid_cattr_content (ctx=0x7fffda70,
ctor=0x200, ptr=0x77f9d122 "\001", size=8) at metadata-verify.c:1899
#8  0x004553d6 in verify_cattr_table_full (ctx=)
at metadata-verify.c:2905
#9  mono_verifier_verify_full_table_data (ctx=) at
metadata-verify.c:3908
#10 0x0040ebe1 in verify_image_file (fname=) at
pedump.c:448
#11 main (fname=) at pedump.c:685
(gdb)

-- 
Configure bugmail: http://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 598223] Custom MessageHeaders not being sent

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598223

http://bugzilla.novell.com/show_bug.cgi?id=598223#c1


--- Comment #1 from Richard Markiewicz  2010-04-20 
18:24:27 UTC ---
I have to assume that this also breaks basic authentication, since the
credentials  are sent within the SOAP header.

-- 
Configure bugmail: http://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 598223] Custom MessageHeaders not being sent

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598223

http://bugzilla.novell.com/show_bug.cgi?id=598223#c


Richard Markiewicz  changed:

   What|Removed |Added

 CC||rich...@ayudasystems.com

-- 
Configure bugmail: http://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 598223] New: Custom MessageHeaders not being sent

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598223

http://bugzilla.novell.com/show_bug.cgi?id=598223#c0


   Summary: Custom MessageHeaders not being sent
Classification: Mono
   Product: Mono: Class Libraries
   Version: 2.6.x
  Platform: x86
OS/Version: All
Status: NEW
  Severity: Major
  Priority: P5 - None
 Component: WCF
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: rich...@ayudasystems.com
 QAContact: mono-bugs@lists.ximian.com
  Found By: Third Party Developer/Partner
   Blocker: Yes


Description of Problem:

Custom headers attached to WCF messages are not sent when running in Mono 2.6
on both Windows and Linux.

Steps to reproduce the problem:
1. 

Create a simple WCF service exposing a single method. The parameter should be
an object with the MessageContract attribute, and contain a header. Example:

[ServiceContract]
public interface IRegularService
{
[OperationContract]
void GetData(TestRequestMessage obj);
}

[MessageContract]
public class TestRequestMessage
{
[MessageHeader]
public string Header { get; set; }

[MessageBodyMember]
public string Body { get; set; }
}

public class RegularService : IRegularService
{
#region IRegularService Members

public void GetData(TestRequestMessage obj)
{
   if (obj.Header == null)
   throw new Exception("Header is null");
   else
   System.Diagnostics.Debug.WriteLine(string.Format("Header: {0}",
obj.Header));

   if (obj.Body == null)
   throw new Exception("Body is null");
   else
   System.Diagnostics.Debug.WriteLine(string.Format("Body: {0}",
obj.Body));
}

#endregion
}

2. 

Host the service and then attempt to call it from a Mono client:

.. client code:

BasicHttpBinding binding = new BasicHttpBinding();
ServiceEndpoint svcEp = new
ServiceEndpoint(ContractDescription.GetContract(typeof(IRegularService)),
binding, new
EndpointAddress("http://serviceaddress/service.svc";));

ChannelFactory cnlFactory = new
ChannelFactory(svcEp);

IRegularService svc = cnlFactory.CreateChannel();

TestRequestMessage msg = new TestRequestMessage()
{
Header = "header",
Body = "body"
};

srv.GetData(msg);

Actual Results:

The custom header is not passed to the service. Break into the service and the
'Header' property will be null.

Expected Results:

The custom header should be passed to the service as part of the message.

How often does this happen? 

Every time.

Additional Information:

As well as using the MessageContract / MessageHeader attributes, I also tried
to attach a header to the message manually, e.g.

using(OperationContextScope scope = new
OperationContextScope((IContextChannel)srv))
{
MessageHeader mhg = new MessageHeader("header");
MessageHeader untyped = mhg.GetUntypedHeader("token", "ns");
OperationContext.Current.OutgoingMessageHeaders.Add(untyped);

..

And then read it back on the service like this:

string token =
OperationContext.Current.IncomingMessageHeaders.GetHeader("token",
"ns");

..

The result was the same.

I also implemented IClientMessageInspector on the client, and attached it to
the endpoint using an IEndpointBehavior implementation. In my
IClientMessageInspector implementation, I used the BeforeSendRequest method to
attach my custom header to the message and then check it was added succesfully.
My header appears in the message, however it does not get sent to the server
(it is null on the server).

-- 
Configure bugmail: http://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 469848] Attribute.GetCustomAttributes doesn't fully inherit attributes

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=469848

http://bugzilla.novell.com/show_bug.cgi?id=469848#c1


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rkump...@novell.com
 Resolution||DUPLICATE

--- Comment #1 from Rodrigo Kumpera  2010-04-20 17:38:15 
UTC ---
This is a dupe.

*** This bug has been marked as a duplicate of bug 499569 *** 
http://bugzilla.novell.com/show_bug.cgi?id=499569

-- 
Configure bugmail: http://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 499569] Attribute.GetCustomAttribute not returning inherited attributes

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=499569

http://bugzilla.novell.com/show_bug.cgi?id=499569#c3


Rodrigo Kumpera  changed:

   What|Removed |Added

 CC||jpo...@novell.com

--- Comment #3 from Rodrigo Kumpera  2010-04-20 17:38:15 
UTC ---
*** Bug 469848 has been marked as a duplicate of this bug. *** 
http://bugzilla.novell.com/show_bug.cgi?id=469848

-- 
Configure bugmail: http://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 325306] [2.0] Type.GetMethod should raise AmbiguousMatchException

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=325306

http://bugzilla.novell.com/show_bug.cgi?id=325306#c2


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Rodrigo Kumpera  2010-04-20 17:34:53 
UTC ---
Fixed in trunk r155828.

-- 
Configure bugmail: http://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 576827] RPM template deps are incorrect for webapps created for RHEL/CentOS

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=576827

http://bugzilla.novell.com/show_bug.cgi?id=576827#c3


Jonathan Pobst  changed:

   What|Removed |Added

 CC||jpo...@novell.com
 AssignedTo|jpo...@novell.com   |ajorgen...@novell.com

--- Comment #3 from Jonathan Pobst  2010-04-20 16:48:20 UTC 
---
Assigning to Andrew for now due to the above comments.  If it is determined I
need to change something in MonoTools, please provide explicit instructions and
assign back to me.  ;)

-- 
Configure bugmail: http://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 572765] MoMA hangs in Visual Studio 2008 for a Web Site Project

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=572765

http://bugzilla.novell.com/show_bug.cgi?id=572765#c2


Jonathan Pobst  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
   InfoProvider||e...@sarnata.com

--- Comment #2 from Jonathan Pobst  2010-04-20 16:43:25 UTC 
---
I downloaded Telerik Sitefinity and installed it.  The only code I see is
ProjectManager.csproj.  Is this what you are scanning?

For me, it reports that it cannot be precompiled, and then scans with MoMA in
about a second and reports no errors.

-- 
Configure bugmail: http://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 572765] MoMA hangs in Visual Studio 2008 for a Web Site Project

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=572765

http://bugzilla.novell.com/show_bug.cgi?id=572765#c1


Jonathan Pobst  changed:

   What|Removed |Added

  Component|MOMA|MoMA Integration
Version|MonoVS 1.0.x|1.1
Product|Mono: Tools |Mono Tools for Visual
   ||Studio
  QAContact|jpo...@novell.com   |mono-bugs@lists.ximian.com

--- Comment #1 from Jonathan Pobst  2010-04-20 16:36:59 UTC 
---
-- Mono Tools for Visual Studio

-- 
Configure bugmail: http://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 597556] HttpWebRequest doesn't ignore chunk-extension in chunked encoding

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=597556

http://bugzilla.novell.com/show_bug.cgi?id=597556#c3


Gonzalo Paniagua Javier  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Gonzalo Paniagua Javier  2010-04-20 
15:55:45 UTC ---
Fixed in trunk r155815, mono-2-6 r155816 and mono-2-4 r155817.
Thanks!

-- 
Configure bugmail: http://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 596230] Variables are not shown in locals pad when debugging remotely

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=596230

http://bugzilla.novell.com/show_bug.cgi?id=596230#c1


Jonathan Pobst  changed:

   What|Removed |Added

 CC||jpo...@novell.com
  Component|gui |Debug in Mono
Version|2.6.x   |2.0
Product|Mono: Debugger  |Mono Tools for Visual
   ||Studio

--- Comment #1 from Jonathan Pobst  2010-04-20 15:19:48 UTC 
---
--> Mono Tools for VS

-- 
Configure bugmail: http://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 561970] Exception "collection was modified" in a ReadOnlyCollection

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=561970

http://bugzilla.novell.com/show_bug.cgi?id=561970#c7


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
   InfoProvider|kno...@gmail.com|
 Resolution||INVALID

--- Comment #7 from Rodrigo Kumpera  2010-04-20 14:45:33 
UTC ---
The stacktace shows the actual method been called, so it has to be from List
since IList is an interface.

You could fix it by either making a copy of the list, making sure no external
modification happens or by building a modification resistant list.

-- 
Configure bugmail: http://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 598011] Interop with COM object fail while remote debug om VMWare image

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598011

http://bugzilla.novell.com/show_bug.cgi?id=598011#c2


Jonathan Pobst  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Jonathan Pobst  2010-04-20 14:29:30 UTC 
---
Looking at PDFCreator, it looks like you are going to have two problems using
it:

- It appears to be written in VB6, which will not run on Linux.
- Your program accesses PDFCreator as a COM object, and COM is not supported on
Mono/Linux.

In order to run on Linux, you will need to replace PDFCreator with a completely
managed .NET component.

-- 
Configure bugmail: http://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 575589] Custom attributes messed up with generic arguments

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=575589

http://bugzilla.novell.com/show_bug.cgi?id=575589#c1


Jb Evain  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Jb Evain  2010-04-20 14:18:27 UTC ---
Fixed in 0.9.1. Thanks!

-- 
Configure bugmail: http://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 561970] Exception "collection was modified" in a ReadOnlyCollection

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=561970

http://bugzilla.novell.com/show_bug.cgi?id=561970#c6


--- Comment #6 from Andrés G. Aragoneses  2010-04-20 14:01:20 
UTC ---
Thanks Rodrigo, then this smells like INVALID.

That being said, why the stacktrace shows List instead of IList?
ReadOnlyCollection doesn't inherit from it.

BTW, what could be then the best approach to fix this bug? How about this?:

-foreach (var r in ro)
+foreach (var r in new List(ro))

-- 
Configure bugmail: http://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 568955] System.InvalidOperationException: List has changed. from gmcs while compiling.

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=568955

http://bugzilla.novell.com/show_bug.cgi?id=568955#c5


Pablo Ruiz  changed:

   What|Removed |Added

 Attachment #355170|0   |1
is obsolete||

--- Comment #5 from Pablo Ruiz  2010-04-20 13:59:18 UTC ---
Created an attachment (id=355584)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355584)
List changed work-a-round v2.

Here it's an updated work-a-round which avoids the 'List changed' problem, but
does not fully resolve the Bug, as the compiled code wont work either, as the
generated Expression is invalid.

You can reproduce the new fault compiling the following code:

---
using System;
using System.Linq;
using System.Linq.Expressions;
using System.Diagnostics;

namespace Test
{
public class Rate
{
public int Id { get; set; }
}

public class Specification
{
public Expression> expression;
public Func fn;

public Specification(Expression> predicate)
{
this.expression = predicate;
this.fn = predicate.Compile() as Func;
}
}

public class RateById : Specification
{
public RateById(int id)
: base(x => x.Id == id)
{
}
}

public class Program
{
static void Main()
{
var obj = new Rate() { Id = 1 };

var s1 = new RateById(1);
var s2 = new RateById(2);

Debug.Assert(s1.fn.Invoke(obj) == true);
Debug.Assert(s2.fn.Invoke(obj) == false);
}
}
}
--

gmcs /target:exe p.cs && mono ./p.exe

Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
Parameter name: expression
  at System.Linq.Expressions.Expression.Property
(System.Linq.Expressions.Expression expression, System.Reflection.MethodInfo
propertyAccessor) [0x00080] in
/usr/src/redhat/BUILD/mono-2.6.3/mcs/class/System.Core/System.Linq.Expressions/Expression.cs:2112
  at Test.RateById..ctor (Int32 id) [0x0] in :0
  at Test.Program.Main () [0x0] in :0

-- 
Configure bugmail: http://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 325306] [2.0] Type.GetMethod should raise AmbiguousMatchException

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=325306

http://bugzilla.novell.com/show_bug.cgi?id=325306#c1


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||rkump...@novell.com

--- Comment #1 from Rodrigo Kumpera  2010-04-20 13:53:45 
UTC ---
Working on it.

-- 
Configure bugmail: http://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 598052] On 2.6.4 (branch) : Exceptions are not shown in the browser

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598052

http://bugzilla.novell.com/show_bug.cgi?id=598052#c3


--- Comment #3 from Hubert FONGARNAND  
2010-04-20 13:33:29 UTC ---
Created an attachment (id=355581)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355581)
Complete MD testcase ready to run

Call Default.aspx?exc=1

-- 
Configure bugmail: http://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 598052] On 2.6.4 (branch) : Exceptions are not shown in the browser

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598052

http://bugzilla.novell.com/show_bug.cgi?id=598052#c2


Hubert FONGARNAND  changed:

   What|Removed |Added

 Status|CLOSED  |REOPENED
 Resolution|WORKSFORME  |
   Severity|Normal  |Major

--- Comment #2 from Hubert FONGARNAND  
2010-04-20 13:32:45 UTC ---
The problem comes from Global.asax.cs

if it contains a line : 
protected virtual void Application_Error (Object sender, EventArgs e)
{
}

(by default on Md and visual studio...)

the exception is not shown

-- 
Configure bugmail: http://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 494940] String.Contains returns always true on non empty strings when looking for single chars string of 0xFFFC .NET Difference

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=494940

http://bugzilla.novell.com/show_bug.cgi?id=494940#c3


Rodrigo Kumpera  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rkump...@novell.com
 Resolution||FIXED

--- Comment #3 from Rodrigo Kumpera  2010-04-20 12:57:10 
UTC ---
Fixed as mentioned above.

-- 
Configure bugmail: http://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 598052] On 2.6.4 (branch) : Exceptions are not shown in the browser

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598052

http://bugzilla.novell.com/show_bug.cgi?id=598052#c1


Marek Habersack  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||WORKSFORME
   Severity|Major   |Normal

--- Comment #1 from Marek Habersack  2010-04-20 12:49:35 
CEST ---
Not reproducible with Mono 2.6 from the branch (r155788)

-- 
Configure bugmail: http://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 598052] New: On 2.6.4 (branch) : Exceptions are not shown in the browser

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598052

http://bugzilla.novell.com/show_bug.cgi?id=598052#c0


   Summary: On 2.6.4 (branch) : Exceptions are not shown in the
browser
Classification: Mono
   Product: Mono: Class Libraries
   Version: 2.6.x
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Major
  Priority: P5 - None
 Component: Sys.Web
AssignedTo: mhabers...@novell.com
ReportedBy: informatique.inter...@fiducial.fr
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---
   Blocker: ---


User-Agent:   Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1.9)
Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5

When an exception is thrown asp.net stack should show the excpetion in html
stream...


Reproducible: Always

Steps to Reproduce:
1.try this aspx
<%@ Page Language="C#" %>
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>


Test

protected override void OnLoad (EventArgs args) {
if (Request.QueryString["exc"]!=null)
throw new Exception("Boom");
else
lbl1.Text="coucou";
}








2. run xsp2
3. launch browser with http://127.0.0.1:8080/Test.aspx?exc=1
Actual Results:  
Blank pages ... no html

Expected Results:  
mono 2.4.2.3 show :


http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">Error
500body {font-family:"Verdana","DejaVu
Sans",sans-serif;font-weight:normal;font-size:
7em;color:black;background-color: white}
p {font-family:"Verdana","DejaVu
Sans",sans-serif;font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana","DejaVu
Sans",sans-serif;font-weight:bold;color:black;margin-top: -5px}
h1 { font-family:"Verdana","DejaVu
Sans",sans-serif;font-weight:normal;font-size:18pt;color:red }
h2 { font-family:"Verdana","DejaVu
Sans",sans-serif;font-weight:normal;font-size:14pt;color:maroon }
pre,code {font-family:"Lucida Console","DejaVu Sans Mono",monospace;font-size:
0.9em,white-space: pre-line}
div.bodyText {font-family: "Verdana","DejaVu Sans",sans-serif}
table.sampleCode {width: 100%; background-color: #cc; }
errorText {color: red; font-weight: bold}
marker {font-weight: bold; color: black;text-decoration: none;}
version {color: gray;}
error {margin-bottom: 10px;}
expandable { text-decoration:underline; font-weight:bold; color:navy;
cursor:pointer; }Server Error in '/'
ApplicationBoom
Description: HTTP 500. Error processing request.
Stack Trace: 
System.Exception: Boom
  at ASP.test_aspx.OnLoad (System.EventArgs args) [0x0] 
  at System.Web.UI.Control.LoadRecursive () [0x0] 
  at System.Web.UI.Page.ProcessLoad () [0x0] 
  at System.Web.UI.Page.ProcessPostData () [0x0] 
  at System.Web.UI.Page.InternalProcessRequest () [0x0] 
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
[0x0] 

Version information:  Mono Version:
2.0.50727.1433; ASP.NET Version: 2.0.50727.1433



[mono-2.6] ~ @ mono -V
Mono JIT compiler version 2.6.4 (/branches/mono-2-6/mono r mardi 20 avril 2010,
08:57:12 (UTC+0200))

-- 
Configure bugmail: http://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 598049] New: Deadlocks due to invocation of async unsafe fucntions in signal handlers

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598049

http://bugzilla.novell.com/show_bug.cgi?id=598049#c0


   Summary: Deadlocks due to invocation of async unsafe fucntions
in signal handlers
Classification: Mono
   Product: Mono: Runtime
   Version: 2.6.x
  Platform: x86-64
OS/Version: Solaris 10
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: misc
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: burkhard.li...@cebitec.uni-bielefeld.de
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---
   Blocker: ---


User-Agent:   Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7)
Gecko/20091223 Firefox/3.5.2

Deadlocks may occur due to using async unsafe functions in signal handlers
(e.g. SIGINT). Signal handlers may only invoke functions marked as async safe.

Reproducible: Always

Steps to Reproduce:
1. Run a mono application using libgc
2. Send a SIGINT to the application during a garbage collection
Actual Results:  
Deadlock of the garbage collection thread.

Expected Results:  
Deferring the signal until garbage collection is finished

Deadlock occurs to due using GC_malloc() in the signal handler (or in one of
the functions the signal handler calls):

Stacktrace of the thread executing the garbage collection:

fd7ffef072f7 lwp_park (0, 0, 0)
 fd7ffeeffd08 mutex_lock_impl () + e8
 fd7ffeeffdfb mutex_lock () + b
 fd7fff28506c GC_lock () + 38
 fd7fff27298b GC_core_gcj_malloc () + 113
 fd7fff283785 GC_gcj_malloc () + 225
 005900bf mono_object_new_alloc_specific () + 2f
 00590878 mono_object_new_specific () + 88
 00595427 mono_method_call_message_new () + 47
 005ffadf sigint_handler () + df
 fd7ffef07386 __sighndlr () + 6
 fd7ffeefbc32 call_user_handler () + 252
 fd7ffeefbe4e sigacthandler (2, 0, fd7ff75ff3e0) + de
 --- called from signal handler with signal 2 (SIGINT) ---
 fd7fff2782b4 GC_push_next_marked_uncollectable () + 24
 fd7fff2765e1 GC_mark_some () + 1b5
 fd7fff26bab4 GC_stopped_mark () + a4
 fd7fff26b7c4 GC_try_to_collect_inner () + 138
 fd7fff26c93f GC_collect_or_expand () + c7
 fd7fff26cbc9 GC_allocobj () + f9
 fd7fff274492 GC_generic_malloc_inner () + 17e
 fd7fff275707 GC_generic_malloc_many () + 277
 fd7fff2837ea GC_gcj_malloc () + 28a
 fd7ffe8129af  ()
 

The problem is not only related to Solaris, but should also affect all other
UNIX-like operation systems.
A clean solution would require separation of signal interception and signal
handling, e.g. by putting information about the signal in a queue and post to a
semaphore. The semaphore in turn wakes up a special signal handling thread.
(afaik sem_post() is the _only_ function guaranteed to by thread safe in the
POSIX standard)

-- 
Configure bugmail: http://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 598040] New: Compilation error: System.ArgumentException: Key duplication when adding: TResult Invoke(T) (When using MS_COMPATIBLE)

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598040

http://bugzilla.novell.com/show_bug.cgi?id=598040#c0


   Summary: Compilation error: System.ArgumentException: Key
duplication when adding: TResult Invoke(T) (When using
MS_COMPATIBLE)
Classification: Mono
   Product: Mono: Compilers
   Version: 2.6.x
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: P5 - None
 Component: C#
AssignedTo: mono-bugs@lists.ximian.com
ReportedBy: pr...@netway.org
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---
   Blocker: ---


User-Agent:   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1045 Safari/532.5

When compiling with gmcs.exe (compiled with MS_COMPATIBLE) the following code
causes the compiler error shown on subject:

- p.cs -
using System;
using System.Linq;
using System.Linq.Expressions;

namespace Test
{
/*  public class Rate {
public int Id { get; protected set; }
  }*/

public class OrderBySpecification
{
public OrderBySpecification(Expression>
predicate)
{
}
}

public class RateOrderById : OrderBySpecification
{
public RateOrderById()
: base(x => x)
{
}
}
}


Example output:

[r...@qsmaster tmp]# mono ./gmcs.exe /target:library p.cs

Unhandled Exception: Mono.CSharp.InternalErrorException: p.cs(20,24):
Test.RateOrderById.RateOrderById() ---> System.ArgumentException: Key
duplication when adding: TResult Invoke(T)
  at System.Collections.Hashtable.PutImpl (System.Object key, System.Object
value, Boolean overwrite) [0x0]
  at System.Collections.Hashtable.Add (System.Object key, System.Object value)
[0x0]
  at Mono.CSharp.TypeManager.RegisterMethod (System.Reflection.MethodBase mb,
Mono.CSharp.AParametersCollection ip) [0x0]
  at Mono.CSharp.Delegate.GetInvokeMethod (Mono.CSharp.CompilerContext ctx,
System.Type container_type, System.Type delegate_type) [0x0]
  at Mono.CSharp.AnonymousMethodExpression.Compatible
(Mono.CSharp.ResolveContext ec, System.Type type) [0x0]
  at Mono.CSharp.AnonymousMethodExpression.ImplicitStandardConversionExists
(Mono.CSharp.ResolveContext ec, System.Type delegate_type) [0x0]
  at Mono.CSharp.Convert.ImplicitConversionExists (Mono.CSharp.ResolveContext
ec, Mono.CSharp.Expression expr, System.Type target_type) [0x0]
  at Mono.CSharp.MethodGroupExpr.IsArgumentCompatible
(Mono.CSharp.ResolveContext ec, Modifier arg_mod, Mono.CSharp.Argument
argument, Modifier param_mod, System.Type parameter) [0x0]
  at Mono.CSharp.MethodGroupExpr.IsApplicable (Mono.CSharp.ResolveContext ec,
Mono.CSharp.Arguments& arguments, Int32 arg_count,
System.Reflection.MethodBase& method, System.Boolean& params_expanded_form)
[0x0]
  at Mono.CSharp.MethodGroupExpr.OverloadResolve (Mono.CSharp.ResolveContext
ec, Mono.CSharp.Arguments& Arguments, Boolean may_fail, Location loc) [0x0]
  at Mono.CSharp.ConstructorInitializer.DoResolve (Mono.CSharp.ResolveContext
ec) [0x0]
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.ResolveContext ec,
ResolveFlags flags) [0x0]
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.ResolveContext ec) [0x0]
  at Mono.CSharp.ExpressionStatement.ResolveStatement (Mono.CSharp.BlockContext
ec) [0x0]
  at Mono.CSharp.StatementExpression.Resolve (Mono.CSharp.BlockContext ec)
[0x0]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.BlockContext ec) [0x0]
  at Mono.CSharp.ToplevelBlock.Resolve (Mono.CSharp.FlowBranching parent,
Mono.CSharp.BlockContext rc, Mono.CSharp.ParametersCompiled ip, IMethodData md)
[0x0]
  --- End of inner exception stack trace ---
  at Mono.CSharp.TypeContainer.EmitConstructors () [0x0]
  at Mono.CSharp.TypeContainer.EmitType () [0x0]
  at Mono.CSharp.RootContext.EmitCode () [0x0]
  at Mono.CSharp.Driver.Compile () [0x0]
  at Mono.CSharp.Driver.Main (System.String[] args) [0x0]


Reproducible: Always

Steps to Reproduce:
1. Create a p.cs file like the one appearing on issue description
2. Try to compile with gmcs
3. See resulted exception
Actual Results:  
Compilation fails with Mono.CSharp.InternalErrorException.

Expected Results:  
Normal compilation.

Tested against trunk, fails too.

-- 
Configure bugmail: http://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 597230] [regression] WebClient.DownloadData timeouts unexpectedly

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=597230

http://bugzilla.novell.com/show_bug.cgi?id=597230#c4


--- Comment #4 from Piotr Wysocki  
2010-04-20 07:54:47 UTC ---
Gonzalo: Thanks for all your help. You were right about Mono.Security.dll.

My environment was buggy, I had an old Mono.Security.dll in my MONO_PATH.
I was using a buggy mono environment startup script.

-- 
Configure bugmail: http://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 594110] SSL X.509 SubjectAltNameExtension does not work with more than 1 value (breaks HttpWebRequest)

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=594110

http://bugzilla.novell.com/show_bug.cgi?id=594110#c9


--- Comment #9 from Jayamohan J  2010-04-20 
07:25:06 UTC ---
Dear Gonzalo Paniagua, Geoff, 

Sorry for disturbing you. I would be very grateful if I receive a reply for my
query raised in Comment 7.

Thanks and Regards,
Jayamohan

(In reply to comment #8)
> Adding Geoff to the CC so he can answer the question.
> There was a workaround for this in svn 2 weeks ago. The latest changes were 
> the
> proper fix.

-- 
Configure bugmail: http://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 598011] Interop with COM object fail while remote debug om VMWare image

2010-04-20 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=598011

http://bugzilla.novell.com/show_bug.cgi?id=598011#c1


Khammonh SAYASING  changed:

   What|Removed |Added

 CC||khamm...@cei.co.th

--- Comment #1 from Khammonh SAYASING  2010-04-20 07:23:01 
UTC ---
Last time the bug were related to object address lost (a class instant losing
its reference address as it would be disposed or GC clean it up . But this time
it event no reach that point yet but crash before .

-- 
Configure bugmail: http://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