Hiroyuki Sato
Hiroyuki Sato
Hello, @dungdt2 Thank you for your reply. I don't know how to reproduce it. So, I don't know the root cause yet. Please let me know if you find any...
Recently, I received similar reports. I'm not sure whether the root cause is the same or not. I requested to install the latest `jruby-openssl` about the 2nd case. * [case1](https://twitter.com/hiroysato/status/1237745198337150976?s=20)...
Hello, @chiyoung0258 Could you try to this example? https://github.com/hiroyuki-sato/embulkembed_test It worked with Embulk 0.8.16.
FYI: Simple contributor generation script. ``` git shortlog -s a49dbd7e59eb9..HEAD | awk '{ $1=""; print "*"$0 }' | sort -f * 1u0 * Alan Fregtman * Alex Zhukov * Ali...
Hello, @dgirardeau and @tmontaigu. Thank you for your comment. I also tried CC 2.12-beta on Ubuntu 20.04. CC built from the source(959ad4b13326964c0d8da7380a3309a275da66d0). ~~It also caused segmentation fault too.~~ It output...
Hello, @tmontaigu. Thank you for your reply. I got the same message `[qRansacSD] Segmentation failed` too. I misread `fault` and `failed`.
Hello, @kakoni #1514 fixes this issue. It will be in 0.10.39 or something. (0.10.38 (next version) will fix another issue. Please wait for a while.)
@michaelschleiss Thank you for your reply. I already fixed that part and I can't fix the attached error. (Copied my original post (Error message part)) ``` In file included from...
@michaelschleiss Thank you for your comment. You means comment out like ` //StructuredControlState(const StructuredControlState&) = default;` It passed the error onto my environment. `filament/src/ext_filament/third_party/spirv-tools/source/opt/merge_return_pass.h` ```c++ private: // This class is...