Jana Dönszelmann

Results 114 comments of Jana Dönszelmann

We made tests randomized precisely because we wanted to find such bugs that only happen in specific situations of memory usage. Most likely cause is something in the memory managers....

it's interesting to find out why it hangs in startup.s. Because I believe it could just work. We're testing if the coreID is zero, and if not it passes through....

What would happen if you set up a temporary interrupt handler first so when you execute the instruction (which I'm sure will trigger some kind of trap handler) you will...

If it's possible to get access to that it'd be awesome

Thanks for this implementation! I've actually tried once but found it a little complicated and went and did something else but we did kind of need it... neat! :)

I feel like many problems raised (by various people) here can be partially mitigated by changing `feature = "something"` into `feature("something")` and equivalently for the other key-values such as `target_arch("x86_64")`...

I actually like @camsteffen's proposal a lot. It makes many scenarios simpler right now without changing ther original feature = name syntax. And the existing situation isn't so bad. And,...

Hi tiff! Will review this week :)

In case this is useful, I think I'm mostly adding notes on posts mostly written by you @nikomatsakis. So I guess you'd be the best reviewer for it?