Git Product home page Git Product logo

Comments (8)

christiangnrd avatar christiangnrd commented on August 16, 2024

This seems to only error on x86. It errors on x86 Windows and Linux , but not ARM MacOS or Linux

from julia.

oscardssmith avatar oscardssmith commented on August 16, 2024

wait, that's way more cursed. how is type inference platform dependent?

from julia.

KristofferC avatar KristofferC commented on August 16, 2024

Size of stack frames and how big the stack can be before overflowing is platform dependent, no?

from julia.

christiangnrd avatar christiangnrd commented on August 16, 2024

Ok yes calling f with a higher values also errors on my ARM devices.

from julia.

christiangnrd avatar christiangnrd commented on August 16, 2024

Bisected to #48913.

from julia.

bvdmitri avatar bvdmitri commented on August 16, 2024

I've encountered this error while debugging @testitem in the preview version of VSCode.

image

The test process crashed immediately after clicking the button with

StackOverflowError()
Internal error: stack overflow in type inference of handle_err(Any, TestItemServer.JuliaInterpreter.Frame, StackOverflowError).
This might be caused by recursion over very long tuples or argument lists.
julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd48430 (2024-06-04 10:41 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (arm64-apple-darwin22.4.0)
  CPU: 11 × Apple M3 Pro
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads: 1 default, 0 interactive, 1 GC (on 5 virtual cores)

from julia.

nsajko avatar nsajko commented on August 16, 2024

@bvdmitri the cause behind your stack overflow in type inference could be different, though? If you're looking for a quick fix, try increasing the stack size, xref #54998

from julia.

bvdmitri avatar bvdmitri commented on August 16, 2024

Well, I have no idea what is the cause. The error clearly says that the problem is related to TestItemServer.JuliaInterpreter.Frame and the error message is the same as in this topic. It just crashed the VSCode extension when I tried to debug one of the @testitems. I just thought it would make this issue more relevant

from julia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.