similar to: Installing R-packages in Windows Using Rtools - compilation error when <signal.h> included in C header

Displaying 20 results from an estimated 1000 matches similar to: "Installing R-packages in Windows Using Rtools - compilation error when <signal.h> included in C header"

2010 Jul 07
0
Playing flac files from external hard drive
I use an old laptop running linux. Works great, and it is a very inexpensive solution. On Wednesday 07 July 2010 13:00:28 ABRAHAM NAIM wrote: > Many thanks for this! I was looking for an inexpensive solution, and a > Nokia tablet is too expensive for me. I was hoping for a cheap mp3 player > with a USB connection, but thanks for the advice anyway. > > On 7 July 2010 19:30, Ognjen
1999 Jan 24
1
HPUX 9.05 & Samba 2.0.0 & problems -> solved !
Hi there ! I just solved the problem that produced following error in smb.log file: 'check_access_allowed_for_current_user: The process is no longer waiting!' Since nobody gave me any help I had to dig this out myself :-) This error happens if two programs hold more than 10 same files simultaneously open through Samba and check_access_allowed_for_current_user() gets called. And this
2010 Jul 08
0
Playing flac files from external hard drive
Hi Kerry, Thanks for the detailed information. I have seen some mp3 players that claim to play flac, so I think that this is not a problem any longer. My disk is formatted to FAT32 because in the past I tried to access it through some backwards Windows system and had to make sure it could be read by it. The only problem remains accessing the data through a USB connection, because the disk is
2004 Aug 04
2
Color in console
Hey all. I have a color-capable console (color ls works, and I can run any color-smart program like naim and bitchX), but for some reason the color in the console for asterisk, whether started with -c or safe_asterisk, isn't working for me. Any ideas as to why? I don't think it's my termcap, although I could post that if y'all really wanted it. Asterisk was built, and is
2010 Jul 07
2
Playing flac files from external hard drive
Hi, Many thanks for this! I was looking for an inexpensive solution, and a Nokia tablet is too expensive for me. I was hoping for a cheap mp3 player with a USB connection, but thanks for the advice anyway. Abe On 7 July 2010 19:30, Ognjen Bezanov <Ognjen at mailshack.com> wrote: > My nokia n810 does this. I have in fact done what you want and played > FLAC files off my external
2000 Jun 12
0
smbstatus getting a SIGBUS error
Somemore information regarding the smbstatus error. The sigbus error is occuring where I noted below. I now have data values to go along with the location. The SIGBUS generating bit is "entry_scanner_p->e.pid" which looks to be in an unaccessable area of memory. Looking back through the code, I find a couple of bizarities. For example file_scanner_p->num_share_mode_entries
2006 Feb 13
1
rsync SIGSEGV signal handler in Cygwin.
Hello! I am using rsync compiled with Cygwin on windows. I must call rsync from the *.bat script (I don't want to use a bash on Windows) and I have noticed that in the case when program compiled by Cygwin crashes via segmentation fault and default SIGSEGV handler is called, then it terminates process with exit status 0 as I see it from my *.bat script. (But if I invoke a program from bash
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
Hello all This patch tries to remove a few bugs from smbmount. It would be nice to get some testing+feedback on this from others using smbmount and possibly get these things fixed for the next release of samba. It does the following: * Change lib/debug.c to allow changing your mind on being interactive. A second call to setup_logging should now replace the effects of a previous call. (hmm,
2004 Dec 14
2
IMAP crashes with signal 10 (SIGBUS)
Any idea on what's causing this? Description: imap process crashed with SIGBUS. Versions: OS: Solaris 8, 9 Dovecot: 1.0-test57 Gcc: 3.2 Configure options: env CC=gcc CFLAGS="-O -g" ./configure \ --prefix=/var/dovecot \ --disable-ipv6 \ --with-ssl=openssl \ --with-ssldir=/etc/ssl \ --with-passwd-file \ --without-bsdauth \ --without-checkpassword \
2017 Oct 30
2
lld: sigbus error handling
But that would disable mmap IO on systems that don't support fallocate. I'm not sure if OpenBSD people are for example happy about that. On Mon, Oct 30, 2017 at 2:03 PM, Rafael Avila de Espindola < rafael.espindola at gmail.com> wrote: > Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org> writes: > > > If your system does not support fallocate(2), we use
2013 Jan 29
0
Package parallel left orphan processes, how to clean-up?
Hi, I've using package DEXSeq that implements functions with nCores for speed-up. The functions work fine, but I found out that the children processes were not terminated, they still hold memory, and new command will start up new children processes. So if I don't manually kill those orphan processes, they will cause problem. I was qlogin to SGE cluster node to run R. From our
2006 May 28
0
sigbus fault ?
Hi Folks, I'm trying to run samba on Solaris 9. It works OK when I don't compile in kerberos and ldap, but when with those two compiled in, smbd seems to freeze (nmbd and winbindd are OK). After a bit of investigation I notice something strange in truss: ... /1@1: -> libldap-2.3:ldap_free_urldesc(0x30dfe8, 0x32e048, 0x32dfb8, 0x3 /1@1: ->
2017 Oct 23
2
lld: sigbus error handling
On Mon, Oct 23, 2017 at 3:40 PM, Brian Cain <brian.cain at gmail.com> wrote: > > > On Mon, Oct 23, 2017 at 5:21 PM, Rui Ueyama via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> If your system does not support fallocate(2), we use ftruncate(2) to >> create an output file. fallocate(2) succeeds even if your disk have less >> space than the
2017 Oct 24
3
lld: sigbus error handling
On Mon, Oct 23, 2017 at 5:28 PM, Andrew Kelley <superjoe30 at gmail.com> wrote: > For Zig we use LLD as a library. So for us it would be better to avoid > global state such as SIGBUS (or any other signal handlers), instead > returning an error from the link function when linking fails. If lld can > encapsulate this signal handling and prevent the application using lld from >
2017 Oct 24
3
lld: sigbus error handling
On Mon, Oct 23, 2017 at 6:40 PM, Andrew Kelley <superjoe30 at gmail.com> wrote: > > > On Mon, Oct 23, 2017 at 9:30 PM, Rui Ueyama <ruiu at google.com> wrote: > >> On Mon, Oct 23, 2017 at 5:28 PM, Andrew Kelley <superjoe30 at gmail.com> >> wrote: >> >>> For Zig we use LLD as a library. So for us it would be better to avoid >>>
2006 May 28
1
sigbus fault?
Hi Folks, I'm trying to run samba on Solaris 9. It works OK when I don't compile in kerberos and ldap, but when with those two compiled in, smbd seems to freeze (nmbd and winbindd are OK). After a bit of investigation I notice something strange in truss: ... /1@1: -> libldap-2.3:ldap_free_urldesc(0x30dfe8, 0x32e048, 0x32dfb8, 0x3 /1@1: ->
2010 Apr 29
1
Aide error "Caught SIGBUS/SEGV"
One of my servers has recently started giving an error every time I run "aide --check". I ran it manually twice today with the same results. The second time, I added the -V flag, but that didn't give me anything useful. The system is currently running CentOS 5.3. Nothing on the system has changed recently (that I am aware of). The Aide database hasn't been updated in a few
2004 Jan 07
1
openssh 3.7.1p2 fault on solaris 9 for sparc when built as 64-bit
I built OpenSSH as a 64-bit binary on Solaris 9, using gcc 3.3.2, OpenSSL 0.9.7c and zlib 1.2.1. sshd starts up normally, and will begin the login session, however, some time after it reads /etc/default/login, it faults and kills the connection. There are no error messages logged to syslog (with LogLevel set to DEBUG) or with the -ddd option. Here's a truss of the failure: 8132:
2000 Jun 08
0
[Fwd: smbstatus getting a SIGBUS error]
-------- Original Message -------- Subject: smbstatus getting a SIGBUS error Date: Thu, 08 Jun 2000 13:52:13 +0700 From: Arnold Troeger <stssart@bkk.unocal.com> To: samba-bugs@samba.org CC: arnold.troeger@bkk.unocal.com I'm running Samba 2.0.7 and have been having a few problems with it. Just to keep things focused, I'll stick with smbstatus as this one has been the longest lasting
2003 Oct 21
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit
The story of this problem, AFAIK, is that Solaris 8 YASSP and JASS and vigilant/paranoid sysadmins have been known to set a restricitve umask in /etc/default/login. OpenSSH compatibility for Solaris 8 has been spotty at times for sparcv9 targets. This time, when a sparcv9 binary tries to sscanf(3C) the numeric umask as a long octal and put it in a mode_t, SIGBUS happens. What this looks like in