Displaying 9 results from an estimated 9 matches for "_socket".
Did you mean:
  socket
  
2012 Dec 18
2
Yum Segfaulting
Hi All, I have a Centos 5.8 system with relatively little memory, that 
runs in rl3, where yum has decided not to work any more. As follows:-
# free
              total       used       free     shared    buffers     cached
Mem:        774628     697516      77112          0      77720     313284
-/+ buffers/cache:     306512     468116
Swap:      2048276        160    2048116
# yum -v
2013 May 27
1
Empty buffer on encoder write byte
...encoder encodeWithPCMInput:pcmInput frameSize:frameSize
outputBlock:^(unsigned char *payloadOutput, opus_int32 payloadLength) {
                // Send the audio data through UDP socket.
                NSData *audioData = [NSData dataWithBytes:payloadOutput
length:payloadLength];
                [_socket sendData:audioData toHost:RTC_SERVER_HOST
port:RTC_MEDIA_SERVER_PORT withTimeout:PACKET_TIMEOUT tag:AUDIO_DATA_TAG];
                free(pcmInput);
                pcmInput = NULL;
            }];
        }
    }];
The following is the backtrace:
* thread #6: tid = 0x231f, 0x00180506
RTCClient...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
...:conditions => [ "description = ?", vm_description ])
+             if vm && vm.state == "running"
+               # connect to node
+               @logger.info "connecting to node " + vm.host.hostname + ":" + vm.vnc_port.to_s
+               node_socket = TCPSocket.open(vm.host.hostname, vm.vnc_port)
+
+               # begin new thread to process server->client messages
+               Thread.start do
+                 @logger.debug "listening for server->client data"
+                 while(true)do
+                   node_data =...
2011 Apr 19
1
Running IMVU through Wine
...p.exe 3671631092
  matching xpcom.dll 2907611933
  matching xul.dll 442377583
  matching _audiere.pyd 2372527203
  matching _avatarwindow.pyd 928522506
  matching _cal3d.pyd 1539050085
  matching _ctypes.pyd 4113266379
  matching _hashlib.pyd 2888869518
  matching _imaging.pyd 1415766326
  matching _socket.pyd 1308984128
  matching _sqlite3.pyd 3119028100
  matching _ssl.pyd 3022635762
  matching _win32sysloader.pyd 2935242627
Number of files compared: 84
Passed comparing checksum
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33d02c
fixme:heap:HeapSetInformation 0x11000...
2005 Nov 16
0
[LLVMdev] PyPy sprint announcement: Gothenburg 7th - 11th December 2005
...eter, a small fast interpreter for "assembler-level"
    flow graphs.  This is heading towards JIT work.
- Stackless: write an app-level interface, which might be either
    Tasklets, as in "Stackless CPython", or the more limited Greenlets.
- Porting C modules from CPython.  (_socket is not finished)
- Optimization/debugging work in general.  In particular our thread
    support is far from stable at the moment and unaccountably slow.
- Experimentation: logic programming in Python.  A first step might be
    to try to add logic variables to PyPy.
.. _`pypy-0.8.0`: http://co...
2010 Jun 24
1
Running Chandler, error message when moving files
...MessageBoxW+0x39() in user32 (0x0042e4d0)
  12 0x00dab9b7 in wxmsw28u_core_vc_custom (+0x7b9b6) (0x0042f480)
  13 0x00d32e02 in wxmsw28u_core_vc_custom (+0x2e01) (0x018928f0)
0x68b7b0dc: movl	%eax,0x0(%edx)
Modules:
Module	Address			Debug info	Name (145 modules)
PE	  430000-  43d000	Deferred        _socket.pyd
PE	  af0000-  bdb000	Deferred        _core_.pyd
PE	  be0000-  d03000	Deferred        wxbase28u_vc_custom
PE	  d10000-  d30000	Deferred        wxbase28u_net_vc_custom
PE	  d30000- 1025000	Export          wxmsw28u_core_vc_custom
PE	 1030000- 10e7000	Deferred        wxmsw28u_adv_vc_custom
PE	 10f0...
2010 May 17
0
strace log
...0\0\0settimeoutt\n\0\0\0"..., 8192) = 8192
read(5, "/python2.5/socket.pyt\10\0\0\0__iter__"..., 4096) = 1102
read(5, ""..., 4096)                    = 0
close(5)                                = 0
munmap(0x7f731ad05000, 4096)            = 0
stat("/usr/lib/xen-3.2-1/bin/_socket", 0x7fffffff31b0) = -1 ENOENT (No
such file or directory)
open("/usr/lib/xen-3.2-1/bin/_socket.so", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/xen-3.2-1/bin/_socketmodule.so", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/xen-3....
2008 Jul 01
17
Memory leak scripts
Hola, I am trying to isolate the memory leak I suspect in a mailman
installation ? I found:
http://blogs.sun.com/sanjeevb/date/200506
It gives an error:
god at irt-smtp-02:~ 9:21am 65 # ./memleak.d 10312
dtrace: failed to compile script ./memleak.d: line 3: probe description
pid10312:libc.so.1:malloc:entry does not match any probes
I am on SunOS 5.10 Generic_127112-07 i86pc i386 i86pc
Are
2011 Mar 27
3
PowerDVD 10 under Wine
...networkaware
PE      10000000-10024000       Deferred        _wingdi
PE      1d100000-1d121000       Deferred        pyexpat.pyd
PE      1d160000-1d165000       Deferred        winsound.pyd
PE      1e000000-1e1ca000       Deferred        python24
PE      1e1d0000-1e1dc000       Deferred        _socket.pyd
PE      780c0000-78121000       Deferred        msvcp60
PE      78130000-781cb000       Export          msvcr80
ELF     7a14f000-7b800000       Deferred        libnvidia-glcore.so.260.19.36
ELF     7b800000-7b981000       Export          kernel32<elf>
  \-PE  7b810000-7b981000       \...