Changes between Initial Version and Version 1 of Ticket #14485, comment 4
- Timestamp:
- Oct 27, 2022, 3:19:29 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14485, comment 4
initial v1 1 I c ouldreliably crash TextSearch when searching for "syslog" on a local clone of Haiku's website.1 I can reliably crash TextSearch when searching for "syslog" on a local clone of Haiku's website. 2 2 3 3 Specifically, when searching under: `/content/documents/dev/`. I've managed to narrow it down to ONE file: [https://github.com/haiku/website/blob/master/content/documents/dev/system_logging.html system_logging.html]. 4 4 5 Seems that the problem arises for files contain g REALLY long lines.5 Seems that the problem arises for files containing REALLY long lines. 6 6 7 I'm very bad using the Debugger, but the crash report for a debug build of TextSearch points at `_IO_vscanf`, so I assume it cra ches on [https://cgit.haiku-os.org/haiku/tree/src/apps/text_search/Grepper.cpp#n419 Grepper.cpp's line 419].7 I'm very bad using the Debugger, but the crash report for a debug build of TextSearch points at `_IO_vscanf`, so I assume it crashes on [https://cgit.haiku-os.org/haiku/tree/src/apps/text_search/Grepper.cpp#n419 Grepper.cpp's line 419]. 8 8 9 9 BTW, searching on that particular file crashes only on 32 bits. On 64, it works just fine.