search for: freed

Displaying 20 results from an estimated 3616 matches for "freed".

Did you mean: free
2006 Aug 04
1
incorrect checksum for freed object?
...t (I can''t get it to fail in my unit tests). The error always occurs AFTER my controller method returns (not when I make the calls). Also, the error does not always look the same. Sometimes it ends in a Bus Error, other times a Segmentation Fault, but always "incorrect checksum for freed object". This started when I migrated to 0.9.4 from 0.3.2 Thoughts? Thanks, Shad ---- ruby(1895,0xa000ed98) malloc: *** error for object 0x266b1f0: incorrect checksum for freed object - object was probably modified after being freed, break at szone_error to debug ruby(1895,0xa000ed98) mal...
2009 Apr 17
2
Error messages 3.0.6pre1
...it long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes, file-flags ----- However, now I'm getting these kinds of messages throughout my output: ----- rsync(68321) malloc: *** error for object 0x80af80: Non-aligned pointer being freed (2) *** set a breakpoint in malloc_error_break to debug deleting Desktop/PURDY/Lines of the Poet/Leonard sketch. 01.jpg rsync(68321) malloc: *** error for object 0x80af80: Non-aligned pointer being freed (2) *** set a breakpoint in malloc_error_break to debug deleting Desktop/PURDY/Lines of the Poe...
2012 Sep 27
1
CAM Target Layer and Linux (continued)
...enings: 4096, max dev openings: 4096 isp0: max_ccbs: 20488, ccb_count: 79 isp0: ccb_freeq is NOT empty isp0: alloc_queue.entries 0, alloc_openings 4096 isp0: qfrozen_cnt:0:0:0:0:0 (ctl2:isp0:0:0:0): 0 requests total waiting for CCBs (ctl2:isp0:0:0:0): 0 CCBs oustanding (17788811 allocated, 17788811 freed) (ctl2:isp0:0:0:0): 0 CTIOs outstanding (17788811 sent, 17788811 returned (ctl4:isp0:0:0:1): 0 requests total waiting for CCBs (ctl4:isp0:0:0:1): 0 CCBs oustanding (16708305 allocated, 16708305 freed) (ctl4:isp0:0:0:1): 0 CTIOs outstanding (16708305 sent, 16708305 returned (ctl6:isp0:0:0:2): 0 requ...
2011 Sep 09
3
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
..., size 12 JIT emitted Function __cxx_global_var_init at 0x1c00020, size 47 JIT emitted Function _ZN3FooD1Ev at 0x1c00060, size 23 JIT emitted Function _ZN3FooD2Ev at 0x1c00080, size 27 JIT emitted Function _ZN3FooC1Ev at 0x1c000a0, size 23 JIT emitted Function _ZN3FooC2Ev at 0x1c000c0, size 27 JIT freed 0x1c00020 JIT freed 0x1c000a0 JIT freed 0x1c00060 JIT freed 0x1c00080 JIT freed 0x1c000c0 JIT freed 0x1c00010
2017 Jun 20
4
[PATCH v11 4/6] mm: function to offer a page block on the free list
...gt;> page, and put good data in it. What keeps the hypervisor from >> throwing >> away good data? > > That looks like it may be the wrong API, then? > > We already have hooks called arch_free_page and > arch_alloc_page in the VM, which are called when > pages are freed, and allocated, respectively. > > Nitesh Lal (on the CC list) is working on a way > to efficiently batch recently freed pages for > free page hinting to the hypervisor. > > If that is done efficiently enough (eg. with > MADV_FREE on the hypervisor side for lazy freeing, >...
2017 Jun 20
4
[PATCH v11 4/6] mm: function to offer a page block on the free list
...gt;> page, and put good data in it. What keeps the hypervisor from >> throwing >> away good data? > > That looks like it may be the wrong API, then? > > We already have hooks called arch_free_page and > arch_alloc_page in the VM, which are called when > pages are freed, and allocated, respectively. > > Nitesh Lal (on the CC list) is working on a way > to efficiently batch recently freed pages for > free page hinting to the hypervisor. > > If that is done efficiently enough (eg. with > MADV_FREE on the hypervisor side for lazy freeing, >...
2007 Sep 17
4
Xenstored: eliminate double free and fixes for memory leak
Please review. This patch fixes a few problems: a. In handle_input(), which is called from main() in xenstored_core.c, the conn->in is freed when there is no error, but conn is freed when there is error. This is inconsistent. Moreover, the conn is freed again upon exit from handle_input(), inside the main. b. Another problem is that perms_to_strings() returned a allocated memory (via realloc()). The only time the value is return...
2012 Feb 09
7
Freeing space over reboot question
...still used and the next system-backup onto this fs failed with no space left errors. "btrfs filesystem df" showed me that the fs used the whole hdd and that there were only some kB free, which fits to the errors from rsync during backup. So the used space of subvolume I deleted, was not freed. How to get the space back which should have been freed? A balance did not help. What worked was the deletion of that half-filled subvolume, which I use for the full backup. After that the space got freed and the next balance run shrinked the fs again, so that it uses only a part of the hdd. What...
2011 May 30
1
[LLVMdev] Type::removeAbstractTypeUser crash when freeing module from ExecutionEngine
hi list, I've got a situation where I'm constantly adding and removing Modules from an ExecutionEngine. When removing a module and the jitstate is freed, clean up of the StructLayoutMap ends up trying to access a Type instance was was already freed by the removal of another Module. In trying to debug this, it basically comes down to a Type instance serving as key in StructLayoutMap::LayoutInfo that shouldn't be there (or the Type key shouldn...
2008 Apr 25
0
domU boot stuck at "Freeing unused kernel memory: 148k freed".
Hi, My Xen 3.2 does not boot. Its stuck at "Freeing unused kernel memory: 148k freed". I used a FC8 distribution from jailtime.org. My kernel is built using make KERNELS= # xm console src-fc-01 xen-vbd: registered block device major 8 blkfront: sda1: barriers enabled blkfront: sda2: barriers enabled netfront: Initialising virtual ethernet driver. vif vif-0: 2 parsing device/v...
2011 Dec 17
1
[Bug 1962] New: command buffer struct is not freed before exit()
https://bugzilla.mindrot.org/show_bug.cgi?id=1962 Bug #: 1962 Summary: command buffer struct is not freed before exit() Classification: Unclassified Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mi...
2003 Apr 30
0
[Bug 86] using freed skb in nf_reinject
...orge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|using freed skb in |using freed skb in |nf_reinject |nf_reinject Version|unspecified |linux-2.5.x ------- Additional Comments From laforge@netfilter.org 2003-04-30 18:42 ------- patch submitted at 2.5.69-pre time, accepted by davem. P...
2011 Sep 09
0
[LLVMdev] runStaticConstructorsDestructors not calling static destructors
...n __cxx_global_var_init at 0x1c00020, size 47 > JIT emitted Function _ZN3FooD1Ev at 0x1c00060, size 23 > JIT emitted Function _ZN3FooD2Ev at 0x1c00080, size 27 > JIT emitted Function _ZN3FooC1Ev at 0x1c000a0, size 23 > JIT emitted Function _ZN3FooC2Ev at 0x1c000c0, size 27 > > JIT freed 0x1c00020 > JIT freed 0x1c000a0 > JIT freed 0x1c00060 > JIT freed 0x1c00080 > JIT freed 0x1c000c0 > JIT freed 0x1c00010 > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > ht...
2019 Jul 30
1
Re: [PATCH] Rust bindings: Implement Event features
...gt; So this has a lifetime same as the whole handle? Yes. > Why do you then need to keep > it in the list of callbacks then? Because I want to make sure that callbacks must exist while they are running. > Also you explicitly leak it here, so even > without a lifetime it will not get freed. If you do not explicly write lifetime here, the pointer will have static lifetime. https://doc.rust-lang.org/std/boxed/struct.Box.html#method.leak I think It is too long. But I think there is no more 'correct' lifetime than 'a. Actually, I wanted to use Weak::into_raw there. Howeve...
2011 Jan 26
9
[PATCH]vtd: Fix for irq bind failure after PCI attaching 32 times
vtd: Fix for irq bind failure after PCI attaching 32 times Originally when detaching a PCI device, pirq_to_emuirq and pirq_to_irq are freed via hypercall do_physdev_op. Now in function pt_irq_destroy_bind_vtd, duplicated logic is added to free pirq_to_emuirq, but not pirq_to_irq. This causes do_physdev_op fail to free both emuirq and irq. After attaching a PCI device for 32 times, irq resources run out. This patch removes the redundant...
2011 Mar 02
4
[PATCH 0/2] Fix hot-unplug: device removal while port in use
A crash was observed when a device gets removed while a port is in use. When the port gets removed, we tried to free vq buffers. The vq no longer exists at this stage, just ensure we don't access it. The second patch fixes a warning where the pci region is already freed. I'm not sure what or how the region gets freed, any clues there will be helpful. Thanks, Amit Amit Shah (2): virtio: console: Don't access vqs if device was unplugged virtio: console: Don't call device_destroy() on port device drivers/char/virtio_console.c | 10 +++++++++-...
2011 Mar 02
4
[PATCH 0/2] Fix hot-unplug: device removal while port in use
A crash was observed when a device gets removed while a port is in use. When the port gets removed, we tried to free vq buffers. The vq no longer exists at this stage, just ensure we don't access it. The second patch fixes a warning where the pci region is already freed. I'm not sure what or how the region gets freed, any clues there will be helpful. Thanks, Amit Amit Shah (2): virtio: console: Don't access vqs if device was unplugged virtio: console: Don't call device_destroy() on port device drivers/char/virtio_console.c | 10 +++++++++-...
2006 Oct 24
15
How to emit associative array after ^C
Boy am I a dummy. I want to simply dump out unfreed allocations when I terminate the script. What''s the secret sauce? #!/usr/sbin/dtrace -s pid$1::MyAlloc:return { bufs[arg1] = walltimestamp; } pid$1::MyFree:entry /bufs[arg0]/ { bufs[arg0] = 0; } This message posted from opensolaris.org
2011 May 20
0
[patch] the memory which is allocated by matchpathcon should be freed after it is useless
the memory which is allocated by matchpathcon should be freed after it is useless Signed-off-by: Roy Li <rongqing.li at windriver.com> --- openbsd-compat/port-linux.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/openbsd-compat/port-linux.c +++ b/openbsd-compat/port-linux.c @@ -217,8 +217,10 @@ ssh_selinux_setfscreatecon(const c...
2011 May 18
0
Ruby crashing: pointer being freed was not allocated
I starting seeing this error quite frequently the past couple of days: $ rake routes ruby(38294,0x7fff70ee6ca0) malloc: *** error for object 0x100000000: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap Rails server crashes, some rake tasks crash, but not consistently. I have: - removed ruby 1.9.2-p180 and reinstalled (via rvm) - delete gemset and re-installed all gems Any ideas why? -- You received this message...