Oscar Roozen
2015-Aug-11 10:10 UTC
[syslinux] EFI: HP + syslinux = crash [ brown paper bag update ]
On 11-08-15 10:07, Patrick Masotta wrote:> Please implement these new changes over your last non-debug > working build (multi-nic fix) and let's see how it goes. > > https://github.com/ppatpat/syslinux/compare/master...ppatpat:zlib?expand=1 > > Please report your results.Results are in. They are very good. No crashing even with the original config!
Patrick Masotta
2015-Aug-11 13:11 UTC
[syslinux] EFI: HP + syslinux = crash [ brown paper bag update ]
>>>> Please implement these new changes over your last non-debug > working build (multi-nic fix) and let's see how it goes. > > https://github.com/ppatpat/syslinux/compare/master...ppatpat:zlib?expand=1 > > Please report your results. Results are in. They are very good. No crashing even with the original config! <<< It is also working here; I think this particular PNG issue is fixed. It's worth to mention that the replaced code looks valid to me; that's why I think this is probably some sort of compiler bug. It was really hard to find. We should keep an eye on this issue; it might appear somewhere else. Best, Patrick
Gene Cumm
2015-Sep-13 12:31 UTC
[syslinux] EFI: HP + syslinux = crash [ brown paper bag update ]
On Tue, Aug 11, 2015 at 9:11 AM, Patrick Masotta via Syslinux <syslinux at zytor.com> wrote:> >>> > > > Please implement these new changes over your last non-debug > > working build (multi-nic fix) and let's see how it goes. > > > > https://github.com/ppatpat/syslinux/compare/master...ppatpat:zlib?expand=1 > > > > Please report your results. > > Results are in. They are very good. > No crashing even with the original config! > <<< > > It is also working here; I think this particular PNG issue is fixed. > > It's worth to mention that the replaced code looks valid to me; that's why I think > this is probably some sort of compiler bug. It was really hard to find. > We should keep an eye on this issue; it might appear somewhere else.Eww. The original code was merely an empty define. That's pretty nasty. Alternatively, we could void them -# define Assert(cond,msg) +# define Assert(cond,msg) ((void)0) -- -Gene
Maybe Matching Threads
- EFI: HP + syslinux = crash [ brown paper bag update ]
- EFI: HP + syslinux = crash [ brown paper bag update ]
- EFI: HP + syslinux = crash [ brown paper bag update ]
- EFI: HP + syslinux = crash [ brown paper bag update ]
- EFI: HP + syslinux = crash [ brown paper bag update ]