Displaying 8 results from an estimated 8 matches for "43605".
Did you mean:
4360
2013 Oct 31
2
isohybrid fails with: seek error - 3
...20131030-dvd.iso
catalogue offset: 561
ve[0]: 1, cs: 1
ve[1]: 0, cs: 1
ve[2]: 0, cs: 1
ve[3]: 0, cs: 1
ve[4]: 0, cs: 1
ve[5]: 0, cs: 1
ve[6]: 0, cs: 1
ve[7]: 0, cs: 1
ve[8]: 0, cs: 1
ve[9]: 0, cs: 1
ve[10]: 0, cs: 1
ve[11]: 0, cs: 1
ve[12]: 0, cs: 1
ve[13]: 0, cs: 1
ve[14]: 21930, cs: 21931
ve[15]: 43605, cs: 65536
de_boot: 136
de_media: 0
de_seg: 0
de_sys: 0
de_mbz1: 0
de_count: 4
de_lba: 1206548
de_mbz2: 0
isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argument
in ishybrid.c I see:
if (fseek(fp, (de_lba * 2048 + 0x40), SEEK_SET))
err(1, "%s: seek error...
2013 Nov 01
2
isohybrid fails with: seek error - 3
...gt; ve[4]: 0, cs: 1
>> ve[5]: 0, cs: 1
>> ve[6]: 0, cs: 1
>> ve[7]: 0, cs: 1
>> ve[8]: 0, cs: 1
>> ve[9]: 0, cs: 1
>> ve[10]: 0, cs: 1
>> ve[11]: 0, cs: 1
>> ve[12]: 0, cs: 1
>> ve[13]: 0, cs: 1
>> ve[14]: 21930, cs: 21931
>> ve[15]: 43605, cs: 65536
>> de_boot: 136
>> de_media: 0
>> de_seg: 0
>> de_sys: 0
>> de_mbz1: 0
>> de_count: 4
>> de_lba: 1206548
>> de_mbz2: 0
>> isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argument
>>
>> in ishybrid.c...
2013 Nov 01
0
isohybrid fails with: seek error - 3
...> ve[2]: 0, cs: 1
> ve[3]: 0, cs: 1
> ve[4]: 0, cs: 1
> ve[5]: 0, cs: 1
> ve[6]: 0, cs: 1
> ve[7]: 0, cs: 1
> ve[8]: 0, cs: 1
> ve[9]: 0, cs: 1
> ve[10]: 0, cs: 1
> ve[11]: 0, cs: 1
> ve[12]: 0, cs: 1
> ve[13]: 0, cs: 1
> ve[14]: 21930, cs: 21931
> ve[15]: 43605, cs: 65536
> de_boot: 136
> de_media: 0
> de_seg: 0
> de_sys: 0
> de_mbz1: 0
> de_count: 4
> de_lba: 1206548
> de_mbz2: 0
> isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argument
>
> in ishybrid.c I see:
>
> if (fseek(fp, (de_lb...
2013 Nov 01
0
isohybrid fails with: seek error - 3
...s: 1
>>> ve[6]: 0, cs: 1
>>> ve[7]: 0, cs: 1
>>> ve[8]: 0, cs: 1
>>> ve[9]: 0, cs: 1
>>> ve[10]: 0, cs: 1
>>> ve[11]: 0, cs: 1
>>> ve[12]: 0, cs: 1
>>> ve[13]: 0, cs: 1
>>> ve[14]: 21930, cs: 21931
>>> ve[15]: 43605, cs: 65536
>>> de_boot: 136
>>> de_media: 0
>>> de_seg: 0
>>> de_sys: 0
>>> de_mbz1: 0
>>> de_count: 4
>>> de_lba: 1206548
>>> de_mbz2: 0
>>> isohybrid: /tmp/slint64-13.3720131030-dvd.iso: seek error - 3: Invalid argum...
2014 Feb 03
3
Memory leak - how to investigate
...kB
Node 0 DMA32: 977*4kB 401*8kB 320*16kB 179*32kB 58*64kB 63*128kB
32*256kB 7*512kB 3*1024kB 0*2048kB 1*4096kB = 48684kB
21463 total pagecache pages
20882 pages in swap cache
Swap cache stats: add 1523887, delete 1503005, find 201987/297332
Free swap = 0kB
Total swap = 3014648kB
511996 pages RAM
43605 pages reserved
66036 pages shared
446256 pages non-shared
[ pid ] uid tgid total_vm rss cpu oom_adj oom_score_adj name
[ 449] 0 449 2675 0 0 -17 -1000 udevd
[ 1080] 0 1080 6909 6 0 -17 -1000 auditd
[ 1105] 0 1105 62271...
2010 Sep 13
5
isohybrid: seek error - 6: Invalid argument
...: 24946, cs: 50874
ve[4]: 25714, cs: 76588
ve[5]: 8303, cs: 84891
ve[6]: 30789, cs: 115680
ve[7]: 29029, cs: 144709
ve[8]: 26997, cs: 171706
ve[9]: 27749, cs: 199455
ve[10]: 20512, cs: 219967
ve[11]: 31343, cs: 251310
ve[12]: 27002, cs: 278312
ve[13]: 32, cs: 278344
ve[14]: 5731, cs: 284075
ve[15]: 43605, cs: 327680
de_boot: 136
de_media: 0
de_seg: 0
de_sys: 0
de_mbz1: 0
de_count: 4
de_lba: 327
de_mbz2: 0
imgsize: 2265417728, padding: 555008
isohybrid: Warning: more than 1024 cylinders: 2161
isohybrid: Not all BIOSes will be able to boot this device
id: 281396446
sizeof(MBR): 512 bytes
...
0432 1c...
2009 Jun 13
4
[LLVMdev] ML types in LLVM
Good afternoon!
I'm trying to write an LLVM codegen for a Standard ML compiler
(MLton). So far things seem to match up quite nicely, but I have hit
two sticking points. I'm hoping LLVM experts might know how to handle
these two cases better.
1: In ML we have some types that are actually one of several possible
types. Expressed in C this might be thought of as a union. The codegen
only
2018 Mar 30
0
Wine release 3.5
...401 crashes on login with System.TypeInitializationException
43209 Doom (2016) no longer boots
43241 bad performance (low fps) in Grand Theft Auto V
43247 Grand Theft Auto V consumes all space on system partition
43518 Titanfall2 needs bcrypt.dll.BCryptExportKey (OpaqueKeyBlob format)
43605 Wine does not support elliptic curve cryptography
43824 texture Stretched burnout paradise
43825 Burnout paradise freeze or crash on multiplayer
43935 Wolfenstein 2: The new Colossus does not start, requires VK_KHR_get_physical_device_properties2
43998 treeview not drawn correctly
44...