Opened 16 years ago
Closed 14 years ago
#68 closed defect (fixed)
hang on searching for a too-long string
Reported by: | geofft@MIT.EDU | Owned by: | nelhage@mit.edu |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
If you search for a string about 100-something characters long, barnowl hangs. A backtrace indicates it's running stristr on invalid or unhappy pointers, although I did not immediately find what was corrupt.
Thanks to mherdeg for pointing this out. I don't think this is the same as ticket #29.
Change History (3)
comment:1 Changed 16 years ago by geofft@MIT.EDU
- Priority changed from major to minor
comment:2 Changed 15 years ago by davidben@mit.edu
comment:3 Changed 14 years ago by davidben@mit.edu
- Resolution set to fixed
- Status changed from new to closed
Should be fixed in 9d7a7205d6c9cbea0e8999e4c350440f8ef5fef8.
Note: See
TracTickets for help on using
tickets.
This seems to be triggered by word-wrapping. skiptokens gets confused about the '\n'.