User Portlet User Portlet

Chien-Yu Chen
Discussions
Before I can get my hands on a opensuse test machine, can you check the library dependencies by StringSplit[ RunProcess[{"ldd", FindFile["FFmpegToolsSystem.so"]}][ "StandardOutput"], EndOfLine] and send the output to...
Andrew, Can you generate a core dump for me to debug? Here is the step. ``` 1. Start WL 2. $ProcessID 3. open a terminal and type "gdb" 4. inside the gdb command, type "attach pid" where pid is what you get from step 2 5....