Wilson Snyder
Wilson Snyder
That you added then removed a download link makes me suspect this is a bot, please confirm you are human by pasting a screen shot here of the waveform in...
Thanks, the waveform does show the event, so I'm not understanding the issue, can you explain more what's incorrect?
Ah. Can you post the example in text form please?
Thanks for the test. Note this only affects FST not VCD. Attempted fix in #5424 but core dumps on some multithread tests so needs work.
@katsui97 the changes haven't been merged to master as they do not test correctly in multithreaded, they are on that pull request.
Did you try it on git master? What does the '--debug --gdbbt' report? To hit this there needs to by 4 billion clearTree calls which, yes, suggests something else broken,unless...
@yTakatsukasa any ideas?
@godblesszhouzhou can you provide a test case please?
@godblesszhouzhou did you find a test case for this? If not we'll close this until get one. Thanks.
It looks like you are calling ./configure with the compiler being set to "g++ -std=gnu++11", so that's contributing to the problem. The line about testing gnu++17 is only about finding...