search for: instance_

Displaying 4 results from an estimated 4 matches for "instance_".

Did you mean: instance
2010 Nov 29
4
Error heroku: App Crashed
Hi , i developed a small application(which contails only static pages) . I tried to host that on heroku .just when everything was finished when i opened my site i,e http://floating-moon-89.heroku.com/ i am getting an error as App Crashed..where did it gone wrong? pls help... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2012 Mar 01
1
mb_m buffer not cleared if parseEval fails
...arseEval fail. example: when R.parseEval("stringConcatfactoryrandom") is executed the R instance looks like this (gdb) p R $7 = (RInside &) @0x7fff13d42d10: {mb_m = {buffer = "stringConcatfactoryrandom"}, global_env = <incomplete type>, verbose_m = false, static instance_ = 0x7fff13d42d10} since there's no function called stringConcatfactoryrandom in my R code, the above call fails. The I use the same R instance to call R.parseEval("exists") and I get this (gdb) p R $8 = (RInside &) @0x7fff13d42d10: {mb_m = {buffer = "stringConcatfact...
2011 Mar 08
3
How to disable R's crash prompt
Dear R devel, I have a C++ app that calls into embedded R to perform some analytic calculations. When my app encounters a segmentation fault, R always prints the following crash prompt and asks me to enter an action: *** caught segfault *** address 0x8, cause 'memory not mapped' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace
2009 Jul 25
2
[RFC] patch 0/4: DRM MMIO accessor cleanup
Hi, this is continuation for the MMIO accessor rewrite and cleanup. I am currently running nv28 with these patches applied, but I cannot test on PPC. Please, review and comment. If the direction is good, I'll do the same to INSTANCE_{RD,WR} as I did for nv_{rd,wr}32, and change PRAMIN from drm_local_map to simple ioremap. Can the same be done for channel specific mappings, that is nvchan_{rd,wr}32? The macros nv_{in,out}32 are very close to removal now. It also looks like nouveau_load() is in need of serious error path revie...