search for: _potential_

Displaying 5 results from an estimated 5 matches for "_potential_".

2015 Sep 08
2
[ThreadSanitizer] Get deadlocks working
...tex_lock() > that can, for example, detect deadlocks? > 2. Upon debugging a simple test case, I see that there is a worker thread > that is created. Can this worker not check for the deadlock when the actual > threads are deadlocked. Hello Vaivaswatha, Yes, tsan currently detects only _potential_ deadlocks. On actual deadlocks it deadlocks as well. This is just not implemented yet. Yes, mutex callback needs to be split into pre and post parts. The deadlock detector already has separate callbacks for these events, it is just a matter of threading these callbacks through tsan code. You can lo...
2015 Apr 04
3
Is efiboot.img required?
Quoting http://www.syslinux.org/wiki/index.php/Isohybrid#UEFI: "The additional isohybrid feature for UEFI adds a partition to the MBR partition table pointing to the same file in the ISO 9660 filesystem as does the El Torito catalog entry for EFI." According to this (and can be see using fdisk) it's being created a partition-inside-partition just by setting its start and end
2015 Apr 05
0
Is efiboot.img required?
...email, but the content of your prior email might be relevant too. IMHO, the current content of the Isohybrid page in the Syslinux Wiki is not clear enough (in the past we have had here some discussion about the target audience of such page). The current generic information is rather focused on _potential_ capabilities of _isohybrid_ tools and some of their internal technical characteristics, and less focused on actual practical steps for ends users. The actual structure of the resulting partition table depends on the building tool in use. For example, there are several variants of the 'isoh...
2015 Apr 05
4
Is efiboot.img required?
...n table pointing to the same file in the ISO 9660 filesystem > > as does the El Torito catalog entry for EFI." Ady wrote: > IMHO, the current content of the Isohybrid page in the Syslinux Wiki is > not clear enough [...] The current generic information is > rather focused on _potential_ capabilities of _isohybrid_ tools and > some of their internal technical characteristics, and less focused on > actual practical steps for ends users. Well, it is about really usable capabilities of isohybrid, which regrettably only work with EFI boot software from other bootloader project...
2015 Apr 05
0
Isohybrid wiki page WAS: Is efiboot.img required?
...ile in the ISO 9660 filesystem > > > as does the El Torito catalog entry for EFI." > > Ady wrote: > > IMHO, the current content of the Isohybrid page in the Syslinux Wiki is > > not clear enough [...] The current generic information is > > rather focused on _potential_ capabilities of _isohybrid_ tools and > > some of their internal technical characteristics, and less focused on > > actual practical steps for ends users. > > Well, it is about really usable capabilities of isohybrid, Which is the same as what I just said, "potential cap...