search for: pindex

Displaying 17 results from an estimated 17 matches for "pindex".

Did you mean: index
2005 Feb 01
2
Error on compiling oh323 0.6.5 on cvs stable asterisk
...ore `&' token /root/Asterisk/h323/pwlib/include/ptlib/args.h:254: error: virtual outside class declaration /root/Asterisk/h323/pwlib/include/ptlib/args.h:266: error: virtual outside class declaration /root/Asterisk/h323/pwlib/include/ptlib/args.h:266: error: non-member function `PINDEX GetOptionCount(char)' cannot have `const' method qualifier /root/Asterisk/h323/pwlib/include/ptlib/args.h:270: error: virtual outside class declaration /root/Asterisk/h323/pwlib/include/ptlib/args.h:270: error: non-member function `PINDEX GetOptionCount(const char*)' cannot have `...
2003 Aug 22
3
PAE removal patch for testing
...tatic void pmap_insert_entry __P((pmap_t pmap, vm_offset_t va, vm_page_t mpte, vm_page_t m)); static vm_page_t pmap_allocpte __P((pmap_t pmap, vm_offset_t va)); + +static int pmap_release_free_page __P((pmap_t pmap, vm_page_t p)); static vm_page_t _pmap_allocpte __P((pmap_t pmap, unsigned ptepindex)); +static unsigned * pmap_pte_quick __P((pmap_t pmap, vm_offset_t va)); static vm_page_t pmap_page_lookup __P((vm_object_t object, vm_pindex_t pindex)); static int pmap_unuse_pt __P((pmap_t, vm_offset_t, vm_page_t)); static vm_offset_t pmap_kmem_choose(vm_offset_t addr); -static int pmap_is_c...
2003 Jun 13
1
odd crash on -STABLE box
...g too quickly on /dev/ttyv1, sleeping 30 secs Tried to halt the box nicely, this error popped up: [root@erwin] /: halt spec_getpages : [#da/0] I/O read failure: (error 6) bp 0xfffffe0004a53b70 vp 0xfffffe000b683ec0 size: 65536, resid: 65536, a_count: 65536, valid: 0x0 nread: 0, reqpage: 0, pindex: 0, pcount: 0 /sbin/halt: Input/output error So I had to hard reset the box. It came back OK after a fsck, nothing in the logs at all root@erwin ~ % uname -a FreeBSD erwin.number6 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jun 9 16:34:34 EST 2003 root@erwin.number6:/usr/obj/usr/src/sys/ERWIN...
2004 Aug 06
1
openh323 conflict; can speex_encode take short?
openh323 speexcodec.cxx has: BOOL SpeexCodec::EncodeFrame(BYTE * buffer, unsigned & length) { // convert PCM to float float floatData[SAMPLES_PER_FRAME]; PINDEX i; for (i = 0; i < SAMPLES_PER_FRAME; i++) floatData[i] = sampleBuffer[i]; // encode PCM data in sampleBuffer to buffer speex_bits_reset(bits); speex_encode(coder_state, floatData, bits); ................................. which does not compile on gcc-3.3.3: peexcodec.cxx: In memb...
2010 Apr 08
2
HP R1500 G2
...ups -DDDDD -a ups01 -k" ..... opening /dev/usb/3f0.1fe0/0/cntrl0 opening ep0 failed, -1 usb_open_ep0 failed: 16 usb_close(): hdl=0x0 usb_error(): error=22 usb_devices list: 0: 3f0.1fe0/0 0.017204 Checking device (0000/0000) (/dev/usb/3f0.1fe0/0) usb_open: device ptr is 0x4bea8 usb_open: pindex = 0 usb_open(): usb_open_ep0(): opening /dev/usb/3f0.1fe0/0/cntrl0 opening ep0 failed, -1 usb_open_ep0 failed: 16 usb_strerror(): usb_error_type=2, errno=22 0.018193 Failed to open device, skipping. (Invalid argument) 0.018350 No appropriate HID device found 0.018511 No matchin...
2004 Aug 26
0
chan_oh323 build (resubmit w/ new title)
...ide class declaration /root/pwlib/include/ptlib/args.h:249: parse error before `&' token /root/pwlib/include/ptlib/args.h:254: virtual outside class declaration /root/pwlib/include/ptlib/args.h:266: virtual outside class declaration /root/pwlib/include/ptlib/args.h:266: non-member function `PINDEX GetOptionCount(char)' cannot have `const' method qualifier /root/pwlib/include/ptlib/args.h:270: virtual outside class declaration /root/pwlib/include/ptlib/args.h:270: non-member function `PINDEX GetOptionCount(const char*)' cannot have `const' method qualifier /root/pwlib/...
2004 Aug 26
1
chan_oh323: __use_ast_pthread_create_instead __ (was: chan_oh323 loading error)
...ide class declaration /root/pwlib/include/ptlib/args.h:249: parse error before `&' token /root/pwlib/include/ptlib/args.h:254: virtual outside class declaration /root/pwlib/include/ptlib/args.h:266: virtual outside class declaration /root/pwlib/include/ptlib/args.h:266: non-member function `PINDEX GetOptionCount(char)' cannot have `const' method qualifier /root/pwlib/include/ptlib/args.h:270: virtual outside class declaration /root/pwlib/include/ptlib/args.h:270: non-member function `PINDEX GetOptionCount(const char*)' cannot have `const' method qualifier /root/pwlib/...
2003 Aug 12
2
panic with today's stable
...case T_DNA: 470 #if NNPX > 0 (kgdb) up #6 0xc025fa19 in vm_page_remove (m=0xc1331138) at /usr/src/sys/vm/vm_page.c:462 462 bucket = &(*bucket)->hnext; (kgdb) list 457 458 bucket = &vm_page_buckets[vm_page_hash(m->object, m->pindex)]; 459 while (*bucket != m) { 460 if (*bucket == NULL) 461 panic("vm_page_remove(): page not found in hash"); 462 bucket = &(*bucket)->hnext; 463 } 4...
2006 Jan 12
0
latest pwlib...still compile error
ver 1.9.1 -I. -shared sound_oss.cxx -o ../pwlib/device/sound/oss_pwplugin.so sound_oss.cxx: In member function ‘virtual BOOL PSoundChannelOSS::Read(void*, PINDEX)’: sound_oss.cxx:766: error: cast from ‘void*’ to ‘unsigned int’ loses precision make[3]: *** [../pwlib/device/sound/oss_pwplugin.so] Error 1 make[3]: Leaving directory `/usr/src/pwlib_v1_9_1/plugins/sound_oss' make[2]: *** [opt] Error 2 make[2]: Leaving directory `/usr/src/pwlib_v1_9_1/plugin...
2008 Nov 24
1
RELENG_7 panic under load: vm_page_unwire: invalid wire count: 0
Box with fresh RELENG_7 panic under heavy network load (more than 50k connections). This panics seems to be senfile(2) related, because when sendfile disabled in nginx, I can't reproduce the problem. Backtrace in all cases like this: # kgdb kernel /spool/crash/vmcore.1 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
Hi, Running 9.2-PRERELEASE #19 r253313 I got the following panic Fatal trap 12: page fault while in kernel mode cpuid = 22; apic id = 46 fault virtual address = 0xffffff827ebca30c fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff81983055 stack pointer = 0x28:0xffffffcf75bd60a0 frame pointer = 0x28:0xffffffcf75bd68f0
2004 Sep 29
0
astersk-oh323 compile error make
...sr/src/pwlib/include/ptlib/unix/ptlib/mutex.h:114: non-member function `BOOL WillBlock()' cannot have `const' method qualifier /usr/src/pwlib/include/ptlib/unix/ptlib/mutex.h:116: parse error before ` protected' /usr/src/pwlib/include/ptlib/unix/ptlib/mutex.h:121: redefinition of `PINDEX lockCount' /usr/src/pwlib/include/ptlib/unix/ptlib/mutex.h:121: `PINDEX lockCount' previously declared here In file included from /usr/src/pwlib/include/ptlib/syncthrd.h:84, from /usr/src/pwlib/include/ptlib.h:223, from wrapper_misc.hxx:35,...
2005 May 06
1
oh323 compile problem in FreeBSD
Hi, I'm trying to compile asterisk-oh323-0.7.1 in FreeBSD 5.3. I tried to use gmake but it exits with too many errors. Did somebody compile before oh323 in FreeBSD? How should I compile it under FreeBSD? thanks, Ganbold
2005 May 13
0
[Asterisk-Dev] Re: oh323 compile problem in FreeBSD
...e/ptlib/unix/ptlib/mutex.h:116: error: expected unqualified-id before "protected" /usr/home/tsgan/pwlib/include/ptlib/unix/ptlib/mutex.h:116: error: expected `,' or `;' before "protected" /usr/home/tsgan/pwlib/include/ptlib/unix/ptlib/mutex.h:121: error: redefinition of `PINDEX lockCount' /usr/home/tsgan/pwlib/include/ptlib/unix/ptlib/mutex.h:121: error: `PINDEX lockCount' previously declared here In file included from /usr/home/tsgan/pwlib/include/ptlib/syncthrd.h:84, from /usr/home/tsgan/pwlib/include/ptlib.h:223, from wrapper_m...
2013 Jul 24
1
NFS deadlock on 9.2-Beta1
Two machines (NFS Server: running ZFS / Client: disk-less), both are running FreeBSD r253506. The NFS client starts to deadlock processes within a few hours. It usually gets worse from there on. The processes stay in "D" state. I haven't been able to reproduce it when I want it to happen. I only have to wait a few hours until the deadlocks occur when traffic to the client machine
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
...tion = 1 next_object = 0xffffffff marray = {0xc21fc000, 0xc032d43c, 0xc032d418, 0xc0235f94, 0xc21fc000, 0xc02362b9, 0x400000, 0xc032d43c, 0xc21fc000, 0x18, 0x400000, 0x0, 0xc032d444, 0xc02364aa, 0xc21fc000, 0xc032d43c} hardfault = 0 faultcount = -1 fs = {m = 0xcdc07000, object = 0xcdc0b000, pindex = 3256860672, first_m = 0xc21fc000, first_object = 0x0, first_pindex = 4688, map = 0xc038ab7c, entry = 0xc038a750, lookup_still_valid = 24, vp = 0x0} #18 0xc02d05f6 in trap_pfault (frame=0xc032d49c, usermode=0, eva=3516445284) at /usr/src/sys/i386/i386/trap.c:856 va = 3516444672 vm = (s...
2013 Jun 07
0
Wine release 1.6-rc1
...creating the swapchain. ddraw: Restore resolution on EXCLUSIVE->NORMAL switch. ddraw/tests: Add EXCLUSIVE->NORMAL coop level switching tests. ddraw: Update the SetCooperativeLevel comment. ddraw/tests: Fix a typo. Tatyana Fokina (1): oleaut32: Ignore NULL ppTLib/pIndex in ITypeInfo2_fnGetContainingTypeLib. Vincent Povirk (1): gdiplus: Add test for measuring a single line that exactly fits. -- Alexandre Julliard julliard at winehq.org