Momoko Shiraishi <[email protected]> writes: > Sorry, I forgot to include the trigger command that causes the crash. > When running bison with bison --trace=all poc, in the debug execution > path, boundary_print is executed without checking loc.end.file == > NULL. I've included the corrected report below.
Great, thank you! I can reproduce it now. I probably should have guessed you were using --trace from your original message. Oops... > Some programs provide recommendations for how to write bug reports, > and we refer to those. At the same time, since AI has likely trained > on similar documentation, AI-generated reports might have a similar > format. Yes, the format you use reminds me of GitHub markdown which many people commonly used for bug reports there. The LLM's training probably includes lots of those. Sadly, it seems they are also good at inventing bogus ASAN output that looks real. Collin
