Henry Wildermuth

Results 4 issues of Henry Wildermuth

Running a parallel build (eg. `gmake -j2`) does not succeed on FreeBSD. When `src/module/freebsd/Makefile` calls the `Makefile.module` with BSDMake, the following error occurs and the build is cancelled: `make[1]: illegal...

component:build
platform:freebsd
priority:low

A kernel oops is often caused on module unload. This is because a process can start a faulted blocking syscall, such as `wait4` or `select`, then have the syscall table...

bug
platform:linux
component:kernel

I was trying to make an OCR neural network using the [MNIST OCR image library](http://yann.lecun.com/exdb/mnist/), however my process was killed every time I ran it by a kernel process called...

Adds an LLVM pass to do the 'reverse taint analysis' that allows tracing back along the call stack in order to detect what functions could have been the fault that...