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

stack traces do not work on OS X #33

Closed
ViralBShah opened this issue Jun 4, 2011 · 6 comments
Closed

stack traces do not work on OS X #33

ViralBShah opened this issue Jun 4, 2011 · 6 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@ViralBShah
Copy link
Member

Currently, we do not get any line numbers for errors:

julia> hpl(rand(5,5), rand(5))
no promotion exists for Array{Int32,1} and Int32
@ghost ghost assigned JeffBezanson Jun 4, 2011
@ghost ghost assigned zingales Jul 8, 2011
@zingales
Copy link
Contributor

where do i find the function hpl because as i try to run it. it just says that the hpl is not defined (and i get a stacktrace w/ line numbers)

@ViralBShah
Copy link
Member Author

Its in test/bench.

-viral

On Jul 11, 2011, at 9:01 AM, zingales wrote:

where do i find the function hpl because as i try to run it. it just says that the hpl is not defined (and i get a stacktrace w/ line numbers)

Reply to this email directly or view it on GitHub:
#33 (comment)

@JeffBezanson
Copy link
Member

I have merged the stacktrace branch into master. The next step is maybe to get on some Apple developer lists and ask why OS X's included libunwind doesn't work.

@ViralBShah
Copy link
Member Author

I get an error on startup now:

./julia -b sysimg.j
LoadError(ASCIIString(Array()),32,MethodError((push),(2,Expr(Symbol(),Array(),Any))))
make: *** [sys.ji] Error 1

-viral

On Jul 12, 2011, at 12:03 AM, JeffBezanson wrote:

I have merged the stacktrace branch into master. The next step is maybe to get on some Apple developer lists and ask why OS X's included libunwind doesn't work.

Reply to this email directly or view it on GitHub:
#33 (comment)

@JeffBezanson
Copy link
Member

Works on linux, so changing title and moving to 2.0.

@ViralBShah
Copy link
Member Author

Relevant thread on the mailing list.

Standalone libunwind test program works, but can't get julia to show stacktrace.

http://groups.google.com/group/julia-math/browse_thread/thread/7b014c2173b6f1a8/2118f7762c2c6bb3

StefanKarpinski added a commit that referenced this issue Nov 27, 2011
Issue #33 stack traces do not work on OS X
StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
Fix typealias depwarn on 0.6
StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
cmcaine pushed a commit to cmcaine/julia that referenced this issue Sep 24, 2020
LilithHafner pushed a commit to LilithHafner/julia that referenced this issue Oct 11, 2021
NHDaly pushed a commit that referenced this issue Sep 19, 2023
RAI: redo prepending to backtrace output
Keno pushed a commit that referenced this issue Oct 9, 2023
vtjnash pushed a commit that referenced this issue Jan 30, 2024
Stdlib: ArgTools
URL: https://github.com/JuliaIO/ArgTools.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 4eccde4
New commit: 997089b
Julia version: 1.11.0-DEV
ArgTools version: 1.1.2(Does not match)
Bump invoked by: @vtjnash
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaIO/ArgTools.jl@4eccde4...997089b

```
$ git log --oneline 4eccde4..997089b
997089b fix tests for TEMP_CLEANUP, which might be a Lockable (#35)
4a5f003 build(deps): bump actions/cache from 3 to 4 (#36)
84ba9e8 Hardcode doc edit backlink (#34)
9238839 build(deps): bump actions/checkout from 3 to 4 (#33)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
IanButterworth pushed a commit that referenced this issue Apr 11, 2024
…d56027 (#54056)

Stdlib: ArgTools
URL: https://github.com/JuliaIO/ArgTools.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 08b11b2
New commit: 5d56027
Julia version: 1.10.2
ArgTools version: 1.1.2(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaIO/ArgTools.jl@08b11b2...5d56027

```
$ git log --oneline 08b11b2..5d56027
5d56027 build(deps): bump julia-actions/setup-julia from 1 to 2 (#38)
b6189c7 build(deps): bump codecov/codecov-action from 3 to 4 (#37)
997089b fix tests for TEMP_CLEANUP, which might be a Lockable (#35)
4a5f003 build(deps): bump actions/cache from 3 to 4 (#36)
84ba9e8 Hardcode doc edit backlink (#34)
9238839 build(deps): bump actions/checkout from 3 to 4 (#33)
4eccde4 build(deps): bump actions/checkout from 2 to 3 (#30)
6a4049d build(deps): bump codecov/codecov-action from 1 to 3 (#32)
f94a0d3 build(deps): bump actions/cache from 1 to 3 (#31)
cb66300 enable dependabot for GitHub actions (#29)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants