Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 03:39:17 -0500
From:      Jon Noack <noackjr@alumni.rice.edu>
To:        freebsd-current@freebsd.org
Subject:   valgrind still hangs in umtx?
Message-ID:  <41246735.3040105@alumni.rice.edu>

next in thread | raw e-mail | index | archive | help
Tried the valgrind-352 (from ports) with RELENG_5 today and I am seeing 
hangs exactly as described in kern/68992:
http://www.freebsd.org/cgi/query-pr.cgi?pr=68992

A modified version of the fix from the PR is present in the -352 source. 
  Also, I see the same hangs with the -snapshot port.

The following message is logged to the console each time I run valgrind 
(mod pid):
Warning: pid 64514 used static ldt allocation.
See the i386_set_ldt man page for more info

The i386_set_ldt man page was not very enlightening to me, especially 
considering the word "static" did not appear anywhere on it.

Valgrind runs perfectly as mentioned in the PR, it just hangs before 
exiting.  I could hack up a little script to give it a few seconds to 
run and then 'kill -9' it, but that's just silly.

Anyone know what's going on here?

Jon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41246735.3040105>