Re: [Rcpp-devel] Error in RCpp and Wt toolkit

2013-03-29 Thread Dirk Eddelbuettel
On 29 March 2013 at 22:04, John Robson wrote: | Hey Dirk, | | $ ./boostEx | Hello, world from main() | Hello, world from use() | Hello, world from use() | At end value is 2 | | RInside/inst/examples/threads Works perfectly. Hm. That would suggest that the threating / mutex issues are fine at th

Re: [Rcpp-devel] Error in RCpp and Wt toolkit

2013-03-29 Thread John Robson
Hey Dirk, $ ./boostEx Hello, world from main() Hello, world from use() Hello, world from use() At end value is 2 RInside/inst/examples/threads Works perfectly. I also tried Wt example in other 2 machines with Ubuntu 12.04 and Wt 3.2.3 and I get the same error in both... Your http://dirk.eddelbu

Re: [Rcpp-devel] Error in RCpp and Wt toolkit

2013-03-29 Thread Dirk Eddelbuettel
On 29 March 2013 at 21:11, John Robson wrote: | Hi Dirk, thank for your support. | | I'm using: | Linux 3.2.0-4-686-pae #1 SMP Debian 3.2.39-2 i686 GNU/Linux | Debian 7.0 wheezy | G++: 4.7.2 | STL: 4.7.2 | BOOST: 104900 | Wt: 3.2.3 | R version 2.15.1 (2012-06-22) | Platform: i486-pc-linux-gnu (32

Re: [Rcpp-devel] Error in RCpp and Wt toolkit

2013-03-29 Thread John Robson
Hi Dirk, thank for your support. I'm using: Linux 3.2.0-4-686-pae #1 SMP Debian 3.2.39-2 i686 GNU/Linux Debian 7.0 wheezy G++: 4.7.2 STL: 4.7.2 BOOST: 104900 Wt: 3.2.3 R version 2.15.1 (2012-06-22) Platform: i486-pc-linux-gnu (32-bit) RInside_0.2.10 Rcpp_0.10.3 Rcpp for Qt works perfectly, but a

Re: [Rcpp-devel] Error in RCpp and Wt toolkit

2013-03-29 Thread Dirk Eddelbuettel
On 29 March 2013 at 19:24, John Robson wrote: | The example: | http://dirk.eddelbuettel.com/blog/2011/11/30/#rinside_and_wt | | >From the code: | https://github.com/JohnRobson/Wt-Tests/blob/master/RInside/wtdensity.cpp | | After running, the site appears OK: http://imagebin.org/252132 | | But i

[Rcpp-devel] Error in RCpp and Wt toolkit

2013-03-29 Thread John Robson
The example: http://dirk.eddelbuettel.com/blog/2011/11/30/#rinside_and_wt >From the code: https://github.com/JohnRobson/Wt-Tests/blob/master/RInside/wtdensity.cpp After running, the site appears OK: http://imagebin.org/252132 But immediately a segmentation error is throw: http://paste.ubuntu.com