search for: plssvd

Displaying 1 result from an estimated 1 matches for "plssvd".

Did you mean: passv
2003 Jan 20
1
R and gdb
...browser interface to help. Type `q()' to quit R. [Previously saved workspace restored] > dyn.load("foo.so") "I type Control-C here" Program received signal SIGINT, Interrupt. 0x703346f8 in select () from /lib/libc.so.6 (gdb) b foo.c:44 Breakpoint 1 at 0x705c62a4: file plssvd.c, line 44. (gdb) signal 0 Continuing with no signal. foo.r(Xcr,Ycr,2) gives directly the final result without stopping at the breakpoints. I tried to update R from 1.6.1 to 1.62 and I tried to update gdb too (up to 5.2.1, the 5.3 version doesn't compile smoothly on my platform) -> nothin...