I think there is really a problem with Crystal WebView under Linux (it has nothing to do with HTMX: I wrote a quick minimalist version of HTMX and the result is the same).
I also suspected a problem caused by shared objects between processes, but eliminating said sharing of state does not solve the issue at hand either.
Having eliminated all other causes, I believe that the issue rests with WebView for Crystal (Linux version).
On short term, I will publish a version of I.C. which uses Chrome instead of Webview for the Linux platform, until I find a replacement for WebView
Perhaps, I will later try to use ECF instead of VebView.
The latest version of https://github.com/serge-hulne/isomorphic-crystal-examples compiles now to two different versions, depending upon the platform (automatically detected at compile-time).
The Mac version uses WebView.
The Linux version uses Google Chrome as a replacement for WebView (the app still look the same and the functionalities are the same)
Hi, i suggest hide(or delete) those old/experimental isomorphic related projects in your github, i consider too much, don’t know which one is the current used library.
I did a fresh install (with the git clone)
Did a make, but not a make install, started the browser with the given parameters, but that also got a core dump:
➜ isomorphic git:(main) ✗ ./isomorphic -p http://www.google.com -t Google -h 600 - w 800
Option -p (Path) with argument http://www.google.com
Option -t (Title) with argument Google
Option -h (Height) with argument 600
[1] 12059 segmentation fault (core dumped) ./isomorphic -p http://www.google.com -t Google -h 600 - w 800