Paul Floyd

Results 20 issues of Paul Floyd

Running buildcmd.sh gives me ``` [ 14%] Building C object CMakeFiles/bpf.dir/lib/bpf/src/libbpf_errno.c.o .../dwarves/lib/bpf/src/gen_loader.c: In function 'get_ksym_desc': .../dwarves/lib/bpf/src/gen_loader.c:585:2: error: 'for' loop initial declarations are only allowed in C99 mode for (int i...

I tried to run ./phoronix-test-suite benchmark linear-algebra and I got a list of dependencies to install. So I asked our IT to install them. They installed some but also said...

Valgrind news.

status report

As a FreeBSD user I'd rather not have to reverse engineer the GH build scripts.

Hi again This one looks easier to fix. ``` g++ -std=c++11 -g -fno-enforce-eh-specs -fno-stack-protector -fno-threadsafe-statics -fno-exceptions -fno-rtti -fdebug-prefix-map=../../libcody/= -W -Wall -include config.h -I../../libcody \ -MMD -MP -MF netclient.d -c -o...

I encountered this issue when building GCC on Solaris. For some reason, several of the string related functions like to_string and strtoull require that _GLIBCXX_USE_C99 be defined (at least going...

arm64 only? around line 715 of initimg-freebsd.c

FreeBSD 14 ZFS on a c7g.medium instance ``` == 722 tests, 4 stderr failures, 0 stdout failures, 1 stderrB failure, 2 stdoutB failures, 0 post failures == gdbserver_tests/mcinvokeWS (stdoutB) gdbserver_tests/mcinvokeWS...

memcheck/tests/thread_alloca Something like an error allocating/initializing the memory for threads. The error is in rtld calling sigprocmask during thread creation. ``` ================================================= ./valgrind-new/drd/tests/tls_threads.stderr.diff ================================================= --- tls_threads.stderr.exp 2024-04-29 08:19:23.903277000 +0200 +++...

Dang! Does it hang standalone? No. Looks like a race? With tracing, no hang.