[Mono-bugs] [Bug 82279][Nor] Changed - Interop to lib that can't load locks up mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 17 13:51:11 EDT 2007
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 danm at inin.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82279
--- shadow/82279 2007-08-17 11:29:39.000000000 -0400
+++ shadow/82279.tmp.28165 2007-08-17 13:51:11.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 82279
Product: Mono: Runtime
Version: 1.2
OS: RHEL 2.1
OS Details: linux RHEL WS
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: interop
AssignedTo: mono-bugs at ximian.com
ReportedBy: danm at inin.com
@@ -55,6 +55,28 @@
It happens consistently with my main (pretty large) app but simple
tests succeed. I'll keep trying to find a test project that
reproduces it.
------- Additional Comments From miguel at ximian.com 2007-08-17 11:29 -------
Am setting the bug to NEEDINFO until we have a test case.
+
+------- Additional Comments From danm at inin.com 2007-08-17 13:51 -------
+I'm still not able to make a test project that reproduces this yet,
+but I have some additional info that might help. In the case where
+this happens every time the error I get when running a C++ app that
+uses the same library mono is trying to interop to is:
+
+myapp: relocation error: /home/danm/builds/stlport-l32d.so: symbol
+logl, version GLIBCXX_3.4 not defined in file libstdc++.so.6 with
+link time reference
+
+Then when I modify the LD_LIBRARY_PATH to include the require
+libstdc++.so.6 file and the problem goes away. Since I don't really
+understand what a 'relocation error' means I'm having trouble making
+a test project.
+
+Does this info mean anything to anyone? Maybe if someone can
+explain what the error means to me then I'll be able to make a test
+project that reproduces the problem?
+
+(Just to repeat the symptoms the C++ app dies immediately with the
+above 'relocation error' but mono just hangs indefinately)
More information about the mono-bugs
mailing list