Samuel Thibault
Samuel Thibault
From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=75797 “ With the upstream "ppp-2.3.11", dial on demand does not trigger when the "sync"-option is enabled. [...] The reason is that when demand reads the frames from the...
Hello, When cuda is installed in /usr, hipcc in cuda mode fails to compile anything: ``` $ echo $CUDA_PATH $ cat test.hip void f(void) { } $ hipcc -v --x...
Hello, I'd like to use HIP to drive an AMD GPU, while using CUDA to drive a CUDA GPU. But the headers conflict Samuel ``` $ cat test.c #include #include...
Hello, Just compiling this: ``` #include #include int main(void) { return 0; } ``` with ``` gcc test.c -o test -Wall -Wextra $(hipconfig -C) ``` generates a lot of warnings:...
BSD 4.2 introduced a parameter to the TIOCFLUSH call to specify which directions should be flushed. The TIOCFLUSH ioctl thus expects a proper argument, otherwise it would crash. Signed-off-by: Samuel...
https://github.com/cmusphinx/sphinxbase/issues/77 was archived, so copying it here. The sphinxbase testsuite fails on some architectures in Debian : ppc64el: https://buildd.debian.org/status/fetch.php?pkg=sphinxbase&arch=ppc64el&ver=0.8%2B5prealpha%2B1-8&stamp=1582414870&raw=0 alpha: https://buildd.debian.org/status/fetch.php?pkg=sphinxbase&arch=alpha&ver=0.8%2B5prealpha%2B1-8&stamp=1583125429&raw=0 Here is the test.log on s390x (on commit 4f07168fce8d976a14a298620fbd4e0616d8e01b):...
Hello, As reported on https://bugs.debian.org/955155 , while pocketsphinx currently disables gst support when cross-building, a `--with` option could be used to let the user provide the cross-built gstreamer: “ It...
output.length can be larger than input.length, in which case wordBuffer and emphasisBuffer are not large enough any more, leading to buffer overflows.
We can check at compile-time that we always have exactly one startReplace character followed by one endReplace. This is needed otherwise when a table misses the endReplace (as tables/hu-hu-g1_braille_input.cti fixed...
Hello, With the fuzzing branch https://github.com/liblouis/liblouis/pull/1207 ``` $ CC=clang CXX=clang++ ./configure --with-fuzzer $ make $ echo ////////QUAK | base64 -d > crash $ FUZZ_TABLE=tables/de-g1-detailed.ctb tests/fuzzing/fuzz_translate crash ``` hangs, it seems...