carlosperate / ardublockly

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
http://ardublockly.embeddedlog.com
Apache License 2.0
451 stars 279 forks source link

Segmentation fault when attempting to execute arduexec/ardublocky #216

Open crabdancing opened 6 years ago

crabdancing commented 6 years ago

Context

This error occurs with both ardublockly_Linux64_2018-02-01_17.48_master_04fa4.zip and ardublockly_linux64_v0.1.2.zip. uname -a output: Linux lithium 4.17.6-1-hardened #1 SMP PREEMPT Thu Jul 12 11:39:44 CEST 2018 x86_64 GNU/Linux

Output

a@lithium pts/2 /home/a/code/ardublockly/ardublockly
% ./ardublockly_run.sh                                                                                                                     0 15:31:29
[Shell Launch Script] Executing from: /home/a/code/ardublockly/ardublockly
./ardublockly_run.sh: line 4: 18091 Segmentation fault      (core dumped) ./arduexec/ardublockly
crabdancing commented 6 years ago

If y'all need a strace, let me know! I'm really not sure what could have caused this.

pratikPhadte commented 1 year ago

even im facing the same issue, what could go wrong

sellingrich commented 3 months ago

Same here