search for: object_list

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

2008 Jul 22
4
"sleeping without queue" ?
Hello! My attempt to build openoffice.org-3 seems to be hanging. Pressing Ctrl-T produces: load: 0.11 cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k (tcsh is used by OOo's build-script). What is this "sleeping without queue" state, and why is process in it for so long? This is an 4-CPU amd64 system with 4Gb of RAM. Only 16% of the swap is currently in use and
2006 Mar 14
5
Unable to display errors for multiple records
Hi, I''m trying to save multiple records of the same model in one go. Which is no problem at all. Problem starts when I want to introduce error handling. The problem is that no record should be saved when one of the records contains an error. I tried it as follows: session[:infos].each do |info| @quest.name = info["name"] unless @quest.valid? @errors_found = true
2003 Apr 09
1
Panics on 4.7 system
...8 page 184 * increments plus 1 more to offset it a little more by the time 185 * it wraps around. 186 */ 187 object->hash_rand = object_hash_rand - 129; 188 189 object->generation++; 190 191 TAILQ_INSERT_TAIL(&vm_object_list, object, object_list); (kgdb) list *vm_object_allocate+241 0xc01e1991 is in vm_object_deallocate (../../vm/vm_object.c:325). 320 321 if (object->ref_count == 0) { 322 panic("vm_object_deallocate: object deallocated too many times: %d",...
2003 Aug 12
2
panic with today's stable
Did cvsup on a machine that does just mail processing (well, a lot of spam scanning) and it crashed not too much later. This kernel does not include MFC src/sys/kern/sys_process.c revisions 1.111 and 1.112: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in procfs_rwmem(). Use vm_page_hold() in place of vm_page_wire() since the page can be freed. Don't hold extra