[Mono-bugs] [Bug 694027] New: libmonosgen-2.0.so.0.0.0 could not be loaded since the MONO_DEBUGGER__debugger_info symbol could not be resolved

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 16 09:08:48 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=694027#c0


           Summary: libmonosgen-2.0.so.0.0.0 could not be loaded since the
                    MONO_DEBUGGER__debugger_info symbol could not be
                    resolved
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.10.x
          Platform: x86-64
        OS/Version: RHEL 5
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: packaging
        AssignedTo: miguel at novell.com
        ReportedBy: jplatts at ipdimensions.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows NT 6.0; rv:2.0.1) Gecko/20100101
Firefox/4.0.1

I was compiling code to use the libmonosgen-2.0.so.0.0.0, and the Mono Runtime
failed to load when I linked against libmonosgen-2.0.so.0.0.0 because it could
not find the MONO_DEBUGGER__debugger_info symbol. However, when I linked
against libmono-2.0.so.1.0.0, libmono-2.0.so.1.0.0 will load correctly.

I installed Mono using the RPM packages located at Novell's site. I actually
updated the Mono RPMs to 2.10.2, and the issue still exists.

Reproducible: Always

Steps to Reproduce:
1. Install Mono using the RPMs found on the Novell website. I was using the
version for RHEL and CentOS.
2. Replace mono-2 with monosgen-2 in the pkg-config commands when compiling
code that embeds the Mono runtime. This will link the mono code against
libmonosgen-2.0.so.
3. Try to run the code that was compiled against monosgen-2. This code might be
getting an error about MONO_DEBUGGER__debugger_info not being found.
4. Replace monosgen-2 with mono-2 in the pkg-config commands, and recompile the
code. This will link the code with libmono-2.0.so.
5. Try running the code that was compiled against mono-2 and linked with
libmono-2.0.so. This code should not give an error about the
MONO_DEBUGGER__debugger_info symbol missing.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list