search for: whitexyz

Displaying 6 results from an estimated 6 matches for "whitexyz".

Did you mean: whitex
2006 Dec 11
2
FW: R
...#39;help.start()' for an HTML browser interface to help. Type 'q()' to quit R. *** caught segfault *** address 40b843f0, cause 'memory not mapped' Traceback: 1: .Call("La_dgesv", a, b, tol, PACKAGE = "base") 2: solve.default(rgb) 3: solve(rgb) 4: drop(whitexyz %*% solve(rgb)) 5: make.rgb(red = c(0.625, 0.34), green = c(0.28, 0.595), blue = c(0.155, 0.07), gamma = 1.8, white = "D65", name = "Apple RGB") 6: eval(expr, envir, enclos) 7: eval(i, envir) 8: sys.source(codeFile, env, keep.source = keep.source) 9: try(sys.source(codeFil...
2006 Oct 24
0
problem compilation on AIX
...ot mapped' Traceback: 1: .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE = "base") 2: lazyLoadDBfetch(key, datafile, compressed, envhook) 3: .Call("La_dgesv", a, b, tol, PACKAGE = "base") 4: solve.default(rgb) 5: solve(rgb) 6: drop(whitexyz %*% solve(rgb)) 7: make.rgb(red = c(0.625, 0.34), green = c(0.28, 0.595), blue = c(0.155, 0.07), gamma = 1.8, white = "D65", name = "Apple RGB") 8: eval(expr, envir, enclos) 9: eval(i, envir) 10: sys.source(codeFile, env, keep.source = keep.source) 11: try(sys.source(cod...
2006 Nov 15
0
segfault in AIX
...ped' Traceback: 1: .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE = "base") 2: lazyLoadDBfetch(key, datafile, compressed, envhook) 3: .Call("La_dgesv", a, b, tol, PACKAGE = "base") 4: solve.default(rgb) 5: solve(rgb) 6: drop(whitexyz %*% solve(rgb)) 7: make.rgb(red = c(0.625, 0.34), green = c(0.28, 0.595), blue = c(0.155, 0.07), gamma = 1. 8, white = "D65", name = "Apple RGB") 8: eval(expr, envir, enclos) 9: eval(i, envir) 10: sys.source(codeFile, env, keep.source = keep.source) 11: try(sys.source...
2024 May 08
1
Compilation problems with R4.4.0
...gets though most of it then dies with: make[4]: Entering directory '/bi/apps/R/R-4.4.0/src/library/grDevices' byte-compiling package 'grDevices' *** caught segfault *** address 0x18017a8110, cause 'memory not mapped' Traceback: 1: solve.default(rgb) 2: solve(rgb) 3: drop(whitexyz %*% solve(rgb)) 4: make.rgb(red = c(0.625, 0.34), green = c(0.28, 0.595), blue = c(0.155, 0.07), gamma = 1.8, white = "D65", name = "Apple RGB") 5: eval(exprs[i], envir) 6: eval(exprs[i], envir) 7: sys.source(codeFile, env, keep.source = keep.source, keep.parse.data = keep.p...
2024 May 03
1
grDevices segfault when building R4.4.0 on RHEL 9.1.
.../library/grDevices' make[4]: Entering directory '/home/esteva.m/R/R-4.4.0/src/library/grDevices' byte-compiling package 'grDevices' *** caught segfault *** address 0x1801fa8f70, cause 'memory not mapped' Traceback: 1: solve.default(rgb) 2: solve(rgb) 3: drop(whitexyz %*% solve(rgb)) 4: make.rgb(red = c(0.625, 0.34), green = c(0.28, 0.595), blue = c(0.155, 0.07), gamma = 1.8, white = "D65", name = "Apple RGB") 5: eval(exprs[i], envir) 6: eval(exprs[i], envir) 7: sys.source(codeFile, env, keep.source = keep.source, keep.parse.data...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote: > Nice catch you two!!! > > Happy New Year > -pd I am much happier with this great start! Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran? I have made some changes to configure(.ac) so maybe my problems are self-inflicted. But would be good to know what environment you are using. Thanks for looking - and