Summary: | KLUDGED call to: pthread_getattr_np | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Johan Walles <johan.walles> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Johan Walles
2004-02-18 11:39:53 UTC
Probably for the same reason, pthread_attr_getstackaddr() always returns NULL. If pthread_getattr_np() gets implemented correctly, fixing getstackaddr() is trivial as well. The patch attached to bug 69508 already implements pthread_getattr_np and a number of other calls related to thread stack attributes. Note that if JRockit is some Java based system then you are still quite likely to have problems due to the horrible things the JVM likes to do... |