search for: 57kb

Displaying 6 results from an estimated 6 matches for "57kb".

Did you mean: 50kb
2011 Jan 21
0
Polycom SoundPoint IP 650 freezes on boot after adding just one custom ringtone
Hi I'm new to this list, so please forgive me off-topic or RTFM-questions. I have an asterisk/elastix driven phone-environment using Polycom SoundPoint IP 650 as extensions. When adding just one custom ringtone (~57KB) in a proper format (ML.wav: RIFF (little-endian) data, WAVE audio, ITU G.711 mu-law, mono 8000 Hz) the phone boots well. But after I have chosen the custom ringtone as my ringtone the phone works without problems until next reboot. I have to rename my custom ringtone for that it is not found on bo...
2020 Mar 29
2
LLD bug causing objcopy ELF to binary generation to create large binaries
Hi LLVM devs,  I came across an LLD bug in v 10.x where ELF parser / processor is setting .PROGBITS attribute for .heap and .stack sections, which leads to large binaries when we do `llvm-objcopy -o binary` to generate the binary output for armv6m. (e.g. for a 57Kb elf would yield a ~400Mb binary). This in comparison with LLVM 7.x , would produce the correct binary size of 35Kb and the elf sections have NOBITS for .heap and .stack sections. I narrowed down the problem to the following commit and the commits around this....Please see below: commit ccba...
2007 Nov 22
1
package gsl assumes incorrect gcc version during install (PR#10451)
...Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL 'http://probability.ca/cran/src/contrib/gsl_1.8-8.tar.gz' Content type 'application/x-tar' length 59084 bytes opened URL ================================================== downloaded 57Kb * Installing *source* package 'gsl' ... checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checkin...
2006 May 10
3
Rsync via ssh hangs on same file repeatedly
...up several directories (/usr /var /home /etc) so I thought at first there could be some sort of memory issue as the transfers stalled partway through. Then I realized that even if I only transferred one directory the process would still hang on this particular file. In one case, the file was a 57kb executable and in another it was a 238kb JPEG. Everything works fine up to that point and then bam! It just sits there on that file and never finishes. I've turned on some of the extended reporting options, and here's some output from one of the transfers from a /usr/bin directory: ---...
2007 Nov 23
0
package gsl assumes incorrect gcc version during install (PR#10456)
...t a CRAN mirror for use in this session --- | Loading Tcl/Tk interface ... done | trying URL 'http://probability.ca/cran/src/contrib/gsl_1.8-8.tar.gz' | Content type 'application/x-tar' length 59084 bytes | opened URL | ================================================== | downloaded 57Kb | | * Installing *source* package 'gsl' ... | checking for gcc... gcc | checking for C compiler default output... a.out | checking whether the C compiler works... yes | checking whether we are cross compiling... no | checking for suffix of executables... | checking for suffix of object fi...
2020 Mar 30
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...; > >   I came across an LLD bug in v 10.x where ELF parser / processor is > setting .PROGBITS attribute for .heap and .stack sections, which > leads > to large binaries when we do `llvm-objcopy -o binary` to generate the > binary output for armv6m. (e.g. for a 57Kb elf would yield a ~400Mb > binary). > > This in comparison with LLVM 7.x , would produce the correct > binary size > of 35Kb and the elf sections have NOBITS for .heap and .stack > sections. > > > I narrowed down the problem to the following commit...