similar to: spandsp RxFAX problems.

Displaying 20 results from an estimated 100 matches similar to: "spandsp RxFAX problems."

2010 Nov 03
4
[LLVMdev] Fw: Forcing the Interpreter segfaults
[I assume you meant to send this to the list as well, not just me.] Begin forwarded message: Date: Wed, 3 Nov 2010 14:43:54 +0000 From: Salomon Brys <salomon.brys at gmail.com> To: Török Edwin <edwintorok at gmail.com> Subject: Re: [LLVMdev] Forcing the Interpreter segfaults I have build LLVM in debug mode. Here are the informations of the segfault : memcpy() at 0x7ffff6f6581e
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
Hi Salomon, please don't forget to reply to the list too (I've CC'd the list). > I don't think my code is doing anything worng... No, it looks fine to me, and the interpreter certainly supports this. That suggests that the value of %str is not being transmitted to the function right. If it is getting the wrong pointer value, that would explain why it barfs. Ciao, Duncan.
2010 Nov 02
2
[LLVMdev] Forcing the Interpreter segfaults
Helps to send to list: On Tue, Nov 2, 2010 at 1:00 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > On Tue, Nov 2, 2010 at 12:51 PM, Salomon Brys <salomon.brys at gmail.com> wrote: >> Hi everyone ! >> I am very new to LLVM and intent to use it in a research project. >> I have a problem with the interpreter: I have a simple compiler that >> generates LLVM
2010 Nov 29
3
[LLVMdev] FunctionType as a function argument
Hi all. I would like to declare a function that takes a function pointer as an argument. In C, it would be : void execute(char (*func)(void*), void *param) So, in my compiler, I have : std::vector<const Type *> cbFPtrArgs(1, Type::getInt8PtrTy(C)); FunctionType * cbFPtrTy = FunctionType::get(Type::getInt8Ty(C), cbFPtrArgs, false); Function * func =
2010 Nov 03
1
[LLVMdev] Forcing the Interpreter segfaults
On Tue, Nov 2, 2010 at 3:36 PM, Salomon Brys <salomon.brys at gmail.com> wrote: > In my case, I am working on a posix regular expression library that uses > LLVM to execute a regular expression. > Each regular expression is a very small sets of code and is faster to > interpret than to JIT then execute. > I wanted to JIT only when the regular expression is executed more than
2010 Nov 29
0
[LLVMdev] FunctionType as a function argument
You need a pointer-to-function type, but FunctionType just gives you a function type. Use PointerType::getUnqual(FunctionType::get(...)). Or TypeBuilder<char (*func)(void*), false>::get(context) from Support/TypeBuilder.h. On Mon, Nov 29, 2010 at 10:37 AM, Salomon Brys <salomon.brys at gmail.com>wrote: > Hi all. > I would like to declare a function that takes a function pointer
2010 Nov 02
0
[LLVMdev] Forcing the Interpreter segfaults
In my case, I am working on a posix regular expression library that uses LLVM to execute a regular expression. Each regular expression is a very small sets of code and is faster to interpret than to JIT then execute. I wanted to JIT only when the regular expression is executed more than 20 times. The benchmarks I have run show that my library is amzingly fast to execute a regular expression
2010 Nov 02
1
[LLVMdev] Forcing the Interpreter segfaults
Hi everyone ! I am very new to LLVM and intent to use it in a research project. I have a problem with the interpreter: I have a simple compiler that generates LLVM bitcode, JIT it and execute it, and it works very well. Now I would like to execute it using the interpreter. And I get a segfault. Here is the code : // This code JIT the function and executes it llvm::InitializeNativeTarget();
2008 Jan 15
3
4TB and "150 000 000" files out of memory error
Hi all, Thank you for your very useful product but I have a memory problem. I want use you product to migrate 4TB of data (in 150?millions files) When rsync make the list of files it full my RAM and after my SWAP and my server crash. I have 4GB of RAM and 4GB of SWAP Do you know what can I do?? Can I have an option to use an index on disk or something like this?? Thanks in advance
2005 Mar 24
2
rxfax trouble on bristuffed capi
Hi all, My BRIstuffed 0.2.0-RC7k is running fine on my debian box for voice calls over ISDN2. Now I want to implement receiving incoming faxes into my setup so I did a google and some reading on the wiki. I got the spandsp 0.0.2pre10 package compiled and installed, patched asterisk's apps makefile and compiled * again. This all worked out fine. When integrating the RxFax into my dialplan the
2003 Nov 20
2
netCDF, ncdf library
Dear all, I would like to use data in .netcdf format and for those I have to use the netCDF or ncdf packages. Problem : these packages don't seem to work : "Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library" (with netCDF package) Does anybody have the same problems with these packages ? Is there any
2004 Oct 03
0
Tenor AS cancells calls through Asterisk
Hello, Maybe some of you tried the SIP support recently introduced by Quintum in their AS devices. I have one Asterisk machine connected to PSTN via E1. It works properly. On the other side I got an ADSL line, with NAT and few devices behind it, like computer with X-Lite client installed or mentioned Quintum device. It works great - calls initiated from there are OK, as well as PSTN originated
2018 Jun 13
0
R++ is looking for a Native English Speaker Translator
Z?brys is looking for a Native English Speaker Statistician to translate many statistics-related documents. ### ABOUT Z?BRYS ### Z?brys is a startup which designs the software _R++, THE NEXT STEP_. _R++, THE NEXT STEP_ is a new Graphical User Interface for R. It comes from 3 years of research with different teams specialized in HMI. The first video presentation is available on Youtube
2018 May 15
0
[Job Offer] Statistician (M/F) Definition of the software R++
ABOUT Z?BRYS Z?brys is a startup which designs the software R++, the Next Step. R++, the Next Step is a new Graphical User Interface for R. It comes from 3 years of research with different teams specialized in HMI. The first video presentation is available here (comments are in French, but the video is understandable even without sound). Z?brys is a startup with strong growth potential: prize
2007 Mar 21
4
FWD outgoing problem
I have configured iax.conf and extensions.conf as instructed on FWD website (http://www.freeworlddialup.com/help/?p=knowledgebase&c=18&a=76) and I can successfully receive calls and make test calls to 612, 613, etc. The problem is that I can not make a call to another FWD user. Here is what asterisk says: -- Executing [393xxxxxx@default:1] Set("Zap/1-1",
2017 Aug 19
4
xp: unknown user name or bad password
Hi All, Fedora Core 26 # rpm -qa \*samba\* samba-common-4.6.7-0.fc26.noarch samba-common-libs-4.6.7-0.fc26.x86_64 samba-4.6.7-0.fc26.x86_64 samba-client-libs-4.6.7-0.fc26.x86_64 samba-winbind-modules-4.6.7-0.fc26.x86_64 samba-libs-4.6.7-0.fc26.x86_64 samba-client-4.6.7-0.fc26.x86_64 samba-common-tools-4.6.7-0.fc26.x86_64 samba-winbind-4.6.7-0.fc26.x86_64 I am replacing a CentOS 5 Samba Server
2006 May 30
1
Callerid and trunk
Ok, I must be really stupid here - I'm playing with ael and svn trunk. given the following in ael: context isdn10 { 444601 => { Answer(); NoOp(${CALLERIDNUM}); Hangup(); }; }; isdn10 is the incoming isdn context. why do I get this on the console: -- Accepting call from '01702xxxxxx' to 'yyyyyy' on
2007 Dec 01
0
ADS - Not recognizing Domain Admin group membership (from 1 workstation only)
I've been running a couple Centos5 and RHEL4/5 servers with samba for a while now and everything has been working great with our Windows 2003 AD. All of a sudden though I'm experience something really weird on one of the RHEL5 boxes. Whenever I try to connect as a Domain Admin from one particular Vista client, I get access denied and repeated prompts for a username/password - this has
2006 May 29
4
registration at Voipbuster times out
Hi, I am new here on this list, and have a problem of which I hope that somebody here can help me with it. I have a Voipbuster account, with which I would like to make phone calls via my Asterisk PBX. If I let X-Lite register directly at voipbuster.com, everything is OK, but if I let Asterisk register there, it says "registration for XXXXXX@sip.voipbuster.com timed out, trying again",
2006 Feb 07
1
asterisk to FWD
Hello all, Here is my problem, I try to place a call to FWD (free world dialup) trough my asterisk PBX. my config is as follow: extensions.conf ---------------- [internal] exten => 613,1,Dial(IAX2/iaxfwd-outbound/613) (service echo de FWD) exten => xxxxxx,1,Dial(IAX2/iaxfwd-outbound/xxxxxx) mon numero FWD exten => yyyyyy,1,Dial(IAX2/iaxfwd-outbound/yyyyyy) celui d'un ami FWD