Willem Jan Palenstijn

Results 17 comments of Willem Jan Palenstijn

Thanks for the detailed write-up. I'll look at it in detail later, but to start with the error at the end: that looks like a symbol from `libstdc++`. Do you...

Are you debugging a 16 bit program? IDA is not always consistent in its handling of segment registers (it has improved a _lot_ since IDA 5.0 though), and from a...

P.S. It might be worth it to contact hex-rays support or their forum for instances where segment registers are ignored. They're very helpful in my experience.

That's odd. Viewing the memory there seems fine for me. The address may be displayed in a different form, by the way. In a test I'm running now, SS:ESP is...

For me the "sync with ESP" also is broken at first, but after stepping, it fixes itself.

On Tue, Jan 12, 2016 at 06:53:41AM -0800, Paul Giblock wrote: > Ok, sure enough, the stack view is working properly. The > big thing that seems to be a...

One more heads up: I've done a complete overhaul of all 2D and 3D operator scaling, to get rid of some lingering inconsistencies in definition differences between 2D/3D and parallel/fan...

Let me know if there's anything I can do to help. (E.g., bump the version on the branch, build a conda package, ...)

I'm fairly sure the `thread` condition is not the right one. Usually messages sent by `sendComMessage` get processed by `produceSamples()` (and `playSequences()`) even if there is no `thread`. This probably...