[Mono-bugs] [Bug 561117] Threading Error running monovs-server on busybox derivitive

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 7 13:44:40 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=561117

http://bugzilla.novell.com/show_bug.cgi?id=561117#c2


--- Comment #2 from Martin Baulig <martin at novell.com> 2009-12-07 18:44:39 UTC ---
Hi,

This is not related to setuid() / running as root.

The problem is that you're using a stripped glibc / libpthread library and the
debugger needs to read some symbols from it to get threading info.

Can you please try not to strip these libraries ?

Stripping mono etc. shouldn't be a problem, though you won't be able to debug
unmanaged code.

I also committed a fix to svn trunk last week which'll print a better error
message in this case.

If you really need stripped libraries, I may add support to read external
debugging libraries from /usr/lib/debug, but for the moment just try not to
strip your libc / libpthread.

-- 
Configure bugmail: http://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