andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.77k stars 201 forks source link

Opening an exported markdown file segfaults #820

Closed BeastyBlacksmith closed 4 days ago

BeastyBlacksmith commented 1 year ago

Maybe opening markdown is not supported, but getting an error message would be preferrable.

mipmip commented 1 week ago

@BeastyBlacksmith Can you send the markdown file that is making sc-im crash? What is your OS and what sc-im version is causing this?

When I run sc-im sc-im/Readme.md I get all lines in a single column.

Screenshot from 2024-08-16 15-03-11

BeastyBlacksmith commented 1 week ago

Sorry, I don't have the file itself, but it was a markdown table.

I think I loaded a csv file, exported it as .md and then tried to read it back in.

My version is 0.8.2+ds-1 which is what is distributed via apt on Ubuntu 22.04.

mipmip commented 1 week ago

This should work, so please confirm if this is still an issue.

BeastyBlacksmith commented 4 days ago

I tried today and I cannot reproduce