[Mono-bugs] [Bug 71152][Wis] New - helper_Mono_Posix_Stat returns wrong atime on PPC arch

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Jan 2005 22:51:59 -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 joe.gasiorek@gmail.com.

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

--- shadow/71152	2005-01-10 22:51:59.000000000 -0500
+++ shadow/71152.tmp.4117	2005-01-10 22:51:59.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 71152
+Product: Mono: Compilers
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: joe.gasiorek@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: helper_Mono_Posix_Stat returns wrong atime on PPC arch
+
+When in the method "stat2 (string filenmae, bool dereference, out Stat
+stat)" the method "helper_Mono_Posix_Stat" is called but a wrong atime is
+returned on the PPC arch.  Inside of the "helper_Mono_Posix_Stat" method
+the atime (long) appears to be set correctly.
+
+I noticed this when using the "Syscall.lstat" method.
+
+Sorry if this bug should be filed under Mono and not mcs I couldn't decide
+where it should go.