search for: applicatin

Displaying 13 results from an estimated 13 matches for "applicatin".

Did you mean: application
2006 Oct 09
5
Problem setting variables in ApplicationController.
I''m dynamically generating menu options based on the currently logged in user: current_user. My menus are setup on the applicatin.rhtml file. The current_user is defined in the application controller. But, attempting to assign it a value while in the application controller results in an ''undefined method'' error. ApplicationController .... def current_user @cu = ::User.find(session[:rbac_user_id]) || &q...
2019 Apr 18
3
Re: [libvirt] JVM crashes during GC
...> > The backtrace does not suggest it's libvirt related, but I wouldn't be > surprised if our Java bindings mangled memory somewhere. They are > heavily unmaintained. It could just as easily be a memory corruption bug in the ESX libvirt driver, since that runs directly in the applicatin process as it is a stateless client side driver. We would probably need to have an small demo program that can reproduce the problem in an isolated fashion, in order to try to debug it, along with full libvirt debug logs. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr...
2019 Apr 18
2
Re: [libvirt] JVM crashes during GC
...;s libvirt related, but I wouldn't be > > > surprised if our Java bindings mangled memory somewhere. They are > > > heavily unmaintained. > > > > It could just as easily be a memory corruption bug in the ESX libvirt > > driver, since that runs directly in the applicatin process as it is a > > stateless client side driver. > > > > We would probably need to have an small demo program that can reproduce > > the problem in an isolated fashion, in order to try to debug it, along > > with full libvirt debug logs. > > > > > &g...
2008 Jan 16
5
xen backup
hi I am trying to stop the application running in the VM from the host machine.....that means by typing some command in the host machine, (script or using some API''s or sending some signal to VM from the host), i want stop application running in the VM.......is there any way to do this.....if anybody know this please help me....... I want this because......I want to take VM consistent
2019 Apr 18
1
Re: [libvirt] JVM crashes during GC
...t's libvirt related, but I wouldn't be >> > surprised if our Java bindings mangled memory somewhere. They are >> > heavily unmaintained. >> >> It could just as easily be a memory corruption bug in the ESX libvirt >> driver, since that runs directly in the applicatin process as it is a >> stateless client side driver. >> >> We would probably need to have an small demo program that can reproduce >> the problem in an isolated fashion, in order to try to debug it, along >> with full libvirt debug logs. >> >> >> Regar...
2019 Apr 20
2
Re: [libvirt] JVM crashes during GC
...;> > > > surprised if our Java bindings mangled memory somewhere. They are >> > > > heavily unmaintained. >> > > >> > > It could just as easily be a memory corruption bug in the ESX libvirt >> > > driver, since that runs directly in the applicatin process as it is a >> > > stateless client side driver. >> > > >> > > We would probably need to have an small demo program that can >> reproduce >> > > the problem in an isolated fashion, in order to try to debug it, along >> > > wit...
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
...e does not suggest it's libvirt related, but I wouldn't be > > surprised if our Java bindings mangled memory somewhere. They are > > heavily unmaintained. > > It could just as easily be a memory corruption bug in the ESX libvirt > driver, since that runs directly in the applicatin process as it is a > stateless client side driver. > > We would probably need to have an small demo program that can reproduce > the problem in an isolated fashion, in order to try to debug it, along > with full libvirt debug logs. > > > Regards, > Daniel > -- > |:...
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
...dn't > be > > > > surprised if our Java bindings mangled memory somewhere. They are > > > > heavily unmaintained. > > > > > > It could just as easily be a memory corruption bug in the ESX libvirt > > > driver, since that runs directly in the applicatin process as it is a > > > stateless client side driver. > > > > > > We would probably need to have an small demo program that can reproduce > > > the problem in an isolated fashion, in order to try to debug it, along > > > with full libvirt debug logs. &g...
2007 Sep 27
0
Unnecessary extra copy with matrix(..., dimnames=NULL) (Was: Re: modifying large R objects in place)
...r response. Unfortunately, you are right. For example, > the allocated memory determined by top command on Linux may change during > a session as follows: > a <- matrix(as.integer(1),nrow=14100,ncol=14100) # 774m > a[1,1] <- 0 # 3.0g > gc() # 1.5g > > In the current applicatin, I modify the matrix only using my own C code > and only read it on R level. So, the above is not a big problem for me > (at least not now). > > However, there is a related thing, which could be a bug. The following > code determines the value of NAMED field in SEXP header of an obje...
2019 Apr 23
0
Re: [libvirt] JVM crashes during GC
...> surprised if our Java bindings mangled memory somewhere. They are >>> > > > heavily unmaintained. >>> > > >>> > > It could just as easily be a memory corruption bug in the ESX libvirt >>> > > driver, since that runs directly in the applicatin process as it is a >>> > > stateless client side driver. >>> > > >>> > > We would probably need to have an small demo program that can >>> reproduce >>> > > the problem in an isolated fashion, in order to try to debug it, >>...
2019 Apr 17
2
JVM crashes during GC
Hi, Could you tell me if the following is some known issue? While performing the following simple test, I see my JVM crashing (consistently): 1. Open a connection to an ESXi driver/host (passing ConnectAuthDefault instance). 2. Close the connection. 3. Invoke GC When GC is triggered, at some point, some unallocated native memory is being tried to release. That's failing. The error thrown
2008 Nov 27
1
Re: RE: Re: Re: when timer go back in dom0 save and restore ormigrate, PV domain hung
..."system time stop" here? TOD at user level, or within kernel you observe xen system time never changing? --- If you run command "date" in user mode, you will find the date of output never change until a time interval equal to the value of time delay. And also, you can run some applicatin without many relation with time. such as vi,cd...etc, but if you run ping x.x.x.x you will find only one line''s respose and never go on. Thanks --James From: James Song [mailto:jsong@novell.com] Sent: Thursday, November 27, 2008 11:20 AM To: keir.fraser@eu.citrix.com; Tian, K...
2006 Jul 16
9
acl_system help is needed
i found Ezra''s acl_system plugin yesterday and i am trying to figure it out. based on the simple instructions on the site, it does exactly what i need but i''m getting some errors when i try to use it: NoMethodError in UsersController#index You have a nil object when you didn''t expect it! The error occured while evaluating nil.roles i am pretty new to rails and