| Summary: | drd: drd_main.c:378 (drd_stop_using_mem): Assertion 'a1 <= a2' failed | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Dmitry Antipov <dmantipov> |
| Component: | drd | Assignee: | Bart Van Assche <bart.vanassche+kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.15 SVN | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Sample C code to reproduce | ||
|
Description
Dmitry Antipov
2021-02-01 14:10:24 UTC
Sharing the source code of a reproducer would help a lot ... (In reply to Bart Van Assche from comment #1) > Sharing the source code of a reproducer would help a lot ... ? https://bugs.kde.org/attachment.cgi?id=135351 I should have noticed the attachment myself. Do you want to root-cause this bug and propose a patch or do you perhaps expect me to look into this? A good start would be to verify whether drd_start_using_mem_stack() gets called if VALGRIND_STACK_REGISTER() is used. A candidate fix has been checked in on the master branch. Please retest. |