https://bugzilla.novell.com/show_bug.cgi?id=436989


           Summary: Segmentation fault if an assembly which references to a
                    non-existant GAC library is inspected
           Product: Mono: Tools
           Version: 2.0
          Platform: i586
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: monodis
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Steps to reproduce:
1. Have a parallel build env with a library A.dll in the GAC.
2. Have an assembly B.dll that depends on A.dll.
3. Outside of your parallel mono env, monodis B.dll

Results:
Segmentation fault.

This is an example of the last lines of output I got:

(...)
        IL_0000:  ldarg.0 
        IL_0001:  call instance void class ['atk-sharp']Atk.Object::'.ctor'()
        IL_0006:  ret 
    } // end of method Adapter::.ctor


** (process:10035): WARNING **: The following assembly referenced from
/home/knocte/Documents/iDocs/Proyectos/a11ymono/uia2atk/src/UiaAtkBridge/UiaAtkBridge/bin/Debug/UiaAtkBridge.dll
could not be loaded:
     Assembly:   UIAutomationProvider    (assemblyref_index=3)
     Version:    3.0.0.0
     Public Key: 31bf3856ad364e35
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly
().

Segmentation fault


-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to