Displaying 11 results from an estimated 11 matches for "17308".
Did you mean:
1708
2002 Aug 06
2
Memory leak in R v1.5.1?
...bytes of heap free (77%)
used (Mb) gc trigger (Mb) limit (Mb)
Ncells 417001 11.2 565000 15.1 16.1
Vcells 291029 2.3 1310720 10.0 20.0
total used free shared buffers cached
Mem: 124948 93736 31212 0 17308 25824
-/+ buffers/cache: 50604 74344
Swap: 265032 8 265024
[1] 0
Gradient Design: ShipMathModel( LWL=537.059747125118,
B=44.8171342153699, Cp=0.7222
67017738667, Cx=0.836634804176116, W.BP=872.197302196268,
H.DKh=12.0780590098038, H
.DKd=8.14724020090996 ) = (Cost=...
2000 May 31
3
smbmount problems when mounted share goes offline.
(using samba-2.0.7 on Debian Linux 2.2.15)
Hi,
I'm wondering how do I get around the problem when you smbmount a share on
a win32 machine and that machine reboots, the mount becomes a blackhole. If
you attempt an 'ls', 'df' or anything that would access that mount point the
program then goes into a state of void and cannot be killed, leaving the
proc open until reboot
2010 Jun 18
1
Asterisk 1.6.2.9 Now Available
...cjacobsen.
Tested by Graber, cjacobsen, lathama, rickead2000, dvossel)
* Improve logging by displaying line number
(Closes issue #16303. Reported by dant. Patched by pabelanger. Tested by
dant, pabelanger, lmadsen)
* Notify CLI when modules are loaded/unloaded
(Closes issue #17308. Reported, patched by pabelanger. Tested by russell)
* Make the Makefile logic more explicit and move the Snow Leopard logic down to
where it's not executed on non-Darwin systems
(Closes issue #17028. Reported by pabelanger. Patched by seanbright,
tilghman. Tested by pabelanger)...
2010 Jun 18
1
Asterisk 1.6.2.9 Now Available
...cjacobsen.
Tested by Graber, cjacobsen, lathama, rickead2000, dvossel)
* Improve logging by displaying line number
(Closes issue #16303. Reported by dant. Patched by pabelanger. Tested by
dant, pabelanger, lmadsen)
* Notify CLI when modules are loaded/unloaded
(Closes issue #17308. Reported, patched by pabelanger. Tested by russell)
* Make the Makefile logic more explicit and move the Snow Leopard logic down to
where it's not executed on non-Darwin systems
(Closes issue #17028. Reported by pabelanger. Patched by seanbright,
tilghman. Tested by pabelanger)...
2019 Jan 02
1
Re: [PATCH nbdkit v2 1/2] Annotate internal function parameters with attribute((nonnull)).
...iour of GCC. This is still the case
> for libvirt upstream. However the bug in GCC does appear to have been
> fixed at the end of 2016.
>
> https://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=eefb881d4683d50882b43e5b28b0e94657cd0c9c
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17308
> ---
> +++ b/filters/cache/blk.h
This file is not on the current nbdkit.git master; I'm assuming the
patch depends on some of your other patches landing first.
> @@ -51,10 +51,15 @@ extern void blk_free (void);
> extern int blk_set_size (uint64_t new_size);
>
> /* Read...
2006 May 27
3
Saving an Array to MySQL... data changes...
I have a multiple select menu:
<%= select_tag ''resume[employer_1_industry][]'',
options_for_select(industries_helper, @resume.employer_1_industry),
:multiple=> true %>
It produces this HTML:
<select id="resume[employer_1_industry][]" multiple="multiple"
name="resume[employer_1_industry][]">
<option value="">-
2019 Jan 02
4
[PATCH nbdkit v2 0/2] Use of attribute(()).
v1 was here:
https://www.redhat.com/archives/libguestfs/2019-January/msg00008.html
In v2 I have provided two patches:
The first patch extends attribute((nonnull)) to most internal
functions, but not to the external API.
The second patch uses a macro so that attribute((format)) is only used
in the public API on GCC or Clang. At least in theory these headers
could be used by a C compiler which
2006 Apr 03
4
R2 protocol error
...2 1001 -> [1/ 1/Idle /Idle ]
=====================================================================================================
=========================================================================
Connected to Asterisk 1.2.6 currently running on prompt (pid = 17308)
Verbosity is at least 3
Apr 3 14:40:26 WARNING[17334]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/1 <- 0001 [1/ 1/Idle /Idle ]
Apr 3 14:40:26 WARNING[17334]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/1 Detected
Apr 3 14:40:26 WARNING[17334]: chan_u...
2019 Jan 01
3
[PATCH nbdkit] include: Annotate function parameters with attribute((nonnull)).
Should we use attribute((nonnull)) at all? There's a very interesting
history of this in libvirt -- try looking at commit eefb881 plus the
commits referencing eefb881 -- but it does seem to work for me using
recent GCC and Clang.
I only did a few functions because annotating them gets old quickly...
Rich.
2010 Jan 22
0
Wine release 1.1.37
...ns on burn iso window
16981 SAMO-Touragent does not work with new gecko engine (since 1.1.12)
17041 Console messages cut short?
17123 WinAVR: make command fails with Interrupt/Exception caught
17172 IDirect3DDevice9::Present ignores pDestRect
17203 Regression in PowerPC compilation
17308 ArtRage needs native gdiplus
17650 Maya PLE 8.5 doesn't install
18381 Oblivion: blank screen when HDR is enabled
18541 HoneyBOT: Wine crash upon Right Click Copy of text.
18658 Kingsoft Office crashes almost immediately on launch
19395 ExSystemTimeToLocalTime is not implemented...
2019 Jan 02
0
[PATCH nbdkit v2 1/2] Annotate internal function parameters with attribute((nonnull)).
...ty) because of poor behaviour of GCC. This is still the case
for libvirt upstream. However the bug in GCC does appear to have been
fixed at the end of 2016.
https://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=eefb881d4683d50882b43e5b28b0e94657cd0c9c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17308
---
common/bitmap/bitmap.h | 18 ++++---
common/include/iszero.h | 2 +-
common/include/random.h | 4 +-
common/regions/regions.h | 19 ++++---
common/sparse/sparse.h | 12 +++--
filters/cache/blk.h | 17 ++++--
filters...