Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segfault deleting row used by @sum() #227

Closed
hymie0 opened this issue Dec 27, 2017 · 4 comments
Closed

segfault deleting row used by @sum() #227

hymie0 opened this issue Dec 27, 2017 · 4 comments

Comments

@hymie0
Copy link

hymie0 commented Dec 27, 2017

Sc-im - version 0.7.0 -- as far as I know, the most up-to-date version from Git trunk.

This happens to me every time:

Open a new sheet

Go to cell D4

=@sum(d0:d3)

Delete row 3

Segmentation Fault.

@andmarti1424
Copy link
Owner

uf. awful bug. will check!

@andmarti1424
Copy link
Owner

this might not break anymore. but it still has some issues though..

@noperator
Copy link

noperator commented May 17, 2020

Hey, I just experienced this in version 0.7.0, recently installed through the SC-IM AUR package. While trying to delete row 8 of this spreadsheet (referenced in =@sum(F1:F8) in cell F9), SC-IM crashes with:

Segmentation fault (core dumped)

Interestingly, none of the other referenced rows (i.e., 1–7) cause this error when deleted. Note that in both this example and the one at the top of this issue, it's the last row used in the @sum() (3 and 8, respectively) that crashes the application when deleted.

Edit: Tried instead installing SC-IM via AUR's sc-im-git—didn't help.

andmarti1424 added a commit that referenced this issue Mar 22, 2021
@andmarti1424
Copy link
Owner

@hymie0 @noperator Could you please update to latest git commit and try again? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants