search for: deug

Displaying 7 results from an estimated 7 matches for "deug".

Did you mean: debug
2011 Nov 05
1
testing significance of axis loadings from multivariate dudi.mix
Hi all I?m trying to tests the significance of loadings from a ordination of 46 variables (caategorical, ordinal and nominal). I used dudi.mix from ade4 for the ordination. A years ago Jari Oksanen wrote this script implementing Peres-Neto et al. 2003 (Ecology) bootstraping method: netoboot <- function (x, permutations=1000, ...) { pcnull <- princomp(x, cor = TRUE, ...) res
2006 Aug 24
3
How to show deug info via XENPRINTF?
Hi all. I am trying to debug a kernel that I built, and I hope I could see some debug info printing out via XENPRINTF. I use it in the source code of kernel like: XENPRINTF("nr_pages: %ld shared_info: 0x%lx flags: 0x%lx pt_base: 0x%lx " "mod_start: 0x%lx mod_len: 0x%lx\n", xen_start_info->nr_pages, xen_start_info->shared_info, xen_start_info->flags,
2006 Aug 24
3
How to show deug info via XENPRINTF?
Hi all. I am trying to debug a kernel that I built, and I hope I could see some debug info printing out via XENPRINTF. I use it in the source code of kernel like: XENPRINTF("nr_pages: %ld shared_info: 0x%lx flags: 0x%lx pt_base: 0x%lx " "mod_start: 0x%lx mod_len: 0x%lx\n", xen_start_info->nr_pages, xen_start_info->shared_info, xen_start_info->flags,
2010 Jul 20
2
Dahdi - Meetme problem on a VM
...ysql 20 0 133m 9.9m 496 S 0.3 4.0 0:06.52 mysqld 1 root 15 0 2136 300 272 S 0.0 0.1 0:01.41 init 2 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0 3 root 34 19 0 0 0 S 0.0 0.0 0:00.10 ksoftirqd/0 Could someone help how to deug this issue further ? Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100720/eab03c3d/attachment-0001.htm
2003 Dec 04
16
Asterisk freezing HELP
Hello, I have had several instances over the last month of Asterisk freezing, sometimes after 12 hours, sometimes after 8 days. The common elements are that: - all Zap channels lock[hangups don't register and no new calls in or out] - no new in/outbound calls can be made on Zap or SIP channels - people who are still connected to calls can continue to talk - in the CLI interface, you can
2007 Oct 11
0
12 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_frame.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_shape_parser.c libswfdec/swfdec_sound.c test/sound
...[0], comp_data[1]); goto dump; } + i++; + comp_data += 16; } return TRUE; dump: diff-tree b1771f28adb77864e0072748ee08c462e4abe29d (from 40854374b86f321fb816ce505f2ef170f59dfaf1) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 18:37:42 2007 +0200 add deug message diff --git a/libswfdec/swfdec_audio_event.c b/libswfdec/swfdec_audio_event.c index a82182d..8520bf9 100644 --- a/libswfdec/swfdec_audio_event.c +++ b/libswfdec/swfdec_audio_event.c @@ -154,6 +154,7 @@ swfdec_audio_event_decode (SwfdecAudioEv } } event->n_samples = event->d...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...ent SwfdecBufferFreeFunc fix names of files in EXTRA_DIST we require glib 2.10 copy/paste error fix typo format == 0 is fine after the format rewrite rewrite loop handling return a correct number of remaining samples remove unnecessary check add deug message rework sound system to only compare in 5.5kHz rate. pop blocks before freeing the script read the files from the right directory gtkdoc-check can't handle builddir != srcdir and fails for make distcheck PPC fixes make PPC happy update NEWS for 0...