Nathan Daly

Results 165 comments of Nathan Daly

> I find that I cannot get a backtrace (Linux glibc x86-64) with the default `JL_HAVE_ASM` and have to turn on `JL_HAVE_UNW_CONTEXT`. Does #45110 fix that @vtjnash? Oh, interesting! I...

I have also been seeing this other error message. This one is quite common (like 1/3 runs): ``` Exception in thread Thread-656: Traceback (most recent call last): File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line...

Yeah fair enough, no problem. That said, I'm definitely just running your code and nothing else. But maybe there's a weird library configuration or something. Yeah, hard to say. Anyway,...

Just wanted to share an example of how this is configured via code comments in ESLint: https://eslint.org/docs/user-guide/configuring/rules

For completeness, here are two screenshots of the same frame with and without the mouse hovered over:

Yeah that seems like a good solution to me. Up above I suggested a couple others, but I think they're all worse than that. 👍

Awesome writeup. Thank you! For `1.`, how deep into the scheduler would it be? How many layers of functions are there between yield() and actually doing the task switch? If...

I'm a big fan of improving the error message at least, yeah 👍

Thank you for filing this issue. Yeah, it's only happening on 1.8, right? I think we should report this on the julia repository. it's a regression (or at least a...

I've finally filed https://github.com/JuliaLang/julia/issues/44818 about it. Sorry, should've done this weeks ago.