Jan Kratochvil
Jan Kratochvil
Hello, the charging history shows different values than what the (Android) Tesla app shows me. That is apparently because the app shows bars/days according to my timezone midnight (CEST=GMT+02) but...
``` (gdb) bt %0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 %1 0x00007ffff6131895 in __GI_abort () at abort.c:79 %2 0x000000000136a43d in fatal (fmt=0x1503d48 "ib __assert_fail: %s:%d:%s: %s") at lib/log.C:29 %3 0x0000000001072a11 in IBSTOCK__assert_fail...
``` warning: unknown enum constant Feature.STREAM_GATHERERS error: warnings found and -Werror specified ``` --------- ### Progress - [x] Change must not contain extraneous whitespace ### Reviewing Using git Checkout this...
There is no functionality change. I guess the new code should be more simple and shorter. It was originally suggested by @AntonKozlov to use more functions than macros. ``` 1...
- reproducible on i7-1165G7 "qemu-kvm -cpu host" for a checkpoint and "qemu-kvm -cpu SandyBridge" for its restore --------- ### Progress - [x] Change must not contain extraneous whitespace ### Reviewers...
The testcase requires root permissions. Designed by Severin Gehwolf, implemented by Jan Kratochvil. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least...
Built-in singleton ICC_Profiles could be modified using setData(). Throw an exception for such an attempt. A testcase is included. It is a clean backport. This backport is authored by Anton...
Multithreaded handling of ZIP files can throw an exception. This backport is far from clean. The last commit resolves the conflicts. The backport would be a little cleaner if there...
It is needed in jdk8 as a prerequisite for JDK-6986863. A testcase is included. It is not a clean backport - source files are moved, include files angle vs. quote...