Re: libthr, libpthread problems

From: Daniel Eischen (eischen_at_vigrid.com)
Date: 04/29/04

  • Next message: John Baldwin: "Re: code cleanup"
    Date: Thu, 29 Apr 2004 15:53:50 -0400 (EDT)
    To: Michael Bretterklieber <mbretter@a-quadrat.at>
    
    

    On Thu, 29 Apr 2004, Michael Bretterklieber wrote:

    > Hi,
    >
    > currently I'm testing Mpd-4 on -current and It ran into deadlock,
    > therefore I changed the lib mapping via libmap.conf. When using libc_r
    > everything is ok, when using libpthread a deadlock occurs under some
    > circumstances, when using libthr, then:
    >
    > elvis:/home/mbretter/mpd/src# ./mpd
    > Multi-link PPP for FreeBSD, by Archie L. Cobbs.
    > Based on iij-ppp, by Toshiharu OHNO.
    > The mutex recurse count cannot be less than zero

    Sounds like a bug in the application (recurse count shouldn't
    be less than zero).

    -- 
    Dan Eischen
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: John Baldwin: "Re: code cleanup"