Re: [FreeBSD 5.3-RC2] Processes STILL hanging in unkillable state

From: Mike Makonnen (mtm_at_identd.net)
Date: 11/04/04

  • Next message: Ken Smith: "Re: [FreeBSD 5.3-RC2] Processes STILL hanging in unkillable state"
    Date: Thu, 4 Nov 2004 17:36:44 +0300
    To: Marc Ramirez <marc.ramirez@bluecirclesoft.com>
    
    

    On Wed, Nov 03, 2004 at 11:12:45PM -0500, Marc Ramirez wrote:
    > On Wednesday 03 November 2004 09:29 pm, you wrote:
    > > Could all people who are seeing this please post their kernel
    > > configurations, sysctl.conf and perhaps some system details (platform,
    > > UP/MP), too.
    > >
    > > Since I and nobody else of the KDE/FreeBSD people have yet seen this
    > > problem and we're practically all running RELENG_5/RELENG_5_3 all the time,
    > > I'm curious what might trigger this.
    >
    > In the crash I saved, it was stopped in thr_create. The two arguments are as
    > follows:

    Hmm, looks like the application is using libthr and not libpthread. I'll take
    a look at it, but in the mean time you might want to map libthr and libc_r to
    libpthread in libmap.conf(5).

    Can all other users with this problem verify which threading library they're
    running? You can use the following command on the binary. For example:
            # ldd /path/to/binary

    Cheers.

    -- 
    Mike Makonnen  | GPG-KEY: http://www.identd.net/~mtm/mtm.asc
    mtm@identd.net | Fingerprint: AC7B 5672 2D11 F4D0 EBF8  5279 5359 2B82 7CD4 1F55
    mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon !
    _______________________________________________
    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: Ken Smith: "Re: [FreeBSD 5.3-RC2] Processes STILL hanging in unkillable state"