similar to: sub( , perl = TRUE) overflow (PR#7479)

Displaying 20 results from an estimated 5000 matches similar to: "sub( , perl = TRUE) overflow (PR#7479)"

2016 Jan 18
2
Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)
Hi everyone, I am getting a segmentation fault (seems to occur randomly) using Asterisk 13.7.0-rc2 with PJProject 2.4.5. It appears to be something that libmysqlclient is complaining about when doing a query in ps_endpoint_id_ips. We are using Asterisk Realtime. This also seems to occur in Asterisk 13.5.0. Below is a backtrace that might help a little. I have looked through the change log for
2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
Hi all, I have a csv file containing words with *UNPRINTABLE ASCII* characters (described in the following table). Are there any viable method in eliminating these characters? I realise that *EXTENDED ASCII* characters (i.e , ¡, ¢, £, ¤ etc) can be removed or replaced via *"gsub"* or *"gregexpr"* functions. But am not certain with the *UNPRINTABLE ASCII* characters. Your
1998 Oct 10
0
R-beta: dyn.load update
Hi Guido, As you may have seen from my other message, I am now running Win95 B but am still getting the dyn.load failure already reported. So far as I can see, the problem is in the DLL files, not the R.exe. I have two versions, your version built with the cross-compiler, and one built with Mingw32 version 1.02 (1.1 has an additional problem). Your cross build version works fine. My locally
2009 Dec 29
0
aMSN segfaults at login after configuring my home network
After configuring my home network, aMSN segfaults. I posted this issue originally in the aMSN forums under this thread: http://www.amsn-project.net/forums/viewtopic.php?t=7593 I was told that my issue is related to SAMBA, referring this thread: http://www.amsn-project.net/forums/viewtopic.php?t=6343 After uninstalling SAMBA, aMSN stops segfaulting and works as expected. After installing it
2004 Feb 04
1
Signal 11 in smbd 3.0.2rc2 on printer operation!
Our computers in our office ceased being able to print to a shared cups printer today. Could not find the cause. Seems the smbd processes are dying. Below is the stack trace produced by gdb bt full. The Samba 'panic action' script, /usr/share/samba/panic-action, was called for pid 5839 (/usr/opt/samba-3.0.2rc2/sbin/smbd). 0x40150a59 in wait4 () from /lib/libc.so.6 #0 0x40150a59 in
2009 May 18
2
readBin on binary non-blocking connections (Windows & Unix differences/bugs)
R-devel: I am encountering a consistency issue using socketConnection and readBin with *non-blocking* connections on Unix and Windows XP (no Vista to test). I am a bit confused by the behavior of *non-blocking* connections under Windows specifically. When calling readBin on a non-blocking connection when there is no data to read on the socket, the connection under Unix will return a vector of
2001 Nov 27
1
Winereal at 98%CPU and nothing happens
I'm running mandrake 8.1 and i installed the mandrake RPM. If i try to run: wine notepad.exe winreal keeps running at 98% CPU and nothing appears on the desktop, i let it run for 2 hours. I dl'ed winecheck form winehq.com and these are the results: --------------------------- checking Wine base files --------------------------- 001. Checking for file "wine"...
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
Hi All, I have a really strange issue occuring where if I run "show dialplan" or "dialplan show" or "dialplan show parkedcalls", then asterisk dumps core. It only appears to happen with contexts that are created within res_features. I am able to display all my other dialplans, but, every time I try to just do a normal "dialplan show" asterisk core dumps
2001 Apr 02
0
frontpage express
Hi, I would like some help getting wine to run frontpage express. I have been using wine successfully with "Remote Administrator" for nearly a year. This is the first time I've wanted to use another program. I had an error code, and as part of the troubleshooting process, removed, purged and reinstalled everything, however continue to have the same problem. I saw on the APP
2011 Jan 12
0
Backtrace:dovecot/imap
This may be identical to the one I posted previously. >From the log: Jan 12 15:25:55 postamt dovecot: imap(mfxxxch): Panic: file squat-trie.c: line 876 (squat_build_word): assertion failed: (i + bytelen <= size) Jan 12 15:25:55 postamt dovecot: imap(mfxxxch): Error: Raw backtrace: /usr/dovecot-2/lib/dovecot/libdovecot.so.0(+0x3b861) [0xb7721861] ->
2001 Oct 29
1
wine on Mandrake 8.1
Hi, I have installed wine on Mandrake 8.1 (the RPM from the Mandrake CD), fixed the ~/.wine/config file (man wine.conf) but the wine still does not work. If I run what-ever application it does nothing, if I leave it long enough, it displays this.... [mypc]#wine notepad err:ntdll:RtlpWaitForCriticalSection Critical section 0x4011a610 wait timed out, retrying (60 sec) fs=024f
2002 Oct 22
1
winecheck output
Hi: I have Mandrake 9.0 with NO windows partition. Wine version 20020804. (Fresh installation from Mandrake) As a first step I ran the winecheck script i found on winehq.com It founds tree items as CRITICAL. Can anyone help how to solve this? Thanks, Miguel Here it's the complete output from the script: [mcanedo@grupogcm-interno mcanedo]$ ./winecheck This script verifies the
2002 May 30
0
Mangled Names of Long File Name with 2.2.4 (fwd)
> > ---------- Forwarded message ---------- > Date: Thu, 23 May 2002 11:18:36 +0200 > From: Pascal Schelcher <pascal.schelcher@free.fr> > To: samba@lists.samba.org > Subject: [Samba] Mangled Names of Long File Name with 2.2.4 > > Hello, > > I have got samba-2.2.4 installed. > The Documentation of Samba says that the probability of a clash of mangled >
2000 Jun 28
2
Colour depth reduced to 12 by bitmap devices
I am using R to create colour plots as bitmap files. I have created a palette of 256 colours that I want to use, but the resultant output files contain only 12 colours used in dither patterns. The result is the same whether I use bmp() or png(). How can I get the true colours that I specified instead of dither patterns? (making the driver's job easier!) I am using R 1.1.0 for Windows
2007 Aug 23
3
RData File Specification?
Hi, I am developing a tool for converting a large data frame stored in an uncompressed binary (XDR) RData file to a delimited text file. The data frame is too large to load() and extract rows from on a typical PC. I'm looking to parse through the file and extract individual entries without loading the whole thing into memory. In terms of some C source functions, instead of doing
2007 Aug 06
4
Function for trim blanks from a string(s)?
I feel like an idiot posting this because every language I've ever seen has a string function that trims blanks off strings (off the front or back or both). Ideally, it would process whole data frames/matrices etc but I don't even see one that processes a single string. But I've searched and I don't even see that. There's a strtrim function but it does something completely
2017 Oct 30
2
Problems in communication with Mustek PowerMust 1060 LCD
System: Cenots Linux 6.9 Application: nut-2.7.5-0.20170613gitb1314c6 [with usb 0.1 from distro] Device: Mustek PowerMust 1060 LCD Comunication log file: dump.txt We are looking at the possibility of successful communicating with this device UPS Mustek PowerMust 1060 LCD. PS: wolfy on the list gives me assistance and i can install any new compiled nut version from sources. Thanks, Catalin.
2008 Jun 11
0
megatec_usb
Hoi all, First of all thanks for all the great work on NUT. I have two identical Socomec UPS Netys 1000PE. One is connected to an Ubuntu Hardy 64bit system and is detected just fine by the driver (v1.5.9), see below. The other one is connected to a Debian Etch 32bit system and is not detected by the driver (v1.5.9), see below. Would you have any idea how I could further debug this issue? Could
2000 Aug 09
2
WAV header (hey Mike)
So, I saw a form of wav header I didn;t know about today. It's not in my (admittedly aging) copy of the RIFF spec from M$, but it's pretty clear how to handle it (mostly in the context of OggEnc). Here's a dump with od -c: 0000000 R I F F 370 357 l 002 W A V E f m t 0000020 020 \0 \0 \0 001 \0 002 \0 D 254 \0 \0 020 261 002 \0 0000040 004 \0
2012 Sep 19
2
Rcmd check problem
Hi, all. I was trying to build my R package with R 2.15.1 32bit and win7. I basically follow the routine in Steven Mosher's blog http://stevemosher.wordpress.com/step-10-build/ After I fixed the path, and built the skeleton of the package, I started command prompt and used the following commands in building my package Rcmd check myPackageName Rcmd build myPackageName Rcmd check