Ryan Wiedemann

Results 18 comments of Ryan Wiedemann

Fair enough, we all have lives. Just for anyone else who has problems I managed to get something working for my use case based on [this article](https://damienradtke.com/post/rusty-dynamic-loading/).

(this is a follow on from [this thread](https://users.rust-lang.org/t/can-someone-help-fix-this-bug-in-the-rust-compiler-why-reloading-code-is-awesome/13543). Since the link I made in the post above has broken I figure I should add some context here. Specifically, Rust 1.20.0...

Ubuntu 16.04 Since the behaviour might depend on the kernel version, I'll also mention I'm on 4.4.0-96-generic. > On Oct 27, 2017, at 12:13 PM, Daniel Collin wrote: > >...

I got most of the way through the new issue template before noticing this seems to be the same issue I was experiencing. So I'm pasting that here. Hopefully the...

Am I correct in understanding that this issue has not had an RFC written for it in the currently expected manner, and that if one was written then iterable enums...

They were from one failing fuzz test, which included many test cases. The 1000 number was based on at least 10 lines per error and (last time I checked) 100...

I've since had the chance to try this program on some other machines running Linux. On those other machines the CPU usage was much lower. But on the original machine,...

The goal I had that lead me to run into this issue was to have a dedicated thread to play sounds in response to messages. I wanted the thread to...

> linux lets you write the siginfo_t struct via that field Maybe I'm misunderstanding something, but after searching for siginfo in [the linux man page](https://www.man7.org/linux/man-pages/man2/ptrace.2.html) it seems like you can...

I'm not affiliated with this crate, but I happened to look at this issue and I want to point out that this library does have some support for the "Primary...