[RkWard-devel] Another preview, last call for testing
Jake Michaelson
jake.michaelson at gmail.com
Fri Nov 4 18:14:42 UTC 2005
Thomas,
With your patch I was able to successfully build, install, and run rkward.
Unfortunately the Biobase crashing problem still exists. I've tried several
different versions of Biobase, but they all cause the crash. The only
difference I've noticed between loading Biobase and any other package is that
Biobase gives you an info/greeting message when it loads (done from a
terminal):
> library(Biobase)
Loading required package: tools
Welcome to Bioconductor
Vignettes contain introductory material.
To view, simply type 'openVignette()' or start with 'help(Biobase)'.
For details on reading vignettes, see the openVignette help page.
>
I don't know if this message somehow causes something in rkward to freak out,
but to the user, this is the only discernable difference between Biobase and
any other R package.
By the way, the crash now says "bus error (core dumped)" instead of just "bus
error".
Also, ctl+c still seems to work with the patch:
> Sys.sleep(10)
--- interrupted ---
>
I'm still running all this from FreeBSD.
Hope this helps.
--Jake
> > rthread.cpp: In member function `void
> > RThread::interruptProcessing(bool)': rthread.cpp:55: error: invalid
> > conversion from `long unsigned int' to `pthread*'
> > rthread.cpp:55: error: initializing argument 1 of `int
> > pthread_kill(pthread*, int)'
>
> Ok, could you try the following? Change line 55 in
> rkward/rbackend/rthread.cpp to read
> pthread_kill ((pthread_t) thread_id, SIGINT);
> If it compiles like this, please also test interrupting some long running
> commands in the console (e.g. "Sys.sleep (10)") using Ctrl+C. Interrupting
> should work immediately, and of course it should not crash...
> If it does not compile, or you're experiencing problems while interrupting
> commands, I'll probably need to make some system-specific adjustments. In
> this case: What system is this on? Still FreeBSD?
>
> Thanks!
> Thomas
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
> Download it for free - -and be entered to win a 42" plasma tv or your very
> own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> RKWard-devel mailing list
> RKWard-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rkward-devel
More information about the Rkward-devel
mailing list