[Mono-bugs] [Bug 436989] New: Segmentation fault if an assembly which references to a non-existant GAC library is inspected

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 20 10:48:14 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: aaragoneses at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list