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

fix a bug in accessing SSDs. #402

Open
zheng-da opened this issue Aug 11, 2017 · 0 comments
Open

fix a bug in accessing SSDs. #402

zheng-da opened this issue Aug 11, 2017 · 0 comments
Assignees
Labels

Comments

@zheng-da
Copy link
Collaborator

zheng-da commented Aug 11, 2017

If we store a block matrix to SSDs, we may get this error.
This bug has been temporarily fixed by converting the block matrix to a normal matrix. We need to handle it more gracefully.

> emdata <- fm.conv.store(data, in.mem = FALSE)
mkdir: Permission denied

 *** caught segfault ***
address (nil), cause 'memory not mapped'

Traceback:
 1: .Call("R_FM_conv_store", fm, as.logical(in.mem), as.character(name),     PACKAGE = "FlashR")
 2: fm.conv.store(data, in.mem = FALSE)

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
@zheng-da zheng-da added the bug label Aug 11, 2017
@zheng-da zheng-da self-assigned this Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant