Displaying 2 results from an estimated 2 matches for "mmuch".
Did you mean:
much
2004 Nov 23
1
Error when install E100P
...lid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-8/misc/wct1xxp.o: insmod
/lib/modules/2.4.20-8/misc/wct1xxp.o failed
/lib/modules/2.4.20-8/misc/wct1xxp.o: insmod wct1xxp failed
Could anyone please give me some hints?
Thank you so mmuch!!
my configuration file is like this:
Zapata.conf:
[channels]
context=default
group=1
callgroup=1
pickupgroup=1
switchtype=euroisdn
signalling=pri_cpe
context=default
channel => 1-15,17-31
zaptel.conf:
span=1,1,0,ccs,hdb3
bchan=1-15,17-31
dchan=16
loadzone = no
defaultzone = no
extensions....
2017 Feb 20
1
another fix for R crashes under enable-strict-barrier, lto, trunk@72156
On 2nd thought, I think a better fix to the segfault is something like this:
--- a/src/main/memory.c
+++ b/src/main/memory.c
@@ -3444,6 +3444,8 @@ R_xlen_t (XTRUELENGTH)(SEXP x) { return XTRUELENGTH(CHK2(x)); }
int (IS_LONG_VEC)(SEXP x) { return IS_LONG_VEC(CHK2(x)); }
const char *(R_CHAR)(SEXP x) {
+ if(!x)
+ error("de-referncing null. Check the validity of your data.");