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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79448 --- shadow/79448 2006-09-19 23:28:34.000000000 -0400 +++ shadow/79448.tmp.20030 2006-09-19 23:28:34.000000000 -0400 @@ -0,0 +1,72 @@ +Bug#: 79448 +Product: Mono: Tools +Version: 1.1 +OS: +OS Details: Windows XP +Status: NEW +Resolution: +Severity: +Priority: Critical +Component: tools +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Error when running mkbundle on windows about missing 'sh' + +Description of Problem: +mkbundle causes exception + +Steps to reproduce the problem: +1. mkbundle ptorrent.exe +2. error +3. + +Actual Results: +Message box about not being able to find 'sh' and this exception: + +C:\Temp\ptorrent\bin\Debug>mkbundle ptorrent.exe +OS is: Windows +Sources: 1 Auto-dependencies: False + embedding: C:\Temp\ptorrent\bin\Debug\ptorrent.exe +Compiling: +as -o temp.o temp.s + +Unhandled Exception: System.ComponentModel.Win32Exception: Cannot find the +speci +fied file + at System.Diagnostics.Process.Start_shell +(System.Diagnostics.ProcessStartInfo + startInfo, System.Diagnostics.Process process) [0x00000] + at System.Diagnostics.Process.Start_common +(System.Diagnostics.ProcessStartInf +o startInfo, System.Diagnostics.Process process) [0x00000] + at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo +start +Info) [0x00000] + at System.Diagnostics.Process.Start (System.String fileName, +System.String arg +uments) [0x00000] + at MakeBundle.Execute (System.String cmdLine) [0x00000] + at MakeBundle.GenerateBundles (System.Collections.ArrayList files) [0x00000] + at MakeBundle.Main (System.String[] args) [0x00000] + +Unhandled Exception: System.IO.IOException: Sharing violation on path temp.c + at System.IO.File.Delete (System.String path) [0x00000] + at MakeBundle.GenerateBundles (System.Collections.ArrayList files) [0x00000] + at MakeBundle.Main (System.String[] args) [0x00000] + + +Expected Results: + +A working bundle. + +How often does this happen? + +Every time. + +Additional Information: + +Mono JIT compiler version 1.1.17.1 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
