-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug.jl broken with julia commit e148584
#39
Comments
I was able to determine that the segfault occurs in the |
I get the same thing with commit 3fee09fe96. Perhaps we can bisect the Julia changes to see what broke it. Though Julia has had some pretty major changes lately, I bet it's one of them... Not sure when I can dig into this. |
I had Debug.jl working with a commit after release-0.1. A few days later I On Fri, Mar 8, 2013 at 4:22 PM, toivoh notifications@github.com wrote:
|
Ok, I found a good commit and bad commit. I tried to bisect but ran into some build errors in the middle. The good commit is Hopefully this helps a bit. |
I'm pretty sure that commit I'm not completely sure though as I could not build the commit because of a build problem on OSX for commits around this one (including it). I was only able to verify that the segfault occurred for commit |
You're right! I was able to build both JuliaLang/julia@4be86b2 (which segfaults) and the one before it (which doesn't). Thanks, this will be a big help in trying to sort this out! I'll see when I can dig into it more... |
Great! I think I'm going to be out of commission for a while finishing my thesis. Hopefully when I emerge Debug.jl will be working on julia 0.2. Also, I submitted a pull request to the release-0.1 branch for my updates to the parser that give all source lines file information, however, there hasn't been much activity. If you wanted to try to convince the core people to accept it or to figure out a better way to include the information (as you have more clout in the community) that would go a long way toward giving people a really useful debugging experience and could convince a lot of people to switch to julia for their research code and data analysis. Thanks. |
I hope so too! I'll see what I can do. |
I managed to the segfault down to a really short example, posted as JuliaLang/julia#2560. |
I saw that Jeff fixed the segfault already. I'm still running into If you let me know when you have the Debug.jl package working with Thanks. On Wed, Mar 13, 2013 at 4:59 PM, toivoh notifications@github.com wrote:
|
Are there any updates on getting Debug.jl working on julia-0.2? More specifically, I am not sure how the |
To use your own submodules, you will need to write |
It seems to be working now. |
Julia seg faults when executing the statement
using Debug
.Maybe it has something to do with the recent
Expr
change.I have no idea how to figure out what's going on. Once this is fixed I'll issue a pull request to incorporate my context printing changes and then I'll work on the core guys to update the parser to incorporate file info.
The text was updated successfully, but these errors were encountered: