search for: call

Displaying 20 results from an estimated 143353 matches for "call".

Did you mean: all
2012 May 04
3
jdk on wine - Error
...he installation on a fresh virtual machine with ubuntu 10.04. Installation went well but still wine64 is still not able to install jdk. My command is: Code: wine jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe The output is : Code: fixme:heap:HeapSetInformation 0x2c4000 0 0x22fce0 4 wine: Call from 0x7f3f4ff57048 to unimplemented function KERNEL32.dll._local_unwind, aborting wine: Call from 0x7f3f4ff57048 to unimplemented function KERNEL32.dll.__C_specific_handler, aborting wine: Call from 0x7f3f4ff57048 to unimplemented function KERNEL32.dll.__C_specific_handler, aborting wine: Call fro...
2020 Oct 27
2
Expert to work on load issue
...ultant to help us figure out an issue. We are having what seems are "random load" issues with bare metal boxes that are dedicated to Asterisk and a few Perl AGI's. We went after all the usual suspects (CPU IDLE, memory usage etc.). I wrote the simple bash script below to show me total calls and CPU usage of Asterisk #! /bin/bash for i in {1..50} do CALLS=$(asterisk -rx'core show calls' | head -n 1 | awk '{print $1}') CPU=$(top -b -n 1 | grep $(pidof asterisk) | awk '{print $9}') echo "CPU USAGE $CPU Active calls $CALLS" done...
2007 Nov 14
0
4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 3 test/trace/Makefile.am | 18 ++++ test/trace/callmethod-this-5.swf |binary test/trace/callmethod-this-5.swf.trace | 136 +++++++++++++++++++++++++++++++++ test/trace/callmethod-this-6.swf |binary test/trace/callmethod-this-6.swf.trace | 134 ++++++++++++++++++++++++++++++++ test/trace/callmethod-this-7.swf |binary test/trace...
2012 Jan 09
4
"timeGetTime“ function in winmm.dll
...perts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret wininet.InternetCloseHandle() retval=00000001 ret=004222c2 0028:Call KERNEL32.LoadLibraryA(01b4e770 "C:\\Programme\\MetaTrader 4 \\experts\\libraries\\FCS300.dll") ret=00421df4 0009:Call hook proc 0x4f2290 (id=WH_CALLWNDPROC,code=0,wp=00000001,lp=0033669c) 0009:Call user32.CallNextHookEx(00010068,00000000,00000001,0033669c) ret=004f23a7 0025:Ret KERNEL32....
2020 Oct 27
2
Expert to work on load issue
Jon, We are only using FastAgi. On the second system (running Asterisk 16) there are no agi's running (just some bash scripts on call hangup). I did add some hackey code (netstat -nua | grep -v 'udp 0 0' | grep -v udp6 | grep -v ' 0 0.0.0.0' | grep udp) to my bash script to check out the packet queue (with the help of https://serverfault.com/questions/623377/is-there-a-way-to-get-current-txqueue-utili...
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a window) and save to a file. I have this, but I have no idea where it came from, but it gives a corrupted image Paul # -*- ruby -*- # screen capture -- # This script runs with a Ruby/DL which is included in ruby-1.7. require ''dl/import'' module ScreenCapture extend DL::Importable dlload
2009 May 30
5
Understanding Call Handling In Asterisk
Hi, I am a newbie to Asterisk; need help understanding three-way conferencing & call-transfer features implemented over standard extensions i.e. on a TDM800P card (4 FXO + 4FXS) In Asterisk I have observed that if an extension is already participating in an active call (e.g. Ext A & Ext B communicating): 1. An incoming call to one of these active extensions would be present...
2015 Feb 14
2
freenas USB connection error
...Supported UPS detected with megatec protocol Permissions problem: Input/output error 14.124787 Driver failed to start (exit status=1) Snippet from Output of ktrace when running : # ktrace /usr/local/libexec/nut/blazer_usb -D -D -D -D -a ups ... 67611 blazer_usb RET read 0 67611 blazer_usb CALL stat(0x800f8e498,0x7fffffffe2d0) 67611 blazer_usb NAMI "/etc/nsswitch.conf" 67611 blazer_usb STRU struct stat {dev=2264989441, ino=703, mode=-rw-r--r-- , nlink=1, uid=0, gid=0, rdev=4294967295, atime=1423937499.241504491, stime=1423498232.822474644, ctime=1423498232.822474644, birtht...
2008 Dec 18
5
EverQuest - worked once, but no more
...; Segmentation fault So I've started debugging Wine, and I think I'm getting somewhere. > WINEDEBUG=+relay wine eqgame.exe patchme The output is too long for the buffer, but here's what I got back: > 0009:Ret KERNEL32.SetLastError() retval=00000002 ret=005bc285 > 0009:Call KERNEL32.GetFullPathNameA(0032fce4 "p.dat",00000104,0032f630,0032f5fc) ret=005c3afc > 0009:Ret KERNEL32.GetFullPathNameA() retval=00000025 ret=005c3afc > 0009:Call KERNEL32.GetLastError() ret=005bc221 > 0009:Ret KERNEL32.GetLastError() retval=00000002 ret=005bc221 > 0009:Cal...
2009 Sep 17
3
[LLVMdev] Exception Handling Tables Question
On Thu, Sep 17, 2009 at 3:40 AM, Duncan Sands <duncan.sands at math.u-psud.fr> wrote: > Hi Bill, > >> Yeah. The logic will need tweaking for sure. I'm also concerned about the >> _Unwind_resume() call. GCC emits a call site region for it in the exception >> table. We...kind of do that. It looks like it's being included in one of the >> "this is a region which isn't in a try-catch block, but it has a call in it, >> so lets add it to the exception table" areas....
2011 Jun 13
5
3.0.0-rc2: Xen: High amount of kernel "reserved" memory, about 33% in 256MB DOMU
Hi, another issue I''m seeing with 3.0-rc2 and Xen is that there is an unexpectedly high amount of kernel reserved memory. I suspect that Linux allocates page table entries and corresponding data structures for the whole 6GB areas of the provided ''physical RAM map'' even though it has rather big unusable holes in it. [ 0.000000] BIOS-provided physical RAM map: [
2009 Sep 18
0
[LLVMdev] Exception Handling Tables Question
Hi Bill, >>> Yeah. The logic will need tweaking for sure. I'm also concerned about the >>> _Unwind_resume() call. GCC emits a call site region for it in the exception >>> table. We...kind of do that. It looks like it's being included in one of the >>> "this is a region which isn't in a try-catch block, but it has a call in it, >>> so lets add it to the exception table&q...
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by spamfilter because of wrong timesettings on my local computer. i reaplyed to my original post and now im not shure if the mailserver thinks the message is corrupt because of reply to a non existing message. here is the originalmessage (again?) Hi everyone, thirst of all please forgive my bad english :) i have installed wine
2006 Feb 16
0
OWA via IE stops working after upgrade
...ould crash just after logging in. I have noted this is also happening on my other computers running the same operating system and same version of Wine (again, after update). Here's some of the printouts from WINEDEBUG: 0012:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=00e87b08 0012:Call ntdll.RtlFreeHeap(7fec0000,00000000,7ff17808) ret=00e83b61 0012:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00e83b61 0012:Ret kernel32.31() retval=00000000 ret=0017e94b 0012:Ret user32.DestroyIcon() retval=00000001 ret=00b9ca17 0012:Call user32.UnregisterClassW(7fc8fbfa L"tooltips_class32&q...
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
the following is the output, when I try to run the app via wine in debug mode(sorry if I have pasted the unnecessary information/output) # export WINEDEBUG=+relay # wine PrjPatientInfo.exe 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=65f3b30e 0009:Call ntdll.RtlFreeHeap(00110000,00000000,00133528) ret=65f014db 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=65f014db 0009:Call KERNEL32.ReleaseMutex(0000009c) ret=65f3b1ae 0018:Ret user32.GetMessageW() retval=00000001 ret=7ef58ee2 0018:Call user32.DispatchMessageW(0033f960) ret=7ef58ebf 0018:Call...
2009 Nov 02
1
two small wishes (with code sugegstions) for R-core
...great if you could implement the two minor code changes suggested below, which would help processing large objects in R. Jens Oehlschl?gel # Wish no. 1: let [.AsIs return the class AFTER subsetting, not the class of the original object # Wish no. 2: adjust write.csv and write.csv2 for multiple calls in chunked writing # Rationale no. 1: a couple of packages will return a different class than SomeClass when subsetting with [.SomeClass # and still need to keep the AsIs property # Examples for classes returning different classes on subscipting are in packages 'bit', 'ff', '...
2008 Aug 31
3
GTR Evolution - Crashing
...stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:font:SetMapperFlags (0x3a0, 0x00000001): stub - harmless fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (1) failed ((nil)) fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (2) failed ((nil)) fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (3) failed ((nil)) fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (4) failed ((nil)) fixme:d3d9:IDir...
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
the following is the output, when I try to run the app via wine in debug mode(sorry if I have pasted the unnecessary information/output) # export WINEDEBUG=+relay # wine PrjPatientInfo.exe 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=65f3b30e 0009:Call ntdll.RtlFreeHeap(00110000,00000000,00133528) ret=65f014db 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=65f014db 0009:Call KERNEL32.ReleaseMutex(0000009c) ret=65f3b1ae 0018:Ret user32.GetMessageW() retval=00000001 ret=7ef58ee2 0018:Call user32.DispatchMessageW(0033f960) ret=7ef58ebf 0018:Call...
2020 Jan 26
2
[RFC] Replacing inalloca with llvm.call.setup and preallocated
...there is room for improvement. I recently took the time to write up a design using token values that will hopefully be better named and easier to work with and around. For the technical details of the proposal, I've written up the RFC in Markdown here: https://github.com/rnk/llvm-project/blob/call-setup-docs/llvm/docs/CallSetup.md I've pasted the text below if you want to quote and reply on the list. The main question I have for the community is, given that it is infeasible to upgrade inalloca to llvm.call.setup, can we drop support for the old IR? So far as I am aware, Clang has been t...
2015 Sep 29
2
[PATCH] D12923: Add support for function attribute "notail"
On Tue, Sep 29, 2015 at 10:49 AM, Philip Reames <listmail at philipreames.com> wrote: > > > On 09/28/2015 10:38 PM, Sanjoy Das wrote: > >> >> > That was what I had in mind: the function attribute blocks tail call >> for statically direct calls but doesn't promise >> > anything (in fact, does nothing) for indirect calls. >> > >> > Do you think we shouldn't make any promises for statically direct calls >> either? I don't see why it's hard to keep the >...