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_
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()
{
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) = -
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
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
5 matches
Mail list logo