Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

linux version, comparison with valgrind, screenshots, stack traces

kcc
Beginner
665 Views
Hello.
When do you plan to ship the linux version of Inspector?
Do you have a comparison with valgrind (memcheck and helgrind)?
Do you have screenshots for the results of race detection?
When you report a data race, do you provide complete stack traces of both accesses, or just the two racey instructions (source lines)?

Thanks!
0 Kudos
1 Reply
Vladimir_T_Intel
Moderator
665 Views
Quoting - ksserebr
Hello.
When do you plan to ship the linux version of Inspector?
Do you have a comparison with valgrind (memcheck and helgrind)?
Do you have screenshots for the results of race detection?
When you report a data race, do you provide complete stack traces of both accesses, or just the two racey instructions (source lines)?

Thanks!
Hi,

1. We plan to release the new product which supports memory and threading problems detection on Linux in a future. Stay tuned.

2. We hope you, as user, compare our product with valgrind and provide your feedback on what you'd like us to improve.

3. Please, download the beta version of the product and try it - it's better then screenshots in any way. You'll find a useful tutorial there as well.

4. It depends on what you mean by complete stack. On the lower intrusiveness levels we limit the depth of stacks to lessen the overhead. But we provide the stacks for both accesses.

0 Kudos
Reply