[Mono-devel-list] C# Threading : libgcc_s.so.1 mustbeinstalledfor pthread_cancel to work

Brion Vibber brion at pobox.com
Sun Aug 7 05:15:03 EDT 2005


Rafael Mizrahi wrote:
> Thanks for the info, Ben,
> Indeed, my problem was not solved by adding
> export LD_ASSUME_KERNEL=2.4.19

In poking at this some more, I have tried the LD_ASSUME_KERNEL but it
doesn't seem to make a particular difference that I can tell.

What does seem to have helped is raising the open files limit with
ulimit; I've got a few hundred index files, and the daemons were
sometimes getting clogged also with TCP sockets stuck in CLOSE_WAIT state.

After raising the open file limit from 1024 to 8192 things seem more
reliable; perhaps it was trying to load the library at runtime and
failing? Or perhaps it's completely unrelated...

-- brion vibber (brion @ pobox.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050807/5e84227f/attachment.bin 


More information about the Mono-devel-list mailing list