Evan Teran

Results 399 comments of Evan Teran

Ah, that makes sense, I think you are right. This may be slightly simpler to solve than I expected :-)

I think this sounds like a useful feature. I'll start thinking about how this should work in edb from both a technical point of view and from a UI point...

Interesting, that's certainly an unaccounted for use case. We'll look into it!

I assume when you say "crash", you don't mean that it segfaulted or aborted, but that it is "stuck"?

Interesting that 0.9 has no issue as there hasn't (shouldn't) been any fundamental changes to how things worked with regard to threads. Is there a program I can use to...

I think I see the source of the issue... and it's complicated :-P. I've reworked how exception ignoring works because it frankly made more sense to handle it at a...

@edpil02, nothing to do with your code! Unfortunately handling threads just right is just complicated. The have some ideas to experiment with which may deal with it well. I'll keep...

@edpil02 Let me know if the latest in master works any better for you. I've definitely addressed some "quirks" that I was able to identify, and things seem stable in...

It may or may not literally be the same issue. But it's close enough to file under the same task