Displaying 3 results from an estimated 3 matches for "nfatal".
Did you mean:
fatal
2010 Oct 06
1
C code called from R: reallocate arrays passed as arguments?
...ot;.
If the switch is set to 0 (says that "values1" is not a real argument), the
C function tries to reallocate the pseudo-argument values1:
double *tmp2 = realloc(values1, new_size);
if(tmp2 != NULL){
values1 = tmp2;
}
else{
Rprintf("\nFATAL ERROR: Could not allocate memory for the
array\n");
exit(2);
}
But then, when calling the function ".C", I get *** error for object ...:
pointer being reallocated was not allocated
Is there any workaround for this?
Thank you very much in advance,
David
Can you...
2006 Mar 11
5
mboot.c32, weird e820 map on HP blade machine, possible memory corruption
I'm seeing this on a HP Blade and i'm not sure why this is happning since
the nature of the issue is so wierd.
I compiled mboot.c with a DEBUG defined in the mboot.c file. In the funciton
init_mmap(), it prints the e820 map and on the HP blade this map values come
out to be totally random. Some weird numbers which dont make any sense at
all.
However, if i add a while(1); or a exit(1); at
2006 May 12
1
Fwd: RE New xanto driver for NUT
Dear Andreas,
some googling revealed, you created a driver for the xanto series of
online-usv.de. In what state it is currently?
I've to manage a S2000 and would like to use nut for it, is it usable by
now? Do you need another tester?
TIA,
Pete