hello,
After compilation of rkward version 0.4.8 on debian I get the following error when I launch the application:
Error: cannot coerce type externalptr to character vector
*** caught segfault ***
address 0x650018, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
I had previously installed the application from the debian repository however there was a problem when sending a script from the editor to the console which got frozen.
Thank you for your help
cervino
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I believe the problem you report is likely to be caused by some parts of the earlier installation being picked up by rkward. So, first of all, you should try to clean up all potential leftovers of previous installtions.
1. Uninstall the debian package
2. Run
# sudo R CMD REMOVE rkward
repeat this step until you get a message that no "rkward" library could be found
3. Reinstall rkward and try again
> I had previously installed the application from the debian repository however there was a problem when sending a script from the editor to the console which got frozen.
Which version of rkward was this?
Regards
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you Thomas for your prompt response.
I did what you suggested but it did not solve the problem. May be there is something in my configuration which affects the compilation.
So I removed every trace of rkward again and downloaded the deb file for rkward 0.4.8 from the Debian repository and installed it. The installation was ok and everything went fine no more freezing of the console.
Thank you for this very useful application.
Cervino
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
After compilation of rkward version 0.4.8 on debian I get the following error when I launch the application:
Error: cannot coerce type externalptr to character vector
*** caught segfault ***
address 0x650018, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
I had previously installed the application from the debian repository however there was a problem when sending a script from the editor to the console which got frozen.
Thank you for your help
cervino
Hi cervino,
I believe the problem you report is likely to be caused by some parts of the earlier installation being picked up by rkward. So, first of all, you should try to clean up all potential leftovers of previous installtions.
1. Uninstall the debian package
2. Run
# sudo R CMD REMOVE rkward
repeat this step until you get a message that no "rkward" library could be found
3. Reinstall rkward and try again
> I had previously installed the application from the debian repository however there was a problem when sending a script from the editor to the console which got frozen.
Which version of rkward was this?
Regards
Thomas
Thank you Thomas for your prompt response.
I did what you suggested but it did not solve the problem. May be there is something in my configuration which affects the compilation.
So I removed every trace of rkward again and downloaded the deb file for rkward 0.4.8 from the Debian repository and installed it. The installation was ok and everything went fine no more freezing of the console.
Thank you for this very useful application.
Cervino