387 results in the forums
Order by date - Order by pertinence
All (387)
High-tech (387)
 
License for Devel::Refcount
Hi Paul: There is no license or copyright statement anywhere in Devel::Refcount, which makes it iffy to package. :-) I had just assumed it was "same terms as Perl itself", as that is what you license your other code as. We need a ...
Message posted on the May 13th, 2009 - 8:40 AM ET
[PATCH] Add refcount type and refcount misuse debugging
There is quite a lot of idiomatic code which does if (atomic_dec_and_test(&obj->refcnt)) [destroy obj] Bugs like double-frees in this case are dereferred and it may not be immediately obvious that double-free has happened. The answer is to ...
Message posted on the December 06th, 2011 - 06:10 pm ET
block: ioc->refcount accessed twice in put_io_context()?
0) Looking for clues to solve a problem I ran into, I noticed something odd in block/blk-ioc.c:put_io_context(). It seems it accesses the atomic variable ioc->refcount twice in a way which suggests things might race. 1) Code is more exact than ...
Message posted on the April 10th, 2011 - 09:50 am ET
[PATCH] MMC: remove regulator refcount fiddling in mmc core
Currently the mmc_regulator_set_ocr() fiddles with the regulator refcount by selectively calling regulator_[enable|disable] depending on the state of the regulator. This will confuse the reference count if case the regulator is for example shared ...
Message posted on the June 24th, 2010 - 11:20 am ET
[PATCH] pnfs: Increase the refcount when LAYOUTGET fails the first time
From: Yanchuan Nian <ycnian@gmail.com> The layout will be set unusable if LAYOUTGET fails. Is it reasonable to increase the refcount iff LAYOUTGET fails the first time? Signed-off-by: Yanchuan Nian <ycnian@gmail.com> fs/nfs/pnfs.c | ...
Message posted on the January 04th, 2013 - 07:30 am ET
pGraph->RemoveFilter - sometimes refCount-2, sometimes -1
Hi! I'm finally getting the hang of the SmartPointers and have been having more success. Here's something that stumps me - and I don't have source code to help with debugging. If I build a graph and filters (based on AmCap), and then release ...
Message posted on the March 03rd, 2009 - 05:51 am ET
[PATCH] msi: fix imbalanced refcount of msi irq sysfs objects
This warning was recently reported to me: [ cut here ] WARNING: at lib/kobject.c:595 kobject_put+0x50/0x60() Hardware name: VMware Virtual Platform kobject: '(null)' (ffff880027b0df40): is not initialized, yet kobject_put() is being called. Modules ...
Message posted on the January 03rd, 2012 - 10:40 am ET
[PATCH] l2tp: Restore socket refcount when sendmsg succeeds
The sendmsg() syscall handler for PPPoL2TP doesn't decrease the socket reference counter after successful transmissions. Any successful sendmsg() call from userspace will then increase the reference counter forever, thus preventing the kernel's ...
Message posted on the March 01st, 2013 - 10:10 am ET
[PATCH] drm/i915: Fix object refcount leak on mmappable size limit error path.
I've been seeing memory leaks on my system in the form of large (300-400MB) GEM objects created by now-dead processes laying around clogging up memory. I usually notice when it gets to about 1.2GB of them. Hopefully this clears up the issue, but I ...
Message posted on the November 01st, 2011 - 01:30 am ET
[PATCH 0/2] [GIT PULL][v3.0] tracing: Add refcount for system filter and enable
Ingo, Please pull the latest tip/perf/urgent tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/urgent Head SHA1: 57f124ca21d216fca3ba3995235c15855f9b9980 Steven Rostedt (2): tracing: ...
Message posted on the July 06th, 2011 - 05:30 pm ET
hunapp, scanpst found no errors
Hello all! I have outlook 2003 running on windows XP. The program is freezing and causing the "hungapp" error when i forcefully shut it down. It freezes after a few seconds, regardless if i move the mouse or check the email. I initially ...
Message posted on the May 08th, 2009 - 10:18 am ET
Bug#528311: xserver-xorg-video-savage: "[drm] Could not set DRM device bus ID." when applications tries to use drm
Package: xserver-xorg-video-savage Version: 1:2.2.1-2.lenny1 Severity: important According to glxinfo GLX is rendered indirectly, and this appears in the Xorg log: (EE) [drm] Could not set DRM device bus ID. (EE) SAVAGE(0): [drm] DRIScreenInit ...
Message posted on the May 11th, 2009 - 08:00 pm ET
corrupt .pst?
I've loaded an "old" .pst file, that was previously stored within a Windows Server 2000 domain (maybe the permissions were stored but I'm not sure). I think I used MS Outlook 2003 at the time. So, I copied the .pst file to the local ...
Message posted on the April 26th, 2009 - 07:33 am ET
Bug#551251: libjavascript-perl: FTBFS: failed test
Source: libjavascript-perl Version: 1.12-3 Severity: serious User: debian-qa@lists.debian.org Usertags: qa-ftbfs-20091016 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. ...
Message posted on the October 16th, 2009 - 01:30 pm ET