Changes between Initial Version and Version 1 of Ticket #14485, comment 4


Ignore:
Timestamp:
Oct 27, 2022, 3:19:29 AM (19 months ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14485, comment 4

    initial v1  
    1 I could reliably crash TextSearch when searching for "syslog" on a local clone of Haiku's website.
     1I can reliably crash TextSearch when searching for "syslog" on a local clone of Haiku's website.
    22
    33Specifically, 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].
    44
    5 Seems that the problem arises for files containg REALLY long lines.
     5Seems that the problem arises for files containing REALLY long lines.
    66
    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 craches on [https://cgit.haiku-os.org/haiku/tree/src/apps/text_search/Grepper.cpp#n419 Grepper.cpp's line 419].
     7I'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].
    88
    99BTW, searching on that particular file crashes only on 32 bits. On 64, it works just fine.