Bug#550100: Snapshot creation results in symlink to COW, not snapshot

2009-10-07 Thread Sharif Ibrahim
Package: lvm2 Version: 2.02.53-1 # lvcreate --snapshot --name home_snap --size 100M /dev/cryptvg/home Logical volume "home_snap" created # readlink /dev/cryptvg/home_snap ../mapper/cryptvg-home_snap-cow In previous versions, home_snap was a symlink to cryptvg-home_snap instead of cryptvg-home_

Bug#524813: Control.Invoke delegate usage compiles to unverifiable code

2009-04-19 Thread Sharif Ibrahim
Package: mono-gmcs Version: 2.0.1-5 Tags: fixed-upstream The following test case yields unverifiable code when compiled by gmcs 2.0.1-5: using System; using System.Windows.Forms; internal class TestForm : Form { private int testInt = 0; public static void Main() {

Bug#406909: Mono endian problem with UDP multicast

2007-01-15 Thread Sharif Ibrahim
Package: libmono-system1.0-cil Version: 1.2.2.1-1 Resending this since it seems to have been eaten by a spam filter or similar. My apologies if it appears twice. strace on the failing Mono executable yields: setsockopt(7, SOL_IP, IP_ADD_MEMBERSHIP, "\372\377\377\357\0\0\0\0\0\0\0\0", 12) = -

Bug#406909: Joining a UDP multicast group fails on powerpc

2007-01-15 Thread Sharif Ibrahim
strace on the failing Mono executable yields: setsockopt(7, SOL_IP, IP_ADD_MEMBERSHIP, "\372\377\377\357\0\0\0\0\0\0\0\0", 12) = -1 EINVAL (Invalid argument) And on the working C multicast program: setsockopt(4, SOL_IP, IP_ADD_MEMBERSHIP, "\357\377\377\372\0\0\0\0", 8) = 0 So it looks like

Bug#406909: Joining a UDP multicast group fails on powerpc

2007-01-14 Thread Sharif Ibrahim
Package: libmono-system1.0-cil Version: 1.2.2.1-1 The following C# program fails on powerpc: namespace Test { using System.Net; using System.Net.Sockets; class Test { static void Main() { UdpClient udp = new