You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: Prints "Hello, world!".
Actual: "HVM output had no result (An error likely occurred)" (same for run, run-c)
System Settings
HVM: 2.0.22
Bend: 0.2.37
OS: Linux (Debian stable/bookworm) -- N.B. this is a VM
CPU: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
GPU: none
Cuda Version: none
Additional context
I'm brand new to Bend, so it's possible I'm doing something wrong. I didn't see any similar-looking bug reports, or anything in the FAQ. I tried running with -v, but I didn't see any obvious errors getting logged (just lots of transpiled code?).
The text was updated successfully, but these errors were encountered:
I found a thread on Discord where someone ran into a similar problem, and they were able to resolve it by increasing the amount of memory available to their VM. I tried increasing the VM's memory to 4 GB, to no avail, but increasing the VM's memory to 8 GB got things working.
Is it expected to have a "hello world" require gigabytes of memory?
Well, the "hello world" program runs on my 4 GB laptop, so maybe this is something specific to VMs (I was using Hyper-V), or possibly Debian stable (my laptop is running something newer).
Reproducing the behavior
hello.bend (copied from GUIDE.md):
Command:
bend run hello.bend -s
Expected: Prints "Hello, world!".
Actual: "HVM output had no result (An error likely occurred)" (same for
run
,run-c
)System Settings
Additional context
I'm brand new to Bend, so it's possible I'm doing something wrong. I didn't see any similar-looking bug reports, or anything in the FAQ. I tried running with
-v
, but I didn't see any obvious errors getting logged (just lots of transpiled code?).The text was updated successfully, but these errors were encountered: