-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
This happened a few months back on the witches akashi party fork. But recently was able to reproduce this on upstream Akashi. This was something I remembered discussing with Salanto a while back. Sending him the core dump of the segmentation fault pointed to this. Attached is the seg fault back trace.
Only documenting this so this can be fixed some day on upstream. /medieval_mode causing seg faults. As you can see
/medieval_mode causing seg faults.
stored_word[0] = stored_word[0].toUpper();
}
else if (text[current_word_cur] >= 'a' && text[current_word_cur] <= 'z') {
stored_word[0] = stored_word[0].toLower();
}
}
Are the problematic lines I think. Anyway do what you will with this. I was going to put this in issues but forgot about it until it happened again on upstream lol.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels