Kyle Huey

Results 33 issues of Kyle Huey

https://github.com/DynamoRIO/dynamorio/runs/1534429151 ```test 87 Start 87: code_api|linux.thread-reset 87: Test command: /home/runner/work/dynamorio/dynamorio/build_debug-internal-32/bin32/drrun "-s" "90" "-quiet" "-debug" "-killpg" "-stderr_mask" "0xC" "-dumpcore_mask" "0" "-enable_reset" "-reset_at_nth_thread" "2" "-code_api" "--" "/home/runner/work/dynamorio/dynamorio/build_debug-internal-32/suite/tests/bin/linux.thread" 87: Test timeout computed to...

Hotlist-ContinuousIntegration

DR will encode `xchg %eax, %r8d` as 44 87 c0 and `xchg %ax, %r8w` as 66 41 87 c0 despite 41 90 and 66 41 90 being more compact encodings...

Priority-Low
OpSys-x86
Component-IR

In particular I would find it really useful to be able to ready_chunks a Stream of Futures into FuturesOrdereds and spawn them on a threadpool to parallelize my computation. This...

C-feature-request
A-stream

A Pernosco customer reports that attempting to record a build of their application with TSAN (LLVM 13's TSAN) quickly triggers a TSAN abort due to the static limit of 64...

@ddcc opened #2332 and then got got kind of hijacked for other purposes so lets save the conclusion of that issue here. From @rocallahan: Kyle and I talked about this...

Something I noticed while mucking around with the PKRU stuff yesterday is that none of our gdb integration supports the AVX 512 registers (the ZMMs and XMM16+). I don't plan...

And when you get to https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/01-path-basics/102-your-first-cluster#create-the-worker-nodes creating that CloudFormation stack from the Cloud9 environment will fail.

hold

At https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/01-path-basics/103-kubernetes-concepts#publish-a-service, if the account has never created an ELB before the AWSServiceRoleForElasticLoadBalancing will not already exist. Publishing the service will fail with ``` Error creating load balancer (will retry):...

I sometimes want docker-compose to do the interpolation, rather than cage. For example, I have a local testing script that turns arguments into environment variables to smuggle them through docker...