[Mono-bugs] [Bug 76966][Nor] Changed - [PATCH] Directory.GetDirectories() returns unix domain sockets

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 8 12:32:02 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by slomo at ubuntu.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76966

--- shadow/76966	2006-03-08 12:17:45.000000000 -0500
+++ shadow/76966.tmp.9407	2006-03-08 12:32:02.000000000 -0500
@@ -126,6 +126,35 @@
 
 (d)
 test your sample code on another computer.
 
 (e)
 cat /etc/fstab
+
+------- Additional Comments From slomo at ubuntu.com  2006-03-08 12:32 -------
+Well we had a very wide test of this patch some days ago as it was in
+the ubuntu mono package. Banshee refused to start because it found 0
+directories in the media engines directory. This was fixed by removing
+this patch again. I got ~10 bug reports from different people.
+Banshee does in general what my testcase does...
+Maybe some other patches from HEAD are needed for 1.1.13.4?
+
+
+I tested this testcase on a different machine and it still fails the
+same way.
+
+The directory has no weird chars, only plain ascii ('/home/slomo/foo/bar')
+
+Setting the encodings that way doesn't change anything as well
+
+
+/etc/fstab contents:
+
+proc            /proc           proc    defaults        0       0
+/dev/hda1       /               xfs     defaults        0       1
+/dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
+/dev/hdc        /media/cdrom1   udf,iso9660 user,noauto     0       0
+
+
+/dev/mapper/swap       none            swap    sw              0       0
+/dev/mapper/home       /home           xfs     defaults        0       1
+


More information about the mono-bugs mailing list