Displaying 5 results from an estimated 5 matches for "151552".
Did you mean:
15552
2002 Jul 01
0
Memory allocation gone awry with OpenSSH 3.(3,4)p1
...out == 0, thus
the program alloc's another sizeof(buf)-0 = 4096 bytes for the
output_buffer, then repeats the call to inflate, which again returns
status==0 and avail_out==0, thus entering an infinite loop.
This is what happens under strace:
=====[cut here]=====
[pid 8379] old_mmap(NULL, 151552, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x404cc000
[pid 8379] mremap(0x404cc000, 151552, 188416, MREMAP_MAYMOVE) =
0x404cc000
[pid 8379] mremap(0x404cc000, 188416, 225280, MREMAP_MAYMOVE) =
0x404cc000
[pid 8379] mremap(0x404cc000, 225280, 262144, MREMAP_MAYMOVE) =
0x404cc000
[...
2002 Aug 19
1
small error in Ogg Vorbis FAQ
"Ogg Vorbis uses the Ogg bistream format, and the correct
extension is .ogg"
-- http://www.xiph.org/ogg/vorbis/faq.html
I'm guessing it should read 'bitstream'.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
2008 Mar 10
2
winex11.drv:file not found
...\uxtheme.dll 219648 8/10/04 21:00:00
7E390000 Image 49152 ..stem32\midimap.dll 18944 8/10/04 21:00:00
7E3A0000 Image 139264 ..stem32\msacm32.dll 72192 8/10/04 21:00:00
7E3D0000 Image 36864 ..stem32\msacm32.drv 20992 8/10/04 21:00:00
7E4C0000 Image 151552 C:\windows\system32\winealsa.drv:file not found
7E650000 Image 520192 C:\windows\system32\winex11.drv:file not found
7E840000 Image 147456 ..ystem32\ws2_32.dll 2444 3/10/08 16:30:08
7E870000 Image 53248 ..stem32\wsock32.dll 2444 3/10/08 16:30:08
7E880000 Image...
2008 Feb 06
1
Rsync Hang with multiple files
...= 4
read(4, "\320\317\21\340\241\261\32\341\0\0\0\0\0\0\0\0\0\0\0\0"..., 22016) = 22016
close(4) = 0
lstat("Issue14/4100-1.doc", {st_mode=S_IFREG|0775, st_size=148992, ...}) = 0
open("Issue14/4100-1.doc", O_RDONLY) = 4
mmap(NULL, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaae063000
read(4, "\320\317\21\340\241\261\32\341\0\0\0\0\0\0\0\0\0\0\0\0"..., 148992) = 148992
close(4) = 0
munmap(0x2aaaae063000, 151552) = 0
lstat("Issue14/1400.doc", {st_m...
2008 Dec 17
10
Cannot remove a file on a GOOD ZFS filesystem
Hello all,
First off, i''m talking about a SXDE build 89. Sorry if that was discussed here before, but i did not find anything related on the archives, and i think is a "weird" issue...
If i try to remove a specific file, i got:
# rm file1
rm: file1: No such file or directory
# rm -rf dir2
rm: Unable to remove directory dir2: Directory not empty
Take a look:
------- cut