-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Backtrace states: error repeats 2 times and shows no other information #9752
Comments
win32 or win64? Source build or binary? Can you try the same code on a different platform (or point to reproducible example code) and see if the backtrace is any different? |
Windows 8.1 x64 Haswell binary build. I will setup a virtual machine and test it on Ubuntu. Should be able to confirm in a few hours. |
Is the full error displayed. Tested using the nightly build on ubuntu inside vmware. On the nightly on windows the error was:
|
This and #9771 look very similar. Can you provide the code to reproduce this? |
I could generate the backtrace without requiring --inline=0.
This is the area which is causing the issue. This is a snippet of a fitness function of a GA. |
I have a relatively small amount of pure-Julia code that shows similar behavior:
On Linux latest 0.4 master, the full backtrace is
On 0.3.6 Win64, I get |
i suspect this is either a duplicate or fixed |
I get the above when running a function defined in main (which calls many other functions)
Should this not show the entire backtrace rather?
(If there is a way to view it already I apologise)
On 0.3.5
The text was updated successfully, but these errors were encountered: