[Mono-bugs] [Bug 78580][Nor] Changed - UnixSymbolicLinkInfo.Content fails with relative symlink

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 2 15:21:17 EDT 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 jonpryor at vt.edu.

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

--- shadow/78580	2006-06-04 19:29:19.000000000 -0400
+++ shadow/78580.tmp.9770	2006-07-02 15:21:17.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78580
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Mono.POSIX
 AssignedTo: miguel at ximian.com                            
 ReportedBy: cpinto at yimports.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -66,6 +66,26 @@
 in <0x00025> Mono.Unix.UnixSymbolicLinkInfo:get_Contents ()
 in <0x000e1> demo.Demo:Main (System.String[] args)
 
 Please note that this only happens when the second symlink (lb) isn't
 created with a full path. If I create the symlink with 'ln -s /tmp/la/b
 /tmp/la/lb' everything works correctly!
+
+------- Additional Comments From cpinto at yimports.com  2006-06-12 20:03 -------
+Any insight about this bug and if it will be fixed?
+
+------- Additional Comments From jonpryor at vt.edu  2006-07-02 15:21 -------
+What version of Mono did you try this with?
+
+I cannot reproduce your exception with Mono 1.1.13.7.
+
+However, I _do_ get the wrong output:
+
+jon at balthasar:tmp$ pwd
+/home/jon/tmp
+jon at balthasar:tmp$ mono b78580.exe
+infoLA has contents: True
+infoLA contents full name: /tmp/a
+infoLB has contents: True
+infoLB contents full name: /home/jon/tmp/b
+
+I'll look into fixing this.


More information about the mono-bugs mailing list