[Mono-bugs] [Bug 55341][Maj] Changed - Directory.GetParent(path) does not throw PathTooLongException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Mar 2004 04:32:05 -0500 (EST)


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 nrathna@novell.com.

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

--- shadow/55341	2004-03-09 04:31:08.000000000 -0500
+++ shadow/55341.tmp.27720	2004-03-09 04:32:05.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 8.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nrathna@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,35 @@
 
 How often does this happen? 
 Continous
 
 Additional Information:
 Should check for the path length
+
+------- Additional Comments From nrathna@novell.com  2004-03-09 04:32 -------
+Stack Trace :
+
+in [0x0003a] 
+(at /home/rathna/monoCVS/mcs/class/corlib/System.IO/Path.cs:175) 
+System.IO.Path:GetFullPath (string)
+in [0x00016] 
+(at /home/rathna/monoCVS/mcs/class/corlib/System.IO/DirectoryInfo.cs:2
+6) System.IO.DirectoryInfo:.ctor (string)
+in <0x00056> (wrapper remoting-invoke-with-check) 
+System.IO.DirectoryInfo:.ctor (string)
+in [0x00049] 
+(at /home/rathna/monoCVS/mcs/class/corlib/System.IO/Directory.cs:245) 
+System.IO.Directory:GetParent (string)
+in <0x00017> 
+MonoTests.System.IO.PathTooLongExceptionTest:DirectoryGetParent ()
+in (unmanaged) /usr/local/lib/libmono.so.0 [0x4004415b]
+in (unmanaged) /usr/local/lib/libmono.so.0(mono_runtime_invoke+0x23) 
+[0x4007db9f]
+in (unmanaged) /usr/local/lib/libmono.so.0
+(mono_runtime_invoke_array+0x119) [0x4007e8f1]
+in (unmanaged) /usr/local/lib/libmono.so.0 [0x400848d4]
+in [0x00033] 
+(at /home/rathna/monoCVS/mcs/class/corlib/System.Reflection/MonoMethod
+.cs:98) System.Reflection.MonoMethod:Invoke 
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object
+[],System.Globalization.CultureInfo)
+