Skip to content
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

Backtraces not working with Julia 0.7 #49

Closed
mauro3 opened this issue Nov 23, 2017 · 1 comment
Closed

Backtraces not working with Julia 0.7 #49

mauro3 opened this issue Nov 23, 2017 · 1 comment

Comments

@mauro3
Copy link
Owner

mauro3 commented Nov 23, 2017

See

@test_broken hasline(foo(1), 6)

@timholy, maybe you can help, I have no idea what the problem is, apart from that they are not there. Here the top of output from running the foo from the tests on 0.7:

julia> StackTraces.lookup.(foo(1))                                                                                                                                       
18-element Array{Array{StackFrame,1},1}:                                                                                                                                 
 StackFrame[foo at SimpleTraits.jl:299 [inlined], foo(::Int64) at SimpleTraits.jl:307]                                                                                   
 StackFrame[ip:0x7fd53c42abb2]                                                                                                                                           
 ...

vs from 0.6:

julia> StackTraces.lookup.(foo(1))         
22-element Array{Array{StackFrame,1},1}:                     
 StackFrame[jl_backtrace_from_here at stackwalk.c:103]      
 StackFrame[foo at backtraces.jl:6 [inlined], foo at SimpleTraits.jl:299 [inlined], foo(::Int64) at SimpleTraits.jl:307]
 StackFrame[ip:0x7fbe8f9bb6f5]          
...
@mauro3
Copy link
Owner Author

mauro3 commented Aug 17, 2020

This was fixed in #73.

@mauro3 mauro3 closed this as completed Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant