[Mono-bugs] [Bug 669303] F-Spot crashes on load.
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Tue Apr  5 20:37:24 EDT 2011
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=669303
https://bugzilla.novell.com/show_bug.cgi?id=669303#c9
Rodrigo Kumpera <rkumpera at novell.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Critical                    |Major
--- Comment #9 from Rodrigo Kumpera <rkumpera at novell.com> 2011-04-06 00:37:23 UTC ---
Reverting severity to Major.
Here's a test case:
-- proc.cs --
using System;
using System.Diagnostics;
class Driver {
    public static void Main (string[] args) {
        if (args.Length > 0) {
            Console.WriteLine ("args len {0}", args.Length);
            return;
        }
        Console.WriteLine ("forking a child");
        Process.Start ("mono", "proc.exe foo \"\"").WaitForExit();
    }
}
------
Run it with mono proc.exe
It should print:
forking a child
args len 2
But right now it does:
forking a child
args len 1
-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
    
    
More information about the mono-bugs
mailing list