Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 45:06:43 |
Calls: | 422 |
Calls today: | 1 |
Files: | 1,024 |
Messages: | 90,304 |
I find numerous references to work in progress. Valgrind.org calls the SPARC64/Solaris port "historical" and gives a dead link to a code
repository on Github (and the Wayback machine did not archive the code).
OF
On 2023-11-25 22:07, Gary R. Schmidt wrote:
On 26/11/2023 05:18, OrangeFish9737 wrote:
I find numerous references to work in progress. Valgrind.org calls
the SPARC64/Solaris port "historical" and gives a dead link to a code
repository on Github (and the Wayback machine did not archive the code). >>>
It appears to be in 11.4:
$ pkg search valgrind
INDEX ACTION VALUE
PACKAGE
pkg.description set Valgrind is a system for debugging and >> profiling. Valgrind's tool suite can automatically detect many memory
management and threading bugs, avoiding hours of frustrating
bug-hunting, making your programs more stable. It can also perform
detailed profiling to help speed up your programs.
pkg:/developer/debug/valgrind@3.18.1-11.4.63.0.1.157.0
basename file usr/bin/valgrind
Thank you. Unfortunately, I am running a T1, which is unsupported by 11.4.
I shall try to find the source at Oracle and try building it.
On 26/11/2023 15:17, OrangeFish wrote:
On 2023-11-25 22:07, Gary R. Schmidt wrote:
On 26/11/2023 05:18, OrangeFish9737 wrote:
I find numerous references to work in progress. Valgrind.org calls
the SPARC64/Solaris port "historical" and gives a dead link to a
code repository on Github (and the Wayback machine did not archive
the code).
It appears to be in 11.4:
$ pkg search valgrind
INDEX ACTION VALUE
PACKAGE
pkg.description set Valgrind is a system for debugging and >>> profiling. Valgrind's tool suite can automatically detect many memory
management and threading bugs, avoiding hours of frustrating
bug-hunting, making your programs more stable. It can also perform
detailed profiling to help speed up your programs.
pkg:/developer/debug/valgrind@3.18.1-11.4.63.0.1.157.0
basename file usr/bin/valgrind
Thank you. Unfortunately, I am running a T1, which is unsupported by
11.4.
I shall try to find the source at Oracle and try building it.
Good luck with getting source from Oracle :-)
However, it appears to be part of the "userland" code
https://github.com/oracle/solaris-userland/tree/master/components/valgrind
You got me to look ... :) I know nothing about valgrind and have never
used it.
https://valgrind.org/downloads/old.html lists releases from 1.9.6 -
3.4.1. While these releases are no longer supported, if SPARC was ever supported by valgrind.org itself, the RELEASE NOTES from the current
version (if valgrind comes with such a file) should say at what version
that support was removed, so then you can fetch the latest version that
still had that support.
Now, yes, if SPARC support was an Oracle local mod, that won't help.
-WBE
https://valgrind.org/info/platforms.html) ... The link given to Github is dead
The Sparc port was maintained out-of-tree (see under Historical here
The Sparc port was maintained out-of-tree (see under Historical here
You're right: the line describing the SPARC64/Solaris
port clearly says it's an out-of-tree port.
-WBE
Good luck with getting source from Oracle :-)
However, it appears to be part of the "userland" code
https://github.com/oracle/solaris-userland/tree/master/components/valgrind
I visited the parent "https://bitbucket.org/iraisr/". It prompted me to
log in. When I didn't, the list of repositories said no repositories available, suggesting to me that one MUST log in to get anything.
-WBE