Skip to content

/medieval_mode segmentation fault. #429

@arbok3135

Description

@arbok3135

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.

seg fault backtrace.txt

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions